

.heading_main_2 {padding: 18px; line-height: 20px; font-size:13px; color:#000;  text-align: center; letter-spacing: -0.7px;}

.toggle{
  background-color:black;
  color:white;
  height:40px;
  background-color:#F79361;
  width:100%;
  font-family:   'Roboto', sans-serif;
  font-weight:bold;
  font-size:25px;
  
 
}

.close{
  color:white;
  float:right;
  cursor:pointer;
  margin-right:30px;
  margin-top:10px;
  font-weight:bold;
  font-size:30px;
  font-family:  'Roboto', sans-serif;;
}


.contain{
  background-color:black;
  height:50px;
  
}

.containmain2{
  background-color:#F79361;

  
}
.center{
  margin: 0 auto;
  padding-top: 0%;
  padding-bottom:0%;
}

.profile{
  margin-top:0px;
  margin-bottom: 10px;
  margin-left:30%;
  width:150px;
  height:150px;
  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
  background: url('http://www.dcrstrategies.com/wp-content/uploads/2016/10/greencard.png') no-repeat;
  background-position:100% 0%;
  background-size:100%;
  -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; -o-transition-duration: 0.6s; transition-duration: 0.6s; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; transition-property: transform; overflow:hidden; 
}

.profile:hover	 { -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -o-transform:rotate(360deg); }

.logo {
     height: 57px;
	float: left;
}

input {
     width:100%;
    outline: none;
    padding: 15px;
  border:none;
  
    
}

input[type=submit] {
  
  background:  #02428e;
  border:none;

  color:white;
  width:300px;
  font-size:16px;

}

input[type=submit]:hover{
 	color:#fff;
  background:  #2b2b2b ;
	cursor: pointer;


}

.form{
  
  max-width:300px;
  margin: 0 auto;
  margin-top:20px;
}

.topform{
  border-bottom:2px solid lightgrey;
  margin:0px;
  background-repeat: no-repeat;
  background-color:white;
  background-size: 11%;
  background-position: 70% 50%;
}




.bottomform{
  margin-top:0px;
  margin-bottom:20px;
  background-repeat: no-repeat;
  background-color:white;
  background-size: 11%;
  background-position: 70% 50%;
}