header{
color: white;
margin-top: 0px;
background-color: #849CC1;
height: 50px;
text-align: right;
padding-top: 10px;
padding-right: 10px;
}
body{
background-color: #123982;
}
label{
color: #ECC300;
margin-left: 50px;
font-family: sans-serif;
font-weight: bold;
}
.tittle{
margin-top: 40px;
text-align: center;
color: white;
}
.content{
width: 1024px;
height: 500px;
align-items: center;
margin: auto;
}
input,.form-control{
margin-left: 50px;
}
.btn{
background-color: #ECC300;
color: #123982;
height: 40px;
width: 120px;
border: white;
margin-left: 50px;
}
footer{
background-color: rgb(8, 29, 87);
color: white;
padding-left: 600px;
}