.container-register{
    background-color: rgba(255,255,255, 0.8);
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    padding: 15px;
    position: absolute;
    top: 25%;
    left: 5%;
}
.container-register p{
    text-align: center;
    color: #004694;
    font-weight: 300;
}
.register-form{
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.forget{
    font-size: 15px;
}
.input-style{
    padding: 8px;
    border: 2px solid #85B037;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    width: 100%;
}
.input-style-qty{
    padding: 8px;
    border: 2px solid #85B037;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    width: 49%;
}
#submit-register{
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.button-register {
    color: white;
    background: #004694;
    padding: 5px 15px;
    border: none;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
}
p a{
    text-decoration: none;
    color: #004694;
    font-weight: 500;
}
.register-page p:nth-child(4){
    margin-top: 50px;
    padding-bottom: 10px;
}
.container-register p:nth-child(2){
    margin-top: 10px;
    margin-bottom: 10px;
}