@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,latin-ext);

body, html {
    width:100%;
    height:100%;
    overflow:hidden;
    background:url(../img/template/logo.png) no-repeat scroll center 12% #FFF;
    padding:0px;
    margin:0px;
    color:#fff;
    font-family:"Open Sans", Helvetica, Arial, sans-serif;
}
.pattern{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGCQYsACSBAEAA14AGlu9T0TAAAAAElFTkSuQmCC) repeat;
    position:absolute;
    width:100%;
    height:100%;
    z-index:1;

}
.bg-white{
    position: fixed;
    top: 50%;
    left: 50%;
    margin:0 auto 0 -300px;
    background:#FFF;
    max-width:590px;
    width:590px;
    min-width:350px;
    border-radius: 2px;
    box-shadow:0px 0px 6px #bababa;
    z-index:2000;
}
.bg-white a{
    color:#59595A;
    text-decoration:none;
}
.bg-white a:hover{color:#404040;}
.bg-white h1{
    line-height:60px;
    width:100%;
    height:60px;
    text-align:center;
    font-size:14px;
    font-weight:normal;
    border-bottom:1px solid #E4E4E4;
}
.forgotpass{
    text-align:right;
    padding:10px 20px;
    font-size:12px;
}
#LostPasswordForm .item_row,#LoginForm .item_row, #two_factor_form .item_row{
    padding: 7px 0;
}
#LostPasswordForm input, #LoginForm input, #two_factor_form input{
    border: 1px solid #646667;
    border-radius: 3px;
    box-shadow: none;
    transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
    font-weight: 400;
    font-size: 12px;
    width: 100%;
    display: block;
    padding: 15px;
    color: #fff;
    background: none;
    box-sizing: border-box;
}
#LostPasswordForm label, #LoginForm label, #two_factor_form label{
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}
#LostPasswordForm input:focus,#LoginForm input:focus, #two_factor_form input:focus{
    outline: 0px none;
    border-color: #fff;
}
.item_submit{
    padding:8px 0 15px 0;
    flex: 1;
}
.two_fa_button_container {
    width: 100%;
    display: flex;
    gap: 20px;
}
.two_fa_button_container input[type=submit],
.two_fa_button_container input[type=button] {
    color: #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), #0086D1;
    border-color: #0086D1;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;

    flex: 1;
    min-width: 100%;
}
#LostPasswordForm input[type=submit],#LoginForm input[type=submit], #two_factor_form input[type=submit], #two_factor_form .item_cancel input {
    color:#FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), #0086D1;
    border-color:#0086D1;
    padding:10px;
    width: 48.2%;
    border-radius: 3px;
    text-align:center;
    cursor: pointer;
    font-weight: bold;
}
#LoginForm #password {
    width: 100%;
}
#LoginForm .password_display_toggle {
    font-size: 22px;
    cursor: pointer;
}
#LoginForm .password_container {
    display: table;
    width: 100%;
}
#LoginForm .password_container div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#LoginForm .password_container div:first-child {
    width: calc(100% - 50px);
}
#lost_password_text {
    font-size: 14px;
    margin-top: 45px;
    color: #fff;
    text-decoration: underline;
    display: block;
}

.content {
    width: 100%;
    height: 100%;
    display: table;
}

.content .left_side {
    width: 40px;
    background: #fff;
    display: table-cell;
    vertical-align: top;
    padding-top: 30px;
    text-align: center;
    position: relative;
}

.content .left_side img.questionmark {
    position: absolute;
    bottom: 30px;
    left: 10px;
}

.content .login_form {
    display: table-cell;
    width: calc(30% - 40px);
    vertical-align: middle;
    background: #383A3B;
    padding: 20px 65px;
    position: relative;
}

.content .login_form .copyright {
    position: absolute;
    bottom: 30px;
    left: 60px;
    color: rgba(255, 255, 255, 0.7);
}

.content .login_form .rekir_text {
    font-size: 32px;
    color: #B28353;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 65px;
}
.content .login_form .modul_text {
    font-weight: bold;
    position: absolute;
    top: 70px;
    left: 65px;
}
.content .login_form .modul_hr {
    font-weight: bold;
    border-color: #B28353;
    position: absolute;
    top: 91px;
    left: 65px;
    border-style: double;
    width: 33px;
}
.content .login_form .address {
    /*margin-top: 50px;*/
}
.content .login_form .address .contact {
    font-size: 14px;
    line-height:2;
}

.content .login_form h1 {
    font-weight: normal;
    margin: 10px 0px;
}

.content .logo {
    width: 70%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
@media only screen and (max-width: 1500px) {
    .content .logo {
        width: 60%;
    }
}
.content .logo img {
    max-width: 75%;
    max-height: 100%;
}

.lost_password_info {
    font-size: 14px;
    margin: 0px;
}
.old_system_login_link{
    position: absolute;
    top: 110px;
}