@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic); /*!
 *   AdminLTE v2.3.2
 *   Author: Almsaeed Studio
 *	 Website: Almsaeed Studio <http://almsaeedstudio.com>
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
!*/

html, body {
    min-height: 100%
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;*/
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto
}

.loader {
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.8;
    z-index: 10000000;
    background: #ffffff26;
    height: 100%;
    width: 100%;
    margin: auto;
}

.strip-holder {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    margin-left: -50px;
    position: relative;
    width: 160px;
    height: 65px;
    background-color: white;
    border: 1px solid black;
    border-radius: 6px;
    border-color: #032644;
}


.login-logo, .register-logo {
    display: flex;
    justify-content: center;
    font-size: 22px;
    text-align: left;
    margin-bottom: 25px;
    font-weight: 400;
    /* padding-left: 15px;*/
}

    .login-logo a, .register-logo img {
        height: 50px;
        width: 150px;
    }

    .login-logo a, .register-logo a {
        color: #444;
        text-decoration-line: none;
    }

.login-page, .register-page {
    background: #d2d6de
}

.login-box, .register-box {
    width: 300px;
    /* margin: 7% auto*/
    margin-top: 7%;
    margin-left: 15%;
}

@media (max-width:768px) {
    .login-box, .register-box {
        /*  width: 90%;
        margin-top: 20px*/
        margin-left: auto;
        margin-right: auto;
        /*margin-top: 40%;*/
    }
}

.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
    border-radius: 10px;
}

    .login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
        color: #777
    }

.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
    font-size: 18px;
}
