/*******************
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: 400px;
    margin: 50px 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 {
    right: 0px;
    position: absolute;
    height: 100%; }
    
.login-wrap {
    margin: 20px 10%;
    text-align: left;
    color: #fff;
}

.login-wrap .btn-login {background:#424a55}
.login-wrap .btn-login:hover {background:#424a55; color:#fff}
.login-wrap .btn-reg {background:#15bc9b}

.login-wrap a {
    color: #fff;
}
.login-wrap i {
    margin-right: 5px;
}
.login-wrap .checkbox {
    margin-left: 0;
    padding-left: 0;
}
.login-wrap .btn-block {
    margin: 5px 0;
}
.login-wrap .login-input {
    position: relative;
}
.login-wrap .login-input .text-input {
    padding-left: 30px;
}
.login-wrap .login-input i.overlay {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #aaa;
}

.login-page {
    background: #d2d6de
}

.login-panel {
    color: #252932;
    width: 100%;
    padding:40px 25px;
    max-width: 500px;
    margin: 6% auto;
    background: #fff; /* bml | #ffca28    ---   origional | #2fdab8 */
}

.auth-logo {
    border: 0px solid #252932;
}

.panel-title {
    text-align: right;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #252932; /* bml | #262b33 */
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 2vw;
    line-height: 60px;
    color: #252932;
}

.panel-sub {
    float: left;
    font-size: 0.69em;
    margin-top: -30px;
}

.copyright {
    text-align: center;
    margin: 0 auto 0 auto;
    color: #ccc;
}

.login-type-message {
    color: #252932; /* bml | #282828 */
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 1em;
}

.login-type-heading {
    color: #252932; /* bml | #282828 */
    font-size: 1.6em;
    padding-top: 1em;
}

.login-type-body {
    color: #252932; /* bml | #282828 */
    font-size: 1.1em;
    padding-top: 10px;
}