/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
/*=============================================
=                Layout Vars                 =
=============================================*/
/*
 ** Responsive Spacing Classes
 */
/*
 ** Z-indices
 */
/*
 Transition
*/
/*
 ** Components
 */
/*=============================================
=                LIST FUNCTIONS               =
=============================================*/
/*=============================================
=                MAP FUNCTIONS                =
=============================================*/
/*=============================================
=               MATH FUNCTIONS                =
=============================================*/
.login-form-input[data-v-3aaaa817] {
  margin: 1rem 0;
}
.login-form-input input[data-v-3aaaa817] {
    width: 100%;
    color: #fff;
    padding: 0.9rem 0.9rem;
    font-size: 12px;
    background-color: transparent;
    border: 0.5px solid rgba(255, 255, 255, 0.9);
}
.login-form-input input[data-v-3aaaa817]:focus {
      outline: 0;
}
.login-form-input input[data-v-3aaaa817]::-webkit-input-placeholder {
      color: #fff;
      opacity: 0.5;
}
.login-form-input input[data-v-3aaaa817]:-ms-input-placeholder {
      color: #fff;
      opacity: 0.5;
}
.login-form-input input[data-v-3aaaa817]::-ms-input-placeholder {
      color: #fff;
      opacity: 0.5;
}
.login-form-input input[data-v-3aaaa817]::placeholder {
      color: #fff;
      opacity: 0.5;
}
.login-form-password-action[data-v-3aaaa817] {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
}
.login-form-password-action .custom-checkbox[data-v-3aaaa817] {
    padding-left: 2rem;
}
.login-form-password-action[data-v-3aaaa817] .custom-control-label {
    font-size: 1.1rem;
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
/*=============================================
=                Layout Vars                 =
=============================================*/
/*
 ** Responsive Spacing Classes
 */
/*
 ** Z-indices
 */
/*
 Transition
*/
/*
 ** Components
 */
/*=============================================
=                LIST FUNCTIONS               =
=============================================*/
/*=============================================
=                MAP FUNCTIONS                =
=============================================*/
/*=============================================
=               MATH FUNCTIONS                =
=============================================*/
form .theme-white input {
  background-color: transparent;
  color: #fff;
}
form .theme-white input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.5;
}
form .theme-white input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.5;
}
form .theme-white input::-ms-input-placeholder {
    color: #fff;
    opacity: 0.5;
}
form .theme-white input::placeholder {
    color: #fff;
    opacity: 0.5;
}
.login-form-password-action {
  font-size: 11px;
}
.theme-white .login-form-password-action {
    color: rgba(255, 255, 255, 0.8);
}
.login-form-password-action .custom-checkbox {
    padding-left: 2rem;
}
.login-form-password-action::v-deep .custom-control-label {
    font-size: 1.1rem;
}
.guest-login-form .password-action {
  line-height: 1.5;
}
.guest-login-form .password-action .custom-checkbox {
    display: inline-block;
    margin-right: 2rem;
}
@media (min-width: 768px) {
.guest-login-form .password-action .custom-checkbox {
        margin-right: 6rem;
}
}
.guest-login-form .password-action .custom-checkbox label {
      font-size: 1rem !important;
}

