﻿.form-icon-container {
    position: relative;
}
/*
  =================================================================
  THE Z-INDEX FIX: The icon is being hidden BEHIND the input field.
  This rule raises the icon's stacking order (z-index) so it always
  appears on top of the input field, even when typing.
  =================================================================
*/
.input-group .form-icon {
    z-index: 10 !important;
}
.mobile-logo {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 10px;
}
.login-header-text {
    font-weight: bold;
    color: #282E4C !important;
}
.password-input-field {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.black-formlabel1 {
color:black;

}
.bordr-input-group {
    border-radius:0.375rem !important;
}
.toggle-password {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
#forgot-password {
    color: #902958 !important;
}

.btn-toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
}

input[type="password"]::-ms-reveal {
    display: none;
    /* Or, less drastically, but still not recommended */
    /* opacity: 0; */
    /* width: 0; */
    /* height: 0; */
}
/* For other browsers (though most will ignore this) */
input[type="password"]::-webkit-credentials-auto-fill-button,
input[type="password"]::-webkit-credentials-control,
input[type="password"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-outer-spin-button {
    display: none !important;
    -webkit-appearance: none !important;
    margin: 0 !important;
}
/*  Another attempt, may be ignored by modern browsers */
input[type="password"] {
    -webkit-text-security: disc; /* Standardized, but not for the icon itself */
}

body {
    background-image: url('../Panashi/YaasLoginbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
    body.loginbody::before {
        display: block;
        content: "";
        background: #00000082;
        height: 100vh;
        position: fixed;
        width: 100%;
        top: 0px;
    }

.login-section {
    background-color: #fffffff5;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding-bottom: 50px;
    padding-top: 47px;
}

.form-control {
    border: solid #d5d4d2 1px !important;
    padding: 11px 6px;
    border-radius: 0px !important;
}
.input-group .input-group-text {

    border-radius: 0px !important;
}
.sendstyle {
    width: 150px;
}
.login-section {
    background-color: white;
    padding: 20px; /* Adjust the padding as needed */
    border-radius: 10px; /* Adjust the border-radius for rounded corners */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.loginstylegold {
    font-weight: bold;
    color: #ffd26e
}
.forgotstyle {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 10px;
}
@media (max-width: 768px) {
    .mobile-logo img {
        width: 120px !important; /* Set width to 120px for mobile */
    }

    
    .mob-box {
        margin: 0 20px;
    }
}
.btn-primary {
    background: #8d224d;
    border: 0px;
    padding: 14px 0px;
    font-size: 14px;
}
    .btn-primary:hover {
        background: #a43c7a;
        border: 0px;
    }
img.LoginHeaderImg {
    width: 190px;
}

.LoginHeader {
    font-weight: bold;
    color: #282E4C !important;
    text-transform: UPPERCASE;
    font-size: 14px !important;
    display: none !important;
}
.form-label1 {
    font-size: 13px;
    font-weight: bold;
    color: #595858 !important;
    
}
.btnExternalLogin {
    width: 100%;
    font-weight: bold;
    color: black;
    font-size: 15px;
    border: solid #e3e3e3 2px;
    padding: 8px 0px;
}
    .btnExternalLogin img {
        width: 19px;
    }
    .btnExternalLogin:hover {
        border: solid #dedae5 2px;
        background: #ffffff;
    }
.btnExternalLogin:focus {
    border: solid wheat 0px;
}


.btnExternalLogin {
    width: 100%;
    font-weight: bold;
    color: black;
    font-size: 15px;
    border: none;
    padding: 11px 0px;
    background: #d5d5d5;
    border: solid #dedae5 0px !important;
}
.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
}


    @media (max-width: 576px) {
    }

    @media (max-width: 768px) {
    }

    @media (max-width: 992px) {
        .mobile-logo {
            position: absolute !important;
        }

        .mob-box {
            padding: 0px 11px;
        }
    }

    @media (max-width: 1200px) {
    }

    @media (max-width: 1400px) {
    }
.validation-summary-valid li {
    list-style-type: none;
}