body{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(248, 206, 70, 1);

}

#userLogin{
    padding: 0 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

header p{

    font-weight: 700;
    margin-left: 10px;
    font-size: 20px;
    color: #FFFFFF;
}

section{
    width: 900px;
    height: 522px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 6px;
    margin: 0 auto;
}
section .text-module{
    width: 280px;
}
section h1{
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
}
section .el-input, section .input-module{
    width: 100%;
    margin-top: 28px;

}
section .input-module .el-input {
    width: 175px;
    margin: 0;
}
section .el-input img{
    margin: 10px;
}
section .el-input  .el-input__inner{
    padding-left: 40px;
    background-color: rgba(240, 241, 253, 1);
}
section .btn-submit{
    width: 100%;
    height: 46px;
    background-color: rgba(248, 206, 70, 1);
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 44px;
}
footer{
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 40px;
    text-align: center;
}