*{
    font-family: 'Poppins', sans-serif;
}

.login{
    background: url(/image/bg_sign.png);
    height: 100vh;
    padding: 0;
    background-color: #ffffff;
}

.login .container{
    width: 350px;
    background-color: #457d58;
    border-radius: 20px;
    padding: 15px 40px;
    margin: 10px;
}

.header h1{
    font-style: normal;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}

.header p{
    font-style: normal;
    font-weight: 350;
    font-size: 13px;
    line-height: 10px;
    color: #97b690;
    text-align: center;
}


.login-form label{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1d4e34;
    margin-top: 11px;
    margin-left: 8px;
}
.login-form input{
    background: #FFFFFF;
    border: 1px solid #BCBCBC;
    box-sizing: border-box;
    border-radius: 8px;
}
.login-form p{
    font-style: normal;
    font-weight: 350;
    font-size:12px;
    line-height: 21px;
    color: #97b690;
    margin: 15px 0 10px 0;
}
.login-form .agree{
    font-style: normal;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px 8px;
}

.login-form .signup{
    width: 100%;
    height: 42px;
    background: #000000;
    color: #fff;
    border-radius: 8px;
    border:none ;
}

