/*
Template Name: Admin Template
Author: Wrappixel

File: scss
*/
@import url(../fonts/poppins.css);
/*Theme Colors*/
/**
 * Table Of Content
 *
 * 	1. Color system
 *	2. Options
 *	3. Body
 *	4. Typography
 *	5. Breadcrumbs
 *	6. Cards
 *	7. Dropdowns
 *	8. Buttons
 *	9. Typography
 *	10. Progress bars
 *	11. Tables
 *	12. Forms
 *	14. Component
 */
/*******************
Login register and recover password Page
******************/
.login-register {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    padding: 10% 0;
    position: fixed;
}

.login-box {
    width: 500px;
    margin: -90px auto;
    border-radius: 5px !important;
    box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.1);
}

.login-box h3 {
    font-weight: 500;
    margin-bottom: 30px;
}

.login-box input.form-control  {
    border: 2px solid #e3e3e3;
    color: #777;
    background: #fff;
    font-size: 17px;
    line-height: 28px;
    padding: 12px 26px !important;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 35px;
    outline: none;
    height: auto;
}

.login-box input.form-control:focus {
    background: #fff;
    border: 2px solid #f1c6aa;
    box-shadow: none;
    border-radius: 35px;
    padding: 12px 26px !important;
    height: auto;
}

.login-box .btn-submit {
    font-size: 18px;
    color: #fff;
    width: 100%;
    border: none;
    padding: 15px 20px;
    font-weight: 500;
    border-radius: 35px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}


.login-box .footer {
    width: 100%;
    left: 0px;
    right: 0px;
}

.login-box .social {
    display: block;
    margin-bottom: 30px;
}

#recoverform {
    display: none;
}

.login-sidebar {
    padding: 0px;
    margin-top: 0px;
}

.login-sidebar .login-box {
    right: 0px;
    position: absolute;
    height: 100%;
}

#loginform, #recoverform{
    padding: 30px;
}


