body, html{
    background-color: #f5f6fa;
    background-size: 100% auto;
    background-repeat: no-repeat;
    font-family: 'Comfortaa', sans-serif !important;
    overflow-x: hidden;
    overflow-y: auto;
    color: #545874;
    margin: 0px;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
}

.authBox{
    background: #fff;
}

.authBox .logo{
    position: fixed;
    top: 50px;
    left: 50px;
    width: 250px;
    height: 35px;
    background-image: url('/img/logo.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 3;
}

.loginBackground{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-image: url('/img/loginBackground.jpg');
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.loginBackground.loginBackgroundWidth100{
    background-size: 100% auto;
}

.bigText{
    font-size: 25px;
    padding-bottom: 40px;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.loginContainer{
    position: fixed;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    overflow-y: auto;
}

.loginContainer > div{
    display: table;
    width: 100%;
    height: 100%;
}

.loginContainer > div > div{
    display: table-cell;
    vertical-align: middle;
}

.loginContainer td{
    padding: 0px;
}

.loginContainerTransition{
    -webkit-transition: padding-top 0.3s ease-in-out;
    -o-transition: padding-top 0.3s ease-in-out;
    -moz-transition: padding-top 0.3s ease-in-out;
    transition: padding-top 0.3s ease-in-out;
}

.loginInfo, .passwordInfo{
    color: #fff;
    background: rgba(244, 67, 54, 0.2);
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    color: #f44336;
    font-weight: bold;
    padding: 10px;
}

.loginInfo i, .passwordInfo i{
    font-size: 20px;
    margin-right: 10px;
}

.loginInfo table, .passwordInfo table{
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0 auto;
}

.loginInfoSuccess, .passwordInfoSuccess{
    background: rgba(60, 203, 121, 0.2);
    color: #3ccb79;
}

.loginInfoError, .passwordInfoError{
    background: rgba(244, 67, 54, 0.2);
    color: #f44336;
}

.authBox #loginBox, .authBox #registerBox, .authBox #passwordEmailBox, .authBox #passwordResetBox{
    width: 400px;
    margin: 0 auto;
    margin-top: 20px;
}

.authBox .rememberPassword{
    position: relative;
    top: 10px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.authBox .rememberPassword:hover{
    color: #337ae2;
}

#loginBox .loginButton i{
    line-height: normal;
    font-size: 14px;
}

#loginBox .loginButton.loaderButton i{
    display: block;
}

#loginBox .loginButton.loaderButton span{
    opacity: 0;
}

#loginBox .loginButton:not(.loaderButton) i{
    display: none;
}

#loginBox .loginButton:not(.loaderButton) span{
    opacity: 1;
}

.authBox #passwordForm{
    display: none;
}

.authBox .rememberPassword {
    position: relative;
    top: 10px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.authBox .rememberPassword:hover{
    color: #337ae2;
}
