input[type=text]{
    width: 11.8rem;
    height: 1.4rem;
}
input[type=password]{
    width: 11.8rem;
    height: 1.4rem;
}
textarea{
    width: 11.6rem;
    height: 2rem;
}
th,td{
    text-align: left;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
}
th{
    padding: 5px;
    padding-right: 1px;
}
td{
    padding-left: 1px;
}
.box{
    /* border: 2px solid black; */
    display: inline-flex;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 85px;
    padding-right: 85px;
    background-color:#75203f;
    color: white;
    flex-direction: column;
    justify-content:center ;


}
select{
    background-color: grey lightslategrey;
    height: 1.5rem;
    width: 8rem;
    text-align: center;
}
table{
    margin: auto;
}
input[type=button]{
    width: 24rem;
    height: 2.7rem;
    margin-left: 2px;
    border-radius: 8px;
    font-weight: bolder;
    margin-top: 18px;
    font-size: x-large;
    text-align: center;
    border-radius: 1px solid black;
    cursor: pointer;
}

.ee{
    width: 100%;
    /* border: 2px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
    background-color: #a22b55;
}
body{
    background-color: #a22b55;

}