.modal-dialog {
    width: 400px;
    margin: 100px auto;
}
html,body{
    width: 100%;height: 100%;
    padding: 0;margin: 0;
    position: relative;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.language-change{
    position: absolute;
    top:20px;
    right:20px;
}
.banner{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    text-align: center;
}

#login-container{
    width: 920px;height: 400px;
    position: absolute;
    top: 0;bottom: 0;left: 0;right: 0;
    margin: auto;
    overflow: hidden;
}
#login-container>.left{
    position: relative;
    float: left;
    width: 450px;
    height: 100%;
}
#login-container>.right{
    position: relative;
    float: right;
    width: 320px;
    height: 100%;
    background-color: white;
    overflow: hidden;
}
#login-container>.right>.exchange{
    position: absolute;
    text-align: center;
    width: 150px;
    padding: 40px 5px 5px;
    border-bottom: 1px solid grey;
    transform: rotate(45deg);
    right: -55px;
    top: -10px;
    background-color: grey;/* #06a4e8 */
    color: white;
    cursor: pointer;
}
#login-container>.right>.exchange:hover{
    transform: rotate(45deg) scale(1.2,1.2);
    background-color: #06a4e8;
}
#login-container>.right>h2{
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
    color: #00a7d0;
}
#login-container>.right>p{
    margin: 20px;
    position: relative;
}
#login-container>.right>p>img{
    position: absolute;
    left: 3px;bottom: 6px;
    width: 24px;height: 24px;
}
#login-container>.right input[type=text],#login-container>.right input[type=password]{
    padding: 8px 16px 8px 40px;
    display: block;
    width: 100%;
    font-size: 14px;
    border-top: none;
    border-left: none;
    border-right: none;
}
#login-container>.right input[type=text]:focus,#login-container>.right input[type=password]:focus{
    outline:none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: #06a4e8;
}
#login-container>.right input[type=checkbox]{
    margin: 0 14px 0 10px;
    position: relative;
    top: 1px;
}
#login-container>.right button{
    padding: 8px 16px;
    border-radius: 6px;
    background-color: #06a4e8;
    color: white;
    font-weight: bold;
    font-size: 14px;
    display: block;
    width: 100%;
}
#forgetPassword{
    float: right;
}
#error{
    color: red;
    font-size: 12px;
    font-weight: bold;
}
@media screen  and (max-width: 992px){
    #login-container{
        width: 320px;
    }
    #login-container>.left{
        display: none;
    }
    .banner>img{
        width: 100%;
    }
}
.suspension {
    position: fixed;
    right: 0;
    top: 50%;
    width: 60px;
    height: 200px;
}
.suspension-box {
    position: relative;
    float: right;
}
.suspension .a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #1d1d1d;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    padding: 10px 0;
    text-align: center;
}
.suspension .a:hover {
    background-color: #F05352;
}
.suspension .a i {
    font-size: 20px;
    color: white;
}
.suspension-box .d {
    position: absolute;
    width: 128px;
    right: 45px;
    top: 0;
    border: 1px solid #E0E1E5;
    border-radius: 5px;
}
.suspension-box .d-android {
    top: 48px;
}
.suspension-box .d-ios {
    top: 96px;
}
.description{
    position: fixed;
    bottom: 0;
    left:0;
    right:0;
    color: white;
    padding: 20px 0;
}
.text-align-center{
    text-align: center;
}