#text_login {
    margin-top: 10px; 
}

#btn_login {
    background-color: #00ABF3;
    color: white;
    /* margin : 20px 0px 40px 25px; */
    margin-top: 30px;
    border: 0px;
    width: 150px;
    height: 40px;
    border-radius: 5px;
    
}

.form_login{
    margin-top: 10px;
    background-color: #f1f1f1;
}

.box_login {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    /* background: rgb(117, 81, 81); */
    margin-bottom: 30px;
}