



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: CiutadellaW04-Lt;
  src: url('../fonts/CiutadellaW04-Lt/fonts/CiutadellaW04-Lt.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	/*height: 100%;*/
	font-family: CiutadellaW04-Lt, CiutadellaW04-Lt;
}

/*---------------------------------------------*/
a {
	font-family: CiutadellaW04-Lt;
	font-size: 18px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #6675df;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: CiutadellaW04-Lt;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder { color: #999999;}
input::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder { color: #999999;}

textarea::-webkit-input-placeholder { color: #999999;}
textarea:-moz-placeholder { color: #999999;}
textarea::-moz-placeholder { color: #999999;}
textarea:-ms-input-placeholder { color: #999999;}


label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/

/*==================================================================
[ Text ]*/
.txt1 {
  font-family: CiutadellaW04-Lt;
  font-size: 13px;
  line-height: 1.4;
  color: #555555;
}

.txt2 {
  font-family: CiutadellaW04-Lt;
  font-size: 13px;
  line-height: 1.4;
  color: #999999;
}


/*==================================================================
[ Size ]*/
.size1 {
  width: 355px;
  max-width: 100%;
}

.size2 {
  width: calc(100% - 43px);
}

/*==================================================================
[ Background ]*/
.bg1 {background: #3b5998;}
.bg2 {background: #1da1f2;}
.bg3 {background: #cd201f;}


/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
}


.wrap-login100 {
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;

}

/*==================================================================
[ login more ]*/
.login100-more {
  width: calc(100% - 560px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.1);
}



/*==================================================================
[ Form ]*/

.login100-form {
  width: 560px;
  min-height: 100vh;
  display: block;
  background-color: #f7f7f7;
  padding: 173px 55px 55px 55px;
}

.login100-form-title {
  width: 100%;
  display: block;
  font-family: CiutadellaW04-Lt;
  font-size: 30px;
  color: #333333;
  line-height: 0.1;
  text-align: center;
  font-weight: bold;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  height: 60px;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin-bottom: 10px;
}

.label-input100 {
  font-family: CiutadellaW04-Lt;
  font-size: 18px;
  color: #999999;
  line-height: 1.2;

  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  padding-left: 24px;
  left: 0;
  top: 30px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: CiutadellaW04-Lt;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding: 0 26px;
}

input.input100 {
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #6675df;
  border-radius: 10px;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.eff-focus-selection {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.input100:focus {
  height: 48px;
}

.input100:focus + .focus-input100 + .label-input100 {
  top: 14px;
  font-size: 13px;
}

.has-val {
  height: 78px !important;
}

.has-val + .focus-input100 + .label-input100 {
  top: 14px;
  font-size: 13px;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-family: CiutadellaW04-Lt;
  font-size: 13px;
  color: #999999;
  line-height: 1.4;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #6675df;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #6675df;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #6675df;

  font-family: CiutadellaW04-Lt;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: #333333;
}



/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .login100-form {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .login100-more {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .login100-form {
    width: 100%;
  }

  .login100-more {
    display: none;
  }
}

@media (max-width: 576px) {
  .login100-form {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  z-index: 100;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: CiutadellaW04-Lt;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  z-index: 110;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}



/*==================================================================
[ Social ]*/
.login100-form-social-item {
  width: 36px;
  height: 36px;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
}

.login100-form-social-item:hover {
  background: #333333;
  color: #fff;
}


/*//////////////////////////////////////////////////////////////////
[ MODERN CSS VARIABLES AND COMPONENTS ]*/

:root {
    --primary-color: #2563eb;
    --primary-dark: #1d4ed8;
    --secondary-color: #64748b;
    --success-color: #059669;
    --danger-color: #dc2626;
    --warning-color: #d97706;
    --light-bg: #f8fafc;
    --dark-bg: #0f172a;
    --card-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --border-radius: 12px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/*//////////////////////////////////////////////////////////////////
[ MODERN LOGIN CONTAINER ]*/

.login-container {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(30px);
    border-radius: 20px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    overflow: hidden;
    width: 100%;
    max-width: 1100px;
    min-height: 650px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    animation: slideUp 0.6s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-form-section,
.otp-form-section,
.registration-form-section {
    padding: 60px 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
    overflow-y: auto;
    position: relative;
}

.login-form-section::before,
.otp-form-section::before,
.registration-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--success-color), var(--primary-color));
    background-size: 200% 100%;
    animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.brand-section {
    text-align: center;
    margin-bottom: 40px;
}

.brand-logo {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    box-shadow: 
        0 15px 35px rgba(37, 99, 235, 0.3),
        0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    animation: logoFloat 3s ease-in-out infinite;
}

@keyframes logoFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-5px); }
}

.brand-logo::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    opacity: 0.3;
    filter: blur(10px);
    z-index: -1;
}

.brand-logo.success {
    background: linear-gradient(135deg, var(--success-color) 0%, #047857 100%);
    box-shadow: 
        0 15px 35px rgba(5, 150, 105, 0.3),
        0 5px 15px rgba(0, 0, 0, 0.1);
}

.brand-logo.success::before {
    background: linear-gradient(135deg, var(--success-color), #047857);
}

.brand-logo i {
    font-size: 36px;
    color: white;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.brand-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--dark-bg);
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, var(--dark-bg) 0%, var(--secondary-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.brand-subtitle {
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    max-width: 400px;
    margin: 0 auto;
}

/*//////////////////////////////////////////////////////////////////
[ MODERN FORM COMPONENTS ]*/

.form-group {
    margin-bottom: 24px;
    position: relative;
}

.form-label {
    font-family: CiutadellaW04-Lt;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--dark-bg);
    font-size: 14px;
    letter-spacing: 0.3px;
}

.form-label i {
    color: var(--primary-color);
    margin-right: 2px;
}

.form-control {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 15px;
    transition: var(--transition);
    background: #f8fafc;
    font-family: inherit;
    font-weight: 500;
}

.form-control:hover {
    border-color: #cbd5e1;
    background: #f1f5f9;
}

.form-control:focus {
    outline: none;
    border-color: var(--primary-color);
    background: white;
    box-shadow: 
        0 0 0 4px rgba(37, 99, 235, 0.08),
        0 1px 2px rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
}

.form-control:read-only {
    background: #f1f5f9;
    color: var(--secondary-color);
    font-weight: 500;
}

.form-control.is-invalid {
    border-color: var(--danger-color);
    background: #fef2f2;
}

.password-toggle {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: var(--secondary-color);
    font-size: 18px;
}

.password-strength {
    margin-top: 8px;
    font-size: 12px;
}

.strength-weak { color: var(--danger-color); }
.strength-medium { color: var(--warning-color); }
.strength-strong { color: var(--success-color); }

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.forgot-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: var(--transition);
}

.forgot-link:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

/*//////////////////////////////////////////////////////////////////
[ MODERN BUTTONS ]*/

.login-btn,
.register-btn,
.send-btn {
    width: 100%;
    padding: 15px 24px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 15px rgba(37, 99, 235, 0.3),
        0 1px 3px rgba(0, 0, 0, 0.1);
}

.login-btn::before,
.register-btn::before,
.send-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.login-btn:hover::before,
.register-btn:hover::before,
.send-btn:hover::before {
    left: 100%;
}

.send-btn,
.register-btn {
    background: linear-gradient(135deg, var(--success-color) 0%, #047857 100%);
    box-shadow: 
        0 4px 15px rgba(5, 150, 105, 0.3),
        0 1px 3px rgba(0, 0, 0, 0.1);
}

.login-btn:hover,
.register-btn:hover,
.send-btn:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 8px 25px rgba(37, 99, 235, 0.4),
        0 3px 10px rgba(0, 0, 0, 0.15);
}

.register-btn:hover,
.send-btn:hover {
    box-shadow: 
        0 8px 25px rgba(5, 150, 105, 0.4),
        0 3px 10px rgba(0, 0, 0, 0.15);
}

.login-btn:active,
.register-btn:active,
.send-btn:active {
    transform: translateY(0);
    box-shadow: 
        0 2px 8px rgba(37, 99, 235, 0.3),
        0 1px 3px rgba(0, 0, 0, 0.1);
}

.login-btn:disabled,
.register-btn:disabled,
.send-btn:disabled {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #475569 100%);
    cursor: not-allowed;
    transform: none;
    opacity: 0.6;
    box-shadow: none;
}

/*//////////////////////////////////////////////////////////////////
[ CONTACT SELECTION ]*/

.contact-selection {
    margin: 24px 0;
}

.contact-selection p {
    font-weight: 500;
    color: var(--dark-bg);
    margin-bottom: 16px;
}

.contact-option {
    display: flex;
    align-items: center;
    padding: 18px 22px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 14px;
    cursor: pointer;
    transition: var(--transition);
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
}

.contact-option::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--primary-color);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.contact-option:hover {
    border-color: var(--primary-color);
    background: white;
    transform: translateX(4px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.12);
}

.contact-option:hover::before {
    transform: scaleY(1);
}

.contact-option.selected {
    border-color: var(--primary-color);
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    box-shadow: 
        0 0 0 4px rgba(37, 99, 235, 0.08),
        0 4px 12px rgba(37, 99, 235, 0.15);
}

.contact-option.selected::before {
    transform: scaleY(1);
}

.contact-option input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    accent-color: var(--primary-color);
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: var(--dark-bg);
}

.contact-info i {
    color: var(--primary-color);
}

/*//////////////////////////////////////////////////////////////////
[ HERO SECTION ]*/

.hero-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
}

.hero-section.success {
    background: linear-gradient(135deg, var(--success-color) 0%, #047857 100%);
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    animation: float 20s ease-in-out infinite;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

.hero-icon {
    font-size: 90px;
    margin-bottom: 28px;
    opacity: 0.95;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
    animation: iconBounce 2s ease-in-out infinite;
    position: relative;
    z-index: 1;
}

@keyframes iconBounce {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.hero-title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 24px;
    line-height: 1.2;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    letter-spacing: -1px;
    position: relative;
    z-index: 1;
}

.hero-description {
    font-size: 18px;
    font-weight: 500;
    opacity: 1;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
    max-width: 380px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.15);
    padding: 24px 28px;
    border-radius: 16px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 12px;
    position: relative;
    z-index: 1;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/*//////////////////////////////////////////////////////////////////
[ MESSAGES AND ALERTS ]*/

.success-message {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: var(--border-radius);
    padding: 24px;
    margin-bottom: 30px;
    text-align: center;
}

.success-message h2 {
    color: var(--success-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.success-message p {
    color: var(--secondary-color);
    line-height: 1.6;
    margin-bottom: 8px;
}

.warning-message {
    background: #fffbeb;
    border: 1px solid #fcd34d;
    border-radius: var(--border-radius);
    padding: 30px;
    text-align: center;
}

.warning-message h2 {
    color: var(--warning-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.warning-message p {
    color: var(--secondary-color);
    line-height: 1.6;
    margin-bottom: 16px;
}

.warning-message a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

.alert {
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 24px;
    border: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    animation: slideIn 0.4s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.alert-success {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    color: var(--success-color);
    border-left: 4px solid var(--success-color);
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.1);
}

.alert-danger {
    background: linear-gradient(135deg, #fef2f2 0%, #fecaca 100%);
    color: var(--danger-color);
    border-left: 4px solid var(--danger-color);
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.1);
}

.alert i {
    font-size: 18px;
}

/*//////////////////////////////////////////////////////////////////
[ REGISTER SECTION ]*/

.register-section {
    text-align: center;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.register-text {
    color: var(--secondary-color);
    font-size: 14px;
    margin-bottom: 8px;
}

.register-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.register-link:hover {
    color: var(--primary-dark);
}

/*//////////////////////////////////////////////////////////////////
[ LOADING AND ANIMATIONS ]*/

.loading-spinner {
    display: none;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 8px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*//////////////////////////////////////////////////////////////////
[ SECURITY BADGE ]*/

.security-badge {
    position: absolute;
    top: 24px;
    right: 24px;
    background: rgba(5, 150, 105, 0.12);
    color: var(--success-color);
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(5, 150, 105, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.15);
    animation: badgePulse 3s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.security-badge i {
    font-size: 14px;
}

/*//////////////////////////////////////////////////////////////////
[ MODERN BODY STYLES ]*/

body.modern-auth {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 1000%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    overflow-x: hidden;
}

body.modern-auth::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../imgs/bg01.jpg') center/cover;
    opacity: 0.15;
    z-index: -1;
}

/* Animated background particles */
body.modern-auth::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 40% 20%, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
    z-index: -1;
    animation: particleFloat 20s ease-in-out infinite;
}

@keyframes particleFloat {
    0%, 100% { opacity: 0.3; transform: translateY(0px); }
    50% { opacity: 0.6; transform: translateY(-20px); }
}

/*//////////////////////////////////////////////////////////////////
[ LOCK SCREEN SPECIFIC STYLES ]*/

.user-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 20px;
    border: 4px solid var(--primary-color);
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
    object-fit: cover;
}

.lock-icon {
    width: 60px;
    height: 60px;
    background: #fbbf24;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 10px 25px rgba(251, 191, 36, 0.3);
}

.lock-icon i {
    font-size: 24px;
    color: white;
}

.unlock-btn {
    width: 100%;
    padding: 16px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: var(--border-radius);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.unlock-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
}

.unlock-btn:active {
    transform: translateY(0);
}

.hero-section.lock {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
}

.security-badge.lock {
    background: rgba(251, 191, 36, 0.1);
    color: #f59e0b;
}

/*//////////////////////////////////////////////////////////////////
[ REGISTRATION (ACCT) SPECIFIC STYLES ]*/

.info-section {
    background: #f0f9ff;
    border: 1px solid #7dd3fc;
    border-radius: var(--border-radius);
    padding: 20px;
    margin-bottom: 24px;
}

.info-section p {
    color: var(--primary-color);
    margin: 0;
    font-weight: 500;
    line-height: 1.6;
}

.psn-format {
    font-size: 12px;
    color: var(--secondary-color);
    margin-top: 4px;
    font-style: italic;
}

/*//////////////////////////////////////////////////////////////////
[ FORGOT PASSWORD SPECIFIC STYLES ]*/

.forgot-form-section {
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
}

.brand-logo.warning {
    background: var(--warning-color);
    box-shadow: 0 10px 25px rgba(217, 119, 6, 0.3);
}

.hero-section.warning {
    background: linear-gradient(135deg, var(--warning-color) 0%, #b45309 100%);
}

.security-badge.warning {
    background: rgba(217, 119, 6, 0.1);
    color: var(--warning-color);
}

.send-btn.warning {
    background: var(--warning-color);
}

.send-btn.warning:hover {
    background: #b45309;
    box-shadow: 0 10px 25px rgba(217, 119, 6, 0.3);
}

.form-control.is-valid {
    border-color: var(--success-color);
    background: #f0fdf4;
}

.validation-message {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
}

.validation-message.success {
    color: var(--success-color);
}

.validation-message.error {
    color: var(--danger-color);
}

.validation-message.checking {
    color: var(--secondary-color);
}

.login-section {
    text-align: center;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.login-text {
    color: var(--secondary-color);
    font-size: 14px;
    margin-bottom: 8px;
}

.login-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.login-link:hover {
    color: var(--primary-dark);
}

/*//////////////////////////////////////////////////////////////////
[ RESPONSIVE DESIGN ]*/

@media (max-width: 768px) {
    .login-container {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    .hero-section {
        display: none;
    }

    .login-form-section,
    .otp-form-section,
    .registration-form-section,
    .forgot-form-section {
        padding: 40px 30px;
    }

    .brand-title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    body.modern-auth {
        padding: 10px;
    }

    .login-form-section,
    .otp-form-section,
    .registration-form-section,
    .forgot-form-section {
        padding: 30px 20px;
    }
}
  