.login_page{
    background: #313535;
    margin:0 auto;
    padding: 0 auto;
    width: 100%;
    height: 100%;
    
}

.table_form{

    width:350px;
    margin-top:-40px;
    z-index: 1;
    position: relative;

}

.esqueceu_senha{
    font-size:13px;
    text-decoration:none;
}

input.text_login_form{
    /*color:#d3d3d3 !important;*/
    font-size:14px;
    padding: 10px;
}

.yellow_login{
    background:#f6bf49;
    width:320px;
    box-shadow: 0px 0px 5px #5e5e5e;
    z-index: 2;
    position: relative;
}

button.yellow_login_button{
    background: #f6bf49;
    width: 290px;
}
.spaces_form_check{
    width: 200px;
}

.input_check_dados{
    padding:5px 10px 20px 35px;
}



@media (max-width: 600px) {

    
input.text_login_form{
    color:#d3d3d3 !important;
    font-size:14px;
    padding: 15px;
}

button.yellow_login_button{
    background: #f6bf49;
    width: 290px;
    padding:15px;
    font-size:18px;
}


}