.header{
    padding: 50px 0;
}
.header .logo{

}

.my-main{
    padding: 50px 0;
    background-color: #81d8d0;
}

.login-box{
    padding: 30px 50px;
    background-color: #fff;
    width: 460px;
    height: 600px;
}
.login-box .layui-form-item{
    margin-bottom: 30px;
}
.login-box h1{
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}
.login-box .layui-input{
    height: 48px;
}
.login-box .my-btn{
    height: 48px;
}
.login-box .other{
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-box .other li{
    margin: 0 10px;
    text-align: center;
}
.login-box .g-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-box .g-item .my-btn{
    width: 200px;
    margin-left: 20px;
}