body{
    background-color: rgb(255, 255, 255);
    color: #5b92e5;
}

input[type="text"]
{
    width:300px;
    color:#5b92e5;
}
img{
    margin-left: 300px;
    width:300px;

}
.button{
    background-color: #5b92e5;
    color: white;
    border-radius: 6px;
}
.label{
    
    width: 430px;
    float:left;
    text-align: right;
    padding-right: 9px;
}
.small{
    width: 45px;
}
.largebox{width: 500px; height: 200px; margin-left:435px;}
#container{
    width:1000px;
    margin: auto;
    border-radius: 12px;
    background-color:rgb(255, 255, 255);
    padding: 20px;
}
