
body{
    min-width: 100vw;
    min-height: 100vh;
    background-color: #fff !important;
}
.wrap .head .form{
    margin-left: 0;
}
.login {
    margin: 0 auto;
    margin-top: 15vh;
}
.login .logo{   
    font-size: 34px;
    line-height: 60px;
}
.login .form>div{
    width: 60%;
}
.login .form .getCode_wrap{
    position: relative;
}
.login .form .getCode_wrap .btn{
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
}
.login  .tit{
    font-size: 26px;
    margin-bottom: 15px;
    color: #ff552e;
}
.login input{
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    border: 1px solid #ff552e;
    outline: none;
    margin-bottom: 30px;
    padding-left: 10px;
    box-sizing: border-box;
}
.login .btn{
    box-sizing: border-box;
    border-radius: 10px;
}
.login .register{
    text-align: right;
   
}
.login .register a{
    color: #409eff;
    text-decoration: none;
}