body,
input,
textarea,
select {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #4c4c4c;
}

body{
	background: linear-gradient(to bottom left, #37067D 0%, #A7C7FA 100%);
	padding:0px 0px;
	margin:0px 0px 0px 0px;
}

.wrap_a{
	margin:0 auto;
	display: flex;
	    justify-content: center;
    align-items: center;
	padding: 5px 10px;
	overflow: hidden;
}

.head_a{
	background: rgba(0,0,0,0.8);
	overflow: hidden;
	display: flex;
}

.head_b_a{
	height: 10px;
	box-shadow: 0px 3px 3px #666666;
	background-color: #3498DB;
}

.text_a{
	width: 300px;
}

h1.aluh1{
  font-size: 32px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #4c4c4c;
  text-align: center;
  padding-top: 0px;
  margin-bottom: 10px;
}
h4.aluh4{
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  color: white;
  text-align: center;
  padding-top: 0px;
}


h5.aluh5{
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  color: #86A4D9;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

h5.aluh55{
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  color:#05073E;
  text-align: center;
  margin-top: 5px;
}

h3.aluh3{
  font-size: 20px;
  font-weight: 200;
  font-family: 'Open Sans', sans-serif;
  color: #4c4c4c;
  overflow: hidden;
  float: left;
  margin-top: 20px;
  margin-left: 13px;
  margin-bottom: 10px;
}


.outerbox{
  margin: 20px auto;
  width: 45%;  
  -webkit-border-radius: 8px/7px; 
  -moz-border-radius: 8px/7px; 
  border-radius: 8px/7px; 
  background-color: #ebebeb; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  border: solid 1px #cbc9c9;
}

.inrbox{
	width: 95%;  
	margin:0px auto;
}

hr{
  color: #a9a9a9;
  opacity: 0.3;
}

form{
}


#profileImage{
	display: block;
	position: relative;
	left:-45px;
	width: 86px;
	height: 86px;
	z-index: 2;
	opacity: 0;
}

#alternateImage{
	display: none;
}
.iconimg{
	position: relative;
	left: 40px;
	border:1px solid grey;
}
#socialconnect{
	display: flex;
	justify-content:center;
}
.displayImage{
	display: flex;
	width: 100%;
	justify-content:center;
}

.pops{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin-left: 19px;
}



.fb-button {
    color: #FFF;
    display: inline-block;
    text-decoration: none;
}

.fb-button {
    background: #5F78AB;
    background-image: url('../img/face.png');
    background-repeat: no-repeat;
    background-size:contain;
    border-top: 1px solid #29447E;
    border-right: 1px solid #29447E;
    border-bottom: 1px solid #1A356E;
    border-left: 1px solid #29447E;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8A9CC2;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8A9CC2;
    cursor: pointer;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    height: 40px;
    line-height: 23px;
    padding:8px 5px 10px 45px;
    text-align: left;
}

#icon_a {
  display: inline-block;
  width: 30px;
  height: 20px;
  background-color: #7BC6F9;
  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;
}


input[type=text],select{
  width: 80%; 
  height: 37px; 
  -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); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  margin-left: -5px;
  margin-top: 13px; 
  padding-left: 10px;
}


input[type=radio]{
	visibility: hidden;
}
label.radio {
	cursor: pointer;
  text-indent: 35px;
  margin-left: 20px;
  overflow: visible;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

label.radio:before {
  background: #7BC6F9;
  content:"";
  position: absolute;
  top:2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

label.radio:after {
	opacity: 0;
	content: "";
	position: absolute;
	width: 0.5em;
	height: 0.25em;
	top: 7.5px;
	left: 4.5px;
	border-radius: 50%;
	border: 3px solid #ffffff;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.profession{
 	margin-top: 20px;
}

input[type=radio]:checked + label:after {
	opacity: 1;
}

.submit{
	margin: 20px 40%;
}

input[type=submit] {
  font-size: 16px;
  cursor: pointer; 
  font-family: 'Open Sans', sans-serif;
  color: white;
  padding: 6px 25px 0px 20px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  width: 90px; height: 40px; 
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
  background-color: #499CF5; 
  -webkit-box-shadow: 0 3px rgba(58,87,175,.75); 
  -moz-box-shadow: 0 3px rgba(58,87,175,.75); 
  box-shadow: 0 3px rgba(58,87,175,.75);
  transition: all 0.1s linear 0s; 
  top: 0px;
  position: relative;
}

input[type=submit]:hover {
  top: 3px;
  background-color:#4B8ED4;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none;
  
}

/* The alert message box */
	.alert-r {
	    padding: 20px;
	    background-color: #f44336; /* Red */
	    color: white;
	    margin: 0;
	    margin-bottom: 15px;
	}

	/* The alert message box */
	.alert-g {
		position: relative;
	    padding: 20px;
	    background-color: #2ECC71; /* green */
	    color: white;
	    margin-top: 0;
	    margin-bottom: 15px;
	}

	/* The close button */
	.closebtn {
	    margin-left: 15px;
	    color: white;
	    font-weight: bold;
	    float: right;
	    font-size: 22px;
	    line-height: 20px;
	    cursor: pointer;
	    transition: 0.3s;
	}

	/* When moving the mouse over the close button */
	.closebtn:hover {
	    color: black;
	}




@media (max-width: 767px){
	.outerbox{
		width: 95%;
	}
}

@media (max-width: 480px){
	.outerbox{
		width: 95%;
	}
	
	.text_a{
		width: 200px;
	}
	label.radio{
		text-indent: 25px;
		margin-left: 0px;
	}
	.logo_a{
		width:100px;
		height: 60px;
	}
}

@media (max-width: 400px){
	.outerbox{
		width: 95%;
	}
	.inrbox{
	    width:100%;
		margin: 0 auto;
		padding:0px 0px;
	}
	#icon_a{
	    margin-left:5px;
	}
	h3.aluh3{
		margin-left: 5px;
	}
	
	.text_a{
		width: 200px;
	}
	label.radio{
		text-indent: 25px;
		margin-left: -20px;
	}
}