.header_page{
    position: fixed;
    margin: 0;
    padding:0;
    width:100%;
    height:100px;
    background-color: blue;
    color:white;     
}

.header_page .text_header{
    position:absolute;
    margin:0;
    padding:0;
    left:0;
    width:500px;
    height:100%;
    font-family: "Arial Rounded MT Bold",Arial, Helvetica, sans-serif;
}

.text_header h1{
    position:absolute;
    top:0px;
    left:10px;
}

.text_header h2{
    position: absolute;
    top:35px;
    left:10px;
}

.header_page img{
    position: absolute;
    width: 130px;
    height: 100%;
    right:0px;
}

.survey_content{
    position:fixed;
    top:110px;
    width:99.5%;
    height: 850px;
    overflow-y: scroll;    
    align-items:center;
}

.survey_content form{
    width:50%;
    height: auto;
    background-color: #1E90FF;
    box-shadow: 2px 3px lightblue;
    margin-top:20px;
}

.survey_content form .fh1{
    font-family: "Arial Rounded MT Bold",Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em blue;
    font-size:45px;
    color:white;
}

.h2form{
    position:inherit;
    left:40px;
    font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size:32px;
    color:#1affff;
}

.sex, .position, .careerlevel, .gfpsmember, .ifyesgfpsmember, .forho, .forpmo, .ppapresfordotr, .religion, .responsibility, .responsibility1, .responsibility2, .dietaryrestrict, .disability, .disab_dswdidcard, .soloparent, .yessolop, .seniorcits, .seniorcard, .parentguard, .childbears, .violenceawomen, .viol_specify, .stresswork, .gad_related_training, .gadrelatedorient, .respondents, .positiontitle, .employmentstatus,.modeoftrans,.disclaimer,.careerlevel{
    position:relative;
    width:90%;
    height:10%;
    text-align:justify;
    border:1px solid Royalblue;
    box-shadow:5px 10px lightblue;
    margin-left:5%;
    
}

.container{
    position: inherit;
    left:60px;
    display: inline-block;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor:pointer;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;  
    color:white;
}

.checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: darkblue;
    border-radius: 50%;    
}

.inputradio{
    position:absolute;
    opacity:0;
    cursor:pointer;
}

.inputradio ~ .checkmark {
    background-color: #ccc;
  }

  .inputradio:checked ~ .checkmark {
    background-color: white;
  }

  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .inputradio:checked ~ .checkmark:after {
    display: inline-block;
  }
 
  .checkmark:after {
    top: 9px;
   left: 9px;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: black;
}  

.select{
    position:inherit;
    left:350px;
    width:200px;
    height:30px;
    font-family: "Arial Rounded MT Bold",Arial, Helvetica, sans-serif;
    font-size:14px;
    text-align: center;
    color: #1c87c9;
    background-color: #eee;
    border-radius: 5px;
    box-shadow: 4px 4px #ccc;   
}

.input_text{
    position:absolute;
    font-size:1.5em;
    top:85px;
    background: linear-gradiant(21deg, #10abff, #1beabd);
    display: inline-block;
    border-radius: 9999em;
}

.input_checkbox {
  position:absolute;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: black;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid black;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
}

.input_checkbox::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em blue;
}

.input_checkbox:checked::before {
  transform: scale(1);
}

.formsubmitbutton {
	background: #0066A2;
	color: white;
	border-style: outset;
	border-color: #0066A2;
	height: 50px;
	width: 100px;
	font: bold15px arial,sans-serif;
	text-shadow: none;
}

.formsubmitbutton:hover{
    cursor:pointer;
}
