html,
body{
    background-color: transparent;
}

body.authorize{
    background-image: url('../img/main-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.form-authorize{
    position: absolute;
    display: table;
    top:0px;
    right: 0px;
    width:35%;
    height:100%;
    background-color: rgba(0,0,0,0.8);
}
.form-authorize .languages{
    float: none;
    display: inline-block;
    margin-bottom: 3%;
}
.form-authorize>form{
    background-color: transparent;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.form-authorize .logo{
    float: none;
    padding-top: 15px;
    padding-bottom: 10%;
}
.form-authorize input{
    width: 300px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #545454;
    background-color: transparent;
    color: #a9a9a9;
    padding: 0px 15px;
    margin: auto;
    margin-bottom: 15px;
    font-size: inherit;
    font-family: inherit;
}
.form-authorize button{
    padding: 10px;
    border: 0px;
    border-radius: 2px;
    font-size: inherit;
    font-family: inherit;
    font-weight: bold;
    padding: 0px 15px;
    height: 45px;
    line-height: 45px;
}
.form-authorize .languages>button {
    border: 0px;
    float: left;
    width: 16px;
    height: 11px;
    line-height: normal;
    padding: 1px 6px;
    border-radius: 0px;
}
.form-authorize .languages>button .caret{
    display: inline-block;
    float: left;
    width: 0;
    height: 0;
    margin-left: 12px;
    vertical-align: middle;
    border-top: 4px dashed #efefef;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.form-authorize .btn-enter{
    float: left;
    width: 150px;
    margin-right: 10px;
}
.form-authorize .btn-reg{
    padding: 0px 15px;
    width: 200px;
    margin-bottom: 15px;
}
.form-authorize .remember{
    width: 300px;
    margin: auto;
    overflow: hidden;
    padding: 0px;
    font-family: inherit;
    font-size: inherit;
    color: #a9a9a9;
}
.form-authorize .remember>i{
    float: left;
    line-height: 45px;
    font-size: 21px;
    margin-right: 10px;
}
.form-authorize .remember>span{
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    height: 45px;
    width: 110px;
}
.form-authorize .forgot,
.form-authorize .forgot:focus,
.form-authorize .forgot:visited{
    color: #a9a9a9;
}
.form-authorize .forgot:hover,
.form-authorize .forgot:active{
    color: #fff;
}
.form-authorize table{
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0px;
    width: 300px;
    border: 0px;
    margin: 30px auto;
}
.form-authorize table td{
    width: 50%;
    height: 1px;
    border: 0px;
}
.form-authorize table td.left{
    border-bottom: 1px solid #d9016e;
}
.form-authorize table td.right{
    border-bottom: 1px solid #FCE001;
}
.form-authorize h1{
    font-family: inherit;
    font-size: 25px;
    padding-bottom: 15px;
    font-weight: bold;
    color: #fff;
}
.form-authorize .dropdown.open .dropdown-menu{
    right: 0px;
    left: auto;
}

@media (max-width: 767px) {
    .form-authorize{
        width:100%;
	position: static;
    }
    .form-authorize .languages{        
        margin: 25px 0px 0px 25px;
    }
    .form-authorize .logo{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .form-authorize table{
        margin: 15px auto;
    }
    body.authorize{
        background: none;
    }
    .form-authorize{
        background-image: url('../img/main-bg-mob.png');
        background-repeat: repeat;
        background-size: inherit;
    }
    .authorize video {display: none;}
}