@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html {
	padding:0;
	margin:0;
	color:#615435;
	background:#0F2C52;
	background-image: url(../../../../assets/images/GB.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	    background-position: center center;
	font-size:13px;  
	font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
	margin:0;
	padding:0
}
body {
	width:100%;
	height: 100vh;
	overflow-x:hidden;
    /*background-color: rgba(15, 44, 82, 0.8);*/
}
li {
	list-style-type:none
}
a {
	color:#575757
}
.cur {
	cursor:pointer
}
img {
	border:0
}
.after {
	clear:both;
	display:block;
	height:0;
	visibility:hidden
}
.full-width {
	width:100%;
	float:left;
}
.relative {
	position:relative
}
.absolute {
	position:absolute
}
.floatLeft {
	float:left
}
.floatRight {
	float:right
}
a {
	outline:none;
	text-decoration:none;
	cursor:pointer
}
#maincontainer {
	width:100%;
	padding:0px;
}
.centered {
	width:1200px;
	margin:0 auto;
}
.listing-row{
	margin-bottom:20px;
}
.listing-row:after{
	clear:both;
}
.alert-error {
	color:#AF0002;
	margin-top: 5px;
	margin-bottom: 5px;
}
.logo {
	margin-bottom: 20px;
}
.success-message {
	color:#009543;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:16px;
}
.container {
              background-color: rgba(255, 255, 255, 0.7);
              padding: 3rem;
              border-radius: 16px;
              box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
              text-align: center;
              backdrop-filter: blur(10px);
              border: 1px solid rgba(255, 255, 255, 0.1);
              max-width: 453px;
              width: 100%;
			  margin: 10% auto;
          }
          h1 {
              margin-bottom: 1.5rem;
              color: #ffffff;
              font-weight: 600;
              font-size: 18px;
          }
          p {
              margin-bottom: 5PX;
              color: #0f2d53;
              font-weight: 300;
          }
          .otp-input {
              margin-bottom: 2rem;
          }
          .otp-input input {
              width: 350px;
              height: 50px;
              margin: 0 8px;
              text-align: center;
              font-size: 16px;
              border: 2px solid #f3672a;
              border-radius: 12px;
              background-color: rgba(42, 42, 42, 0.8);
              color: #ffffff;
              transition: all 0.3s ease;
          }
          .otp-input input:focus {
              border-color: #0f2d53;
              box-shadow: 0 0 0 2px rgba(166, 86, 246, 0.3);
              outline: none;
          }
          .otp-input input::-webkit-outer-spin-button,
          .otp-input input::-webkit-inner-spin-button {
              -webkit-appearance: none;
              margin: 0;
          }
          .otp-input input[type=number] {
              -moz-appearance: textfield;
          }
          button {
              background: linear-gradient(135deg, #f3672a, #0f2d53);
              color: white;
              border: 2px solid #f3672a;
              padding: 12px 24px;
              font-size: 1rem;
              border-radius: 8px;
              cursor: pointer;
              margin: 5px;
              transition: all 0.3s ease;
              font-weight: 500;
              letter-spacing: 0.5px;
          }
          button:hover {
              background: linear-gradient(135deg, #0f2d53, #f3672a);
              transform: translateY(-2px);
              box-shadow: 0 4px 8px rgba(166, 86, 246, 0.3);
          }
          button:disabled {
              background: #cccccc;
              border-color: #999999;
              color: #666666;
              cursor: not-allowed;
              transform: none;
              box-shadow: none;
          }
          #timer {
              font-size: 1rem;
              color: #0f2d53;
              font-weight: 500;
              margin-left: 10px;
          }
          @keyframes pulse {
              0% { opacity: 1; }
              50% { opacity: 0.5; }
              100% { opacity: 1; }
          }
          .expired {
              animation: pulse 2s infinite;
              color: #ff4444;
          }
          .resend-text {
              margin-top: 1rem;
              font-size: 0.9rem;
              color: #b0b0b0;
          }
          .resend-link {
              color: #f3672a;
              text-decoration: none;
              cursor: pointer;
              transition: color 0.3s ease;
          }
          .resend-link:hover {
              color: #A556F6;
              text-decoration: underline;
          }
          #email {
              color: #fff;
              font-weight: 500;
          }

@media(max-width: 480px) {
.container {
              padding: 3rem 2%;
              width: 96%;
			  margin: 10% auto;
          }
}
