/*
Template Name: Admin Template
Author: Wrappixel

File: scss
*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700");
/*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: 28vw;
    height: 100vh;
    margin: 0 auto;
}

    .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 {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

.btn_login {
    background-color: rgba(222,91,21,1) !important;
}


@media only screen and (max-width: 767px) {
    #loginCard {
        margin-top: 10% !important;
    }

    .login-box {
        width: 50% !important;
        height: 50% !important;
        margin-top: 20% !important;
    }

    .login-sidebar .login-box {
        border-radius: 8px;
    }
}

@media only screen and (max-width: 550px) {
    #loginCard {
        margin-top: 10% !important;
    }

    .login-box {
        width: 70% !important;
        margin-top: 30% !important;
    }

    .login-sidebar .login-box {
        border-radius: 8px;
    }
}

@media only screen and (max-width: 400px) {
    #loginCard {
        margin-top: 10% !important;
    }

    .login-box {
        width: 80% !important;
        margin-top: 50% !important;
    }

    .login-sidebar .login-box {
        border-radius: 8px;
    }
}
