.background{
    margin: 0;
    width: 100%;
    height: 600px;
    background: #383a45;
    display: flex;
    align-items: center;
}
.background form{
    align-items: center;
}
.login{
    border-radius:10PX;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 340px;
    background: #F2994A;
}
@media (max-width: 700px) {
  .login {
    width: 80%;
    height: auto;
  }
}
.login h1 {
font-size:40px ;
font-family:Calibri;
color: #FFFFFF;
}
.box_name{
    text-align: center;
    border: 0px;
    height: 30px;
    width:200px;
    padding: 5px;
    font-family: Calibri;
    font-size:20px;
}
.box_button{
    font-family: Calibri;
    font-size:20px;
    height: 30px;
    width:100px;
    border: 0px;
    background-color:#383a45;
    color: white;
    cursor: pointer;
}
.cadastre-se{
    font-family: Calibri;
    font-size:15px;
    color: white;
    cursor: pointer;
    text-decoration: none;
}
