
body{
    margin: 0%;
    background-color:white;
   
}


.container{
    float:left;
    width:100%;
    height:Auto;
    background-color:white;
  
}


.container .centerleft{
    float: left;
    width:41%;
    height:950px;
    background-color: rgb(0, 20, 51);

}


.container .centerleft .imgholder{
    float: left;
    width:90%;
margin-left:4%;
margin-right:6%;
    height:840px;
    margin-top:55px;
    margin-bottom:55px;
    /*background: rgb(100, 237, 128);  */
    background: white;
    border-radius: 8px;
    border: 5px solid white;

    
}



.container .centerright{
    float: left;
    width:59%;
    height:950px;
    background-color:white;
}


.container .centerright .content{
    float: left;
    height:745px;
    width:50%;
   margin-left:25%;
   margin-right:25%;
    margin-top:10px;
    background-color:white;
}


h1{
    float:left;
    color: rgb(8, 15, 26);
    font-weight: 600;
    margin: 0px 0px 28px;
    text-align: center;
    position: relative;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.01em;
    width:100%;
}


.container .centerright .content .box1{
    float:left;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid rgb(226, 232, 239);
    color: rgb(8, 15, 26);
    font-size: 18px;
    padding: 22px 18px 20px;
    width: 100%;
    max-width: 100%;
    height:70px;
    margin-top: 25px;
}



.container .centerright .content .box2{
    float:left;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid rgb(226, 232, 239);
    color: rgb(8, 15, 26);
    font-size: 18px;
    padding: 22px 18px 20px;
    width: 100%;
    max-width: 100%;
    height:70px;
    margin-top: 25px;
}





.container .centerright .content .checkbox{
    float: left;
    height:70px;
    width:100%;

}

.container .centerright .content .checkbox .checkboxinput{
    float: left;
    margin-top: 1px;
    width: 5%;
    height:70px;
    margin-left: 5%;
    margin-right: 5%;
}





.container .centerright .content .checkbox .checkboxtext{
    float: left;
    width: 85%;
    height:50px;
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;

}

.container .centerright .content .checkbox .checkboxlink{
   
    color: blue;
}



.container .centerright .content .submit{
    float:left;
    background: rgb(100, 237, 128);
    border-radius: 8px;
    border: 1px solid rgb(100, 237, 128);
    color: rgb(0, 11, 38);
    cursor: pointer;
    outline: none;
    padding: 15px 20px;
    transition: 0.2s ease-in-out;
    width: 100%;
    max-width: 370px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.01em;
    margin-top:3px;

}



.container .footer{
    float:left;
    width:100%;
    height:30px;
    text-align:center;
    font-weight:bold;
 
}