#row {
    background-color:white; 
    height:340px; 
    width:700px; 
    position:relative;  
    border-style: solid;
    border-color: #96AEDB;
    border-radius:30px;
    margin: auto;
}

#hcilogo{
    height:170px; 
    width:240px;
}

.confirmsite{
    background-color:#96AEDB;
    height:340px; 
    width:500px;
    position:relative; 
    bottom:33px;
    border-top-right-radius:30px;
    border-bottom-right-radius:30px;
}

#custom-select{
    color:white; 
    font-size:300%; 
    padding-top:40px
}

input{
    width:600px; 
    height:50px; 
    border-radius:15px;
    font-size:150%;
}
