/***login**/

.admin-main {
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .admin-main .login-main {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        -webkit-box-shadow: 0 0 15px 5px #736B6B;
        -moz-box-shadow: 0 0 15px 5px #736B6B;
        box-shadow: 0 0 15px 5px #736B6B;
        padding: 30px;
        z-index: 2;
        height: auto;
        background: #fff;
    }

        .admin-main .login-main form .form-group {
            margin-bottom: 10px;
        }

        .admin-main .login-main form input[type=email],
        .admin-main .login-main form input[type=password] {
            border: 2px solid #C8C9C7;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            border-radius: 0px;
            height: 45px;
        }

        .admin-main .login-main form p a {
            color: #626366;
        }

/*common css*/

.default-heigth-error {
    min-height: 25px;
    margin: 0px;
}

.error {
    color: #c31515 !important;
    padding: 5px 0px;
    min-height: 25px;
}

.admin-logo {
    margin-top: 20px;
    width: 250px;
    float: right;
    margin-right: -80px;
}

.bg-img {
    height: 400px;
    background: #635CA8;
    background: url(../../images/Login_background_image.png) no-repeat;
    background-size: contain;
}

/***forgot password***/

.forgot-password-main {
    margin-top: 80px;
}

    .forgot-password-main .forgot-password {
        position: relative;
    }

    .forgot-password-main h1,
    .forgot-password-main h2,
    .forgot-password-main h3 {
        color: #626366;
        margin-top: 0px;
    }

    .forgot-password-main .forgot-password .envelope-img {
        display: inline-block;
        width: 100px;
        margin: 20px 0px;
    }

    .forgot-password-main .forgot-password form {
        z-index: 2;
        margin-top: 15%;
    }

        .forgot-password-main .forgot-password form input[type=email] {
            border: 2px solid #C8C9C7;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            border-radius: 0px;
            height: 40px;
        }

    .forgot-password-main .forgot-password .reset-btntopadj {
        margin-top: 30%;
    }


/*reset password*/

.reset-password-main h1 {
    color: #626366;
    margin-bottom: 50px;
}

.reset-password .reset-topadj {
    min-height: 60px;
}

.reset-password .form-group {
    margin-bottom: 10px;
}

.reset-password form input[type=email],
.reset-password form input[type=password] {
    border: 2px solid #C8C9C7;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    height: 45px;
}

.no-pad {
    padding: 0px;
}


/*Buttons*/

.btn {
    color: white;
    text-decoration: none;
    padding: 7px 20px;
    font-size: 1.25rem;
}

.btn-orange {
    background: #DD7A26;
    width: 130px;
}

    .btn-orange:hover {
        background: #bd671e;
        transition: all 0.3s ease;
        color: white;
    }

    .btn-orange:active,
    .btn-orange:focus {
        background: #723e12;
        color: white;
    }

.btn-pink {
    background: #DA487E;
    width: 130px;
}

    .btn-pink:hover {
        background: #cf2a67;
        transition: all 0.3s ease;
        color: white;
    }

    .btn-pink:active,
    .btn-pink:focus {
        background: #871b43;
        color: white;
    }

.primary-btn {
    color: #fff;
    background: #00B0B9;
    border: 0;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    height: 40px;
}

    .primary-btn:hover {
        color: #fff;
    }

/*Buttons*/


/* Customized*/

.login-forgot {
    margin-bottom: 20px;
}

    .login-forgot a {
        float: right;
        color: #626366;
    }

.login-main form .form-group:nth-child(2) {
    margin-bottom: 0px;
}

.forgot-password-main h1,
.forgot-password-main h2,
.forgot-password-main h3,
.reset-password-main h1 {
    text-align: center;
}

.forgot-pass-image {
    width: 75px;
    display: block;
    margin: 0 auto;
    margin-top: 35px;
}

.forgot-password label {
    font-size: 20px;
    margin-bottom: 25px;
}

.forgot-password h4 {
    font-size: 23px;
    color: #626366;
}

.reset-password-main .admin-logo,
.forgot-password-main .admin-logo {
    margin-top: 40px;
    margin-right: 13px;
}

.forgot-password-main h3:nth-child(3) {
    color: red;
}

.forgot-password-main h3 a {
    color: blue;
}

.reset-password-main {
    margin-top: 80px;
}

@media (max-width: 768px) {
    .loadercenterMob {
        margin: 0px auto;
        right: 15%;
    }

    .minHght10 {
        min-height: 10px !important;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .admin-main .login-main {
        height: 380px !important;
    }
}

@media all and (min-device-width: 320px) and (max-device-width: 767px) {
    .admin-main .login-main {
        height: 360px !important;
    }
}
