﻿/*
 @Date: 2020.01.12
 @Author: Ryan
*/
body{
	height: auto;
	background-image: url(../imgs/body_bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.login-form{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    margin-left: -250px;
    margin-top: -220px;
    border-radius: 30px;
    overflow: hidden;
}
.ui-dialog{
    background-color: rgba(0,0,0,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
}
.ui-dialog .ui-dialog-titlebar{
    height: auto;
    padding: 30px 0;
    margin: 0 15px 15px 15px;
    border-bottom: 1px solid #fff;
    background: none;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.ui-dialog .ui-dialog-titlebar img{
    width: 80%;
    vertical-align: middle;
}
.ui-dialog .ui-widget-content{
    height: 287px;
    padding: 20px 50px 0 50px;
}
.ui-dialog .form-input{
    margin-bottom: 15px;
}
.ui-state-default{
    border: #ccc solid 1px;
    background: none;
}
.input-append{
    min-width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
}
.append-left{
    padding-left: 8px;
}
.form-label label{
    color: #a3a3a3;
    font-weight: normal;
}
.form-input input{
    height: 40px;
    font-size: 14px;
    color: #878787;
}
.verifyimg{
    position: absolute;
    top: 1px; right: 0;
    height: 38px;
}
.btn-submit{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    background: #e4393c;
    border-color: #e4393c;
    font-size: 18px !important;
    color: #fff;
    text-align: center;
}
.btn-other{
    text-align: center;
}
.btn-other a{
    display: inline-block;
    margin: 0 20px;
    font-size: 14px;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .login-form{
        position: absolute;
        width: 90%;
        margin-left: -45%;
        margin-top: -250px;
    }
    .ui-dialog .ui-widget-content{
        padding: 20px 20px 0 20px;
    }
}
