* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: grey;
    }

body {
    background: url(../loginimage/background-img.jfif) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.login {
    padding: 36px 0;
}

.login-sec {
    float: right;
    margin: 0 auto;
    width: 100%;
}

.single-login-input ul {
    float: left;
    margin: 0;
    padding: 0;
}

.single-login-input li {
    display: inline-block;
}

.f-right {
    float: right;
    max-width: 390px;
}

@media (max-width:991px) {
    .f-right {
        float: none;
        max-width: 100%;
    }
}

.single-login-sec {
    text-align: center;
    /*! max-width: 420px; */
    /*     float: r; */
}

.login-content {
    padding-bottom: 10px;
}

    .login-content h3 {
        font-size: 20px;
    }

    .login-content p {
        font-size: 12px;
    }

.signin-forgot-btn {
    padding-bottom: 15px;
}

.azure-login-btn-sec {
    /*! max-height: 251px; */
    /*! overflow-y: scroll; */
    text-align: left;
    padding: 0 20px 0 20px;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(42, 51, 62, 0.1), 0 0 1px 0 rgba(42, 51, 62, 0.4);
    text-align: left;
}

.azure-login-btn {
    display: block;
    color: #645f5f;
    text-decoration: none;
    padding: 10px 23px;
    transition: all 0.5s ease;
    position: relative;
    font-size: 13px;
}

.login-input span {
    text-transform: uppercase;
}

.other-login a {
    color: #514f4f;
    padding: 10px 20px;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(42, 51, 62, 0.1), 0 0 1px 0 rgba(42, 51, 62, 0.4);
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    width: 100%;
    display: block;
}

.other-login-btn img {
    width: 20px;
}

.powered-by {
    padding: 15px 25px;
    margin-top: 0;
}

    .powered-by h6 {
        color: #c0cdde;
        font-size: 12px;
        margin: 0;
    }

    .powered-by img {
        width: 80px;
    }

.copyrights p {
    font-size: 12px;
    color: #7d8d9f;
    margin: 0;
    padding-bottom: 5px;
}

.company-info ul {
    padding: 0;
    margin: 0;
}

.company-info li {
    padding: 0 8px;
    display: inline-block;
}

    .company-info li a {
        font-size: 12px;
        color: #7d8d9f;
        text-decoration: none;
    }

.login-input .form-control:focus {
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6) !important;
}

input {
    font-size: 13px !important;
}

.color-grey::placeholder {
    color: #a19f9f !important;
}

.single-login-input {
    padding-bottom: 15px;
}

    .single-login-input input {
        border-radius: 3px !important;
    }

        .single-login-input input:focus {
            border-radius: 0 !important;
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6) !important;
        }

    .single-login-input option {
        font-size: 13px !important;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
        padding: 0;
        border-radius: 0;
    }

    .single-login-input select {
        font-size: 13px !important;
        box-shadow: 0;
        border-radius: 3px;
    }

        .single-login-input select:focus {
            font-size: 13px !important;
            box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
            border-radius: 0;
        }

.switch {
    position: relative;
    width: 36px;
    height: 20px;
    border-radius: 50px;
    display: -webkit-box;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.switch-btn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dbe1e8;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50px;
    float: right;
}

    .switch-btn:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50px;
    }

input:checked + .switch-btn {
    background-color: #2196F3;
    border-radius: 50px;
}

input:focus + .switch-btn {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch-btn:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(19px);
}

/* Rounded switch-btns */
.switch-btn .round {
    border-radius: 34px;
}

    .switch-btn .round:before {
        border-radius: 50%;
    }

.switch-content.text-left {
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;
    position: absolute;
    margin-top: -20px;
}

.switch-content span {
    text-transform: capitalize;
    color: #acabab;
}

@media (max-width:991px) {
    .switch-content span {
        padding-left: 10px;
    }
}

.forgot-sec {
    text-align: left;
    padding-bottom: 15px;
}

    .forgot-sec a {
        color: #bcc6d6;
        text-decoration: none;
        font-size: 13px;
        transition: ease all .5s;
    }

        .forgot-sec a:hover {
            color: #2a333e;
            text-decoration: none;
            font-size: 14px;
            transition: ease all .5s;
        }

.signin-btn button {
    font-size: 14px;
    width: 100%;
    border-radius: 0;
    box-shadow: 0 16px 20px 0 rgb(255, 255, 255)fff, 0 6px 10px 0 rgb(255, 255, 255)fff;
}

    .signin-btn button:hover {
        box-shadow: 0 16px 20px 0 rgba(22, 118, 226, 0.3), 0 6px 10px 0 rgba(22, 118, 226, 0.3);
        border: 1px solid var(--primary-color) !important;
    }

.login-input .powered-by img {
    filter: grayscale(1);
    opacity: 0.4;
}

.signin-btn a {
    width: 100%;
    font-size: 12px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
}

    .signin-btn a:hover {
        width: 100%;
        font-size: 12px;
        border-radius: 0;
        text-transform: uppercase;
        font-weight: 600;
        box-shadow: 0 16px 20px 0 rgba(22, 118, 226, 0.3), 0 6px 10px 0 rgba(22, 118, 226, 0.3);
    }

.switch-content span {
    font-size: 12px;
}
