
.preregistrationbox {
  margin: 25px auto;
  /* width: 400px;
  height: 600px; */
  width: 500px;
  height: 26.5em;
  -webkit-border-radius: 8px/7px; 
  -moz-border-radius: 8px/7px; 
  border-radius: 8px/7px; 
  background-color: #FFF; 
  -webkit-box-shadow: 1px 2px 5px 1px rgba(0,0,0,.31); 
  -moz-box-shadow: 1px 2px 5px 1px rgba(0,0,0,.31); 
  box-shadow: 1px 2px 5px 1px rgba(0,0,0,.31); 
}

#icon-pre {
  display: inline-block;
  width: 39px;
  background-color: #3a57af;
  padding: 8px 0px 8px 15px;
  margin-left: 15px;
  -webkit-border-radius: 4px 0px 0px 4px; 
  -moz-border-radius: 4px 0px 0px 4px; 
  border-radius: 4px 0px 0px 4px;
  color: white;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 0px #cbc9c9;
}

#name-pre{
  width: 325px; 
  height: 35px; 
  -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px; 
  border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  background-color: #fff; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  margin-left: -5px;
  margin-top: 13px; 
  padding-left: 5px;
}

.button-pre {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  padding: 5px 25px 0px 20px;
 /*  margin: 40px 20px 20px 0px; */
  display: inline-block;
  float: right;
  text-decoration: none;
  width: 108px;
  height: 39px;
  background-color: green;
  position: relative;
  margin-right: 115px;
}

.col-title{
  font-size: 32px;
  font-weight: 300;
  color: #4c4c4c;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 10px;
}

hr{
  color: read;
  opacity: 0.3;
  border: solid 1px;
}

.workExperience {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 4%;
}

.preregistration-form{
	margin: 20px 0px 10px 15px;
	font-size:16px;
}


