.container-login{
    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-login p{
    text-align: center;
    color: #004694;
    font-weight: 300;
}
.logo{
    text-align: center;
}
.login-form{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: 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;
}
#submit{
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    justify-content: space-between;
}
.button-login {
    color: white;
    background: #004694;
    padding: 5px 15px;
    border: none;
    border-radius: 3px;
}
p a{
	font-family: 'Montserrat-medium', sans-serif;
    text-decoration: none;
    color: #004694;
    font-weight: 500;
}
.page-login p:nth-child(4){
    margin-top: 50px;
    padding-bottom: 10px;
}
.container-login p:nth-child(2){
    margin-top: 10px;
    margin-bottom: 10px;
}
.help {
    color: #85B037!important;
    font-size: 10px!important;
    margin-left: 5px!important;
}

/* RENEW BONO */

.container-renewbono{
    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%;
}

.renewbono-form{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.page-renewbono p{
    text-align: center;
    color: #004694;
    font-weight: 300;
}