
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');

* {
	box-sizing: border-box;
}

body {
	background: #f6f5f7;
	background-image: url("../img/bulk-sms.jpg");
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: 'Montserrat', sans-serif;
	height: 90vh;
}

h1 {
	font-weight: bold;
	margin: 0;
}

h2 {
	text-align: center;
}

p {
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 20px 0 30px;
}

span {
	font-size: 12px;
}

a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	margin: 15px 0;
}

button {
	border-radius: 20px;
	border: 1px solid #FFFFFF;
	background-color: #1165f5;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
}
#checkbox {
height: 10px;
width: 41px;
color: black
}

button:active {
	transform: scale(0.95);
}

button:focus {
	outline: none;
}

button.ghost {
	background-color: transparent;
	border-color: #FFFFFF;
}

form {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
	height: 100%;
	text-align: center;
}

input {
	background-color: #eee;
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
}

.devil {
width:13px;
height:13px;
padding: 0;
margin: 0;
vertical-align: bottom;
position: relative;
top: -1px;
*overflow: hidden;

}

.container {
	background-color: #fff;
	border-radius: 10px;
  	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
			0 10px 10px rgba(0,0,0,0.22);
	position: relative;
	overflow: hidden;
	width: 1000px;
	max-width: 768px;
	min-height: 480px;
}

.form-container {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}

.sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
}

.container.right-panel-active .sign-in-container {
	transform: translateX(100%);
}

.sign-up-container {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}

.container.right-panel-active .sign-up-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}

@keyframes show {
	0%, 49.99% {
		opacity: 0;
		z-index: 1;
	}
	
	50%, 100% {
		opacity: 1;
		z-index: 5;
	}
}

.overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

.container.right-panel-active .overlay-container{
	transform: translateX(-100%);
}

.overlay {
	background: #FF416C;
	background: -webkit-linear-gradient(to right, #1165f5, #1165f5);
	background: linear-gradient(to right, #1165f5, #1165f5);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
  	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.container.right-panel-active .overlay {
  	transform: translateX(50%);
}

.overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.overlay-left {
	background: -webkit-linear-gradient(to right, #1165f5, #1165f5);
	background: linear-gradient(to right, #1165f5, #1165f5);
	transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
	transform: translateX(0);
}

.overlay-right {
	right: 0;
	transform: translateX(0);
}

.container.right-panel-active .overlay-right {
	transform: translateX(20%);
}

.social-container {
	margin: 20px 0;
}

.social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}

footer {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

footer p {
    margin: 10px 0;
}

footer i {
    color: red;
}

footer a {
    color: #3c97bf;
    text-decoration: none;
}
#frmCheckUsername {border-top:#F0F0F0 2px solid;background:#FAF8F8;padding:10px;}
        .demoInputBox{padding:7px; border:#F0F0F0 1px solid; border-radius:4px;}
        .status-available{color:#2FC332;}
        .status-not-available{color:#D60202;}
        
        .w-50 {
            width: 53%!important;
        }
#frmCheckemail {border-top:#F0F0F0 2px solid;background:#FAF8F8;padding:10px;}
        .demoInputBox{padding:7px; border:#F0F0F0 1px solid; border-radius:4px;}
        .status-available{color:#2FC332;}
        .status-not-available{color:#D60202;}
        
        .w-50 {
            width: 53%!important;
        }
       

.error{
	border: 0px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 12px center;
	color: white;
	font-size: 10px;
	}
   #btn-login-otp { margin-top:20px;  } 
   /*.overlay-right { background-color: #207a9f;  } */
   .overlay-left { background-color: #207a9f;  } 
   #btn-login { background-color: #207a9f;  } 
   .social-container { margin:5px !important;}
 
   /* Make Step 1 inputs match Step 3’s look */
#form-step1 input[type="text"] {
  width: 100%;
  font-size: 13px;
  padding: 10px 12px;     /* same as Step 3 */
  height: auto;
  border: 1px solid #ccc; /* same border */
  border-radius: 4px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
 
 
/* ---------------------------
   Password Tips (Scrollable)
----------------------------*/
#password-tips {
  background: #f9f9f9;
  border-left: 4px solid #0073aa;
  padding: 10px 15px;
  margin-top: 10px;
  font-size: 13px;
  color: #333;
  border-radius: 4px;
  max-height: 120px;       /* limit height */
  overflow-y: auto;        /* make it scrollable */
  line-height: 1.5;
}
#password-tips ul {
  margin: 8px 0 0 20px;
  padding: 0;
}
 
/* ---------------------------
   OTP Section Styling
----------------------------*/
.otp-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
#btn-resend, #timer {
  font-size: 14px;
  flex-shrink: 0;
}
#btn-resend {
  padding: 3px 10px;
  color: #0073bb;
  text-decoration: none;
}
#timer {
  min-width: 50px;
  text-align: center;
}
.verify-row {
  margin-top: 20px;
}
 
/* ---------------------------
   Form Input + Buttons
----------------------------*/
.input-field, .form-control {
  width: 100%;
  font-size: 13px;
  padding: 6px 10px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
}
 
/* Amazon-like Blue Button */
.btn-continue, #btn-verify-otp, #btn-send-otp {
  background-color: #0076fcff !important;
  color: #fff !important;
  font-weight: 600;
  border: none !important;
  border-radius: 30px !important;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  transition: background-color 0.2s ease;
  margin-top: 10px;
}
 
/* Hover effect */
.btn-continue:hover, #btn-verify-otp:hover, #btn-send-otp:hover {
  background-color: #005fd1 !important; /* slightly darker blue */
}
 
/* Disabled Button */
.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* General container layout */
#container, .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.forgot-password-container form {
  max-width: 350px;
  margin: auto;
  text-align: center;
  display: none;
}
 
#form-step1 {
  display: block;
}
 
/* Input fields */
.input-field,
input[type="password"],
.otp-input {
  width: 100%;
  font-size: 14px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
 
#otp-step2 {
  text-align: center;
}
 
/* Text and heading styles */
#form-step2 h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
 
#otp-message {
  font-size: 14px;
  color: #111;
  margin-bottom: 20px;
}
 
#error-step3 {
  color: red;
  margin-bottom: 10px;
}
 
/* Buttons */
.btn-continue,
.btn-submit,
.btn-save,
#btn-verify-otp,
#btn-send-otp {
  width: 100%;
  background-color: #0076fc;
  color: #fff;
  font-weight: 600;
  border: 1px solid #0076fc;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-top: 10px;
}
 
.btn-continue:hover,
.btn-submit:hover,
.btn-save:hover {
  background-color: #005fd1;
}
 
/* Disabled button */
.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
 
/* Resend + Timer */
.btn-link {
  font-size: 13px;
  color: #0073bb;
  text-decoration: none;
  display: inline-block;
  margin-top: 5px;
}
 
#timer {
  font-size: 13px;
  color: #111;
  margin-top: 8px;
  display: none;
}
 
/* Help text */
.help-text {
  font-size: 12px;
  color: #555;
  margin-top: 15px;
}
 
/* Password tips (scrollable) */
#password-tips {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
  margin-top: 10px;
  font-size: 13px;
  color: #333;
  text-align: left;
  line-height: 1.5;
  max-height: 100px;
  overflow-y: auto;
}
 
#password-tips ul {
  padding-left: 20px;
  margin: 8px 0;
}
