* {
/*    max-width: 80vw;*/
/*    font-family: 'Kantumruy Pro', sans-serif;*/
}

body {
    color: #324158 !important;
}

.login-box {
    height: auto;
    width: 450px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 18px;
    padding: 33px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    padding: 4rem 3rem;
    margin-top: 3rem;
}
.password-note li {
    list-style: disc;
    font-size: 13px;
    font-weight: 400;
    color: #324158;
    white-space: nowrap;
}
.login-box .logo {
    height: auto;
    width: 100%;
    max-width: 100px;
}
.login-box input[type='text'] {
    font-size: 1.4rem;
}
.input-group-append.toggle-password {
    position: absolute;
    right: 13px;
    top: 39px;
}
.password-note ul{margin-top: 10px}
.mb-2.passfield {
    position: relative;
}
.login-box .t-right {
    position: relative;
    float: right;
    padding-top: 15px;
    color: #0666FA;
    font-weight: 400;
    font-size: 13px
}
.login-box .btn:hover {
    background: #2a7dfb;
}

.login-box h3, .login-box h1 {
    font-size: 2.2rem;
    line-height: 24px;
    margin: 2.5rem 0 1.25rem 0;
    font-weight: 600;
    color: #324158;
}

.login-box h2 {
    font-size: 2.35rem;
    font-weight: 600;
    margin: 2rem 0 0 0;
    color: #324158;

}

.login-box p {
    font-size: 1.3rem;
    color: #324158;
    margin-bottom: 0px !important;
    line-height: 18px;

}

.login-box .form-outer {
    /* padding: 1.5rem; */
    border-radius: 20px;
    margin: 2rem 0 0 0;
}

.login-box .form-outer .right-angle {
    background: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
    position: relative;
    float: right;
}

.login-box .with-email-box {
    margin: 0 0 2rem 0;
}

.login-box .form-control {
    border: 1px solid #ced4da;
    border-radius: 13px;
    border-color: #ced4da !important;
    background: #fff;
    color: #324158;
    margin-top: 5px;
    /* padding: 1rem 1.5rem 1rem 4rem; */
}

.login-box .password-reff {
    font-size: 1.15rem;
    line-height: 1.60 !important;
    margin-top: 10px;
}

.login-box .btn-primary {
    background-color: #0666FA;
    border: none;
    border-radius: 50px;
    width: 100%;
    height: 50px;
}
.seprator-text img {
    width: 17px;
} 

.login-box .btn {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 0rem;
    margin: 1rem 0 2rem 0;
}

.login-box hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin: 1.5rem 0;
}

.login-box .seprator-text {
    text-align: left;
    background: #fff;
    width: 100%;
    margin: auto;
    position: static;
    left: 0;
    right: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 13px;
    font-weight: 400;
}

label.form-label {
    font-size: 13px;
    font-weight: 400;
}

.forgot-text-bootom {
    margin: 2rem 0;
    font-size: 13px;
}
.login-box .social-menu {
    display: flex;
    justify-content: center;
}

.login-box .social-btn {
    list-style: none;
    width: 100%;
    height: 50px;
    background: #000;
    margin: 5px 15px;
    border-radius: 30%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 10px -5px rgb(255, 255, 255, 0.1);
    transition: all 0.3s;
    border-radius: 10px;
    color: #fff;
    margin: 0;
}

.login-box .social-btn a {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100% !important;
    font-size: 15px;
}
.signin-text-bootom a{
    color: #0666FA;
    font-weight: 500;
}

.login-box .social-btn:hover a {
    color: #fff;
}
.login-box .form-control {
    border-radius: 6px;
    /* padding: 1rem 1.5rem 1rem 4rem; */
}

.login-box .social-menu .social-btn::before {
    content: attr(tooltip);
    position: absolute;
    top: 0;
    font-size: 0.9em;
    font-weight: bold;
    z-index: -1;
    opacity: 0;
    pointer-events: auto;
    background: #fff;
    padding: 10px;
    color: #000;
    letter-spacing: 1px;
    transition: all 0.3s ease-out;
}

.login-box .social-menu .social-btn::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    opacity: 0;
    background: #fff;
    transform: rotate(45deg);
    left: 20%;
    z-index: -2;
    transition:
        all 0.3s ease-out;
}

.login-box .social-menu .social-btn:hover::before {
    top: -45px;
    opacity: 1;
}

.social-menu img.social-icon {
    width: 30px;
}

.social-menu .social-btn a {
    border: none;
}
.social-menu img.social-icon {
    width: 19px;
    margin-right: 4px;
}
.login-box .social-btn:hover::after {
    top: -12px;
    opacity: 1;
}

.login-box .signin-text-bootom {
    text-align: center;
    font-weight: 300;
    margin: 1.75rem 0;
    font-size: 14px;
    color: #324158;
}

.login-box .social-btn a:hover,
.create-account-btn a:hover {
    background: none !important;
}

.login-box .input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.login-box .input-icons i {
    position: absolute;
    margin-top: 15px;
    margin-left: 15px;
}

.login-box .icon {
    padding: 10px;
    color: green;
    min-width: 50px;
    text-align: center;
}

.login-box .input-field {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.login-box .terms a {
    color: #5344ff;
}

.login-box .social-logins ul {
    padding-left: 0 !important;
}

.forgot-text-bootom {
    margin: 2rem 0;
}
.login-box  .forgot-text-bootom a {
    color: #0666FA;
}
.login-box  .form-check-input {
    margin: 0 5px 0 0px;
}
.valid-feedback.feedback-icon,
.invalid-feedback.feedback-icon {
    position: absolute;
    width: auto;
    bottom: 10px;
    right: 10px;
    margin-top: 0;
}
.view-feeds img {
    width: 150px;
    margin: 50px auto;
    position: relative;
    display: flex;
}
.view-feeds h3 {
    text-align: center;
    margin-bottom: 20px;
}
.view-feeds p {
    text-align: center;
    margin-bottom: 20px !important;
}
.popup-logo {
    width: 70px;
}
.login-box .popup-logo img {
   width: 50px;
    margin-bottom: 24px;
}
.password-note li.text-success:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    margin-left: -20px;
    margin-right: 7px;
}

.password-note li.text-success {
    list-style: none;
}
/* --------------------------------------------------------------------------- */
@media (max-width: 600px) {
    .login-box {
        height: auto;
        width: 400px;
        border: 1px solid rgb(204, 204, 204);
        border-radius: 18px;
        padding: 33px;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        padding: 3rem;
        margin-top: 1rem;
    }

    .login-box .signin-text-bootom {
        font-size: 1.35rem;
    }
    .nav-bottom .nav-bot ul.sub-nav {
    transform: translateY(-270px);
    transition: all 0.5s ease;
}
    
.login-box .t-right {
    padding-top: 9px;
}
.login-box .popup-logo img {
    width: 35px;
}    
.password-note li {
    list-style: disc;
    font-size: 12px;
    font-weight: 400;
    color: #324158;
    white-space: normal;
    line-height: 18px;
}
.password-note li span {
    display: block;
}    
}


@media (max-width: 420px) {

   .login-box {
    height: auto;
    width: 100%;
    border: none !important;
    border-radius: 18px;
    position: absolute;
    left: 0;
    right: 0;
    padding: 2rem;
}

    .login-box {
        max-width: 95%;
    }

    .login-box .signin-text-bootom {
        text-align: center;
        font-weight: 400;
        margin: 1.75rem 0;
        font-size: 1.35rem;
    }
    

}