@CHARSET "UTF-8";
/*@import url(https://fonts.googleapis.com/css?family=Roboto:300);*/

* {box-sizing: border-box;} 

.optin-page {
	width: 100%;
	padding: 0% 0 0;
	margin: auto;
}

.form register-form{
	font-family: "Lato", sans-serif;	
} 

.form_header{
	color: black;
	font-family: "Lato", sans-serif;
	font-size: 32px;	
	text-decoration: none;
    font-weight: 700;
	text-align:justify;
}

.form_details{
	color:Black;
	text-align:justify;
	margin: auto;
	margin-bottom: 5px;
}

.form {
	color: black;
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 500px;
	margin: 0 auto 100px;
/*	padding: 45px;*/
	padding-top: 45px;
	padding-right: 45px;
	padding-bottom: 45px;
	padding-left: 45px;
	margin:auto;	
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.form2 {
	background: none;
	box-shadow: none;
	margin: auto;
}

.form_profile {
	box-shadow: none;
	margin: auto;
	color: black;
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 60em;
	margin: 0 auto 100px;
	padding-top: 3em;
	padding-right: 3em;
	padding-bottom: 5em;
	padding-left: 3em;
	text-align: center;
}

.form.dl_form {
	color: #22ffaa
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 100%;
	margin: 0 auto 100px; 
	padding-top: 45px;
	padding-right: 45px;
	padding-bottom: 45px;
	padding-left: 45px;
	margin:auto 	
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	box-sizing: border-box;
}

.form input {
	background-color:rgba(255, 0, 0,1);
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
}
.form button {
	font-family: "Roboto", sans-serif;
/*	text-transform: uppercase;*/
	outline: 0;
	background-color: #3a57af;
	background: #3a57af;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
	background: #263973;
}

.form button:disabled {
	background: #cccccc;
}

.form button.link {
	-webkit-appearance: link;
	-moz-appearance: link;
	appearance: link;
			
	box-sizing: border-box;
	font-family: "Lato", sans-serif;	
	font-size: initial;
	text-decoration: none;
	color: #337ab7;
	background: initial;
	padding: 0px;
	margin: 0px;	
/*	border: 1px solid #ee00FF;*/
}

.form button.link:hover,.form button.link:active,.form button.link:focus {
	-webkit-appearance: link;
	-moz-appearance: link;
	appearance: link;
			
	color: #23527c;
	text-decoration: none;
}

.form button.link2 {
	-webkit-appearance: link;
	-moz-appearance: link;
	appearance: link;
			
	box-sizing: border-box;
	font-family: "Lato", sans-serif;	
	font-size: initial;
	font-style: italic;
	text-align:left;
	text-decoration: none;
	color: #337ab7;
	background: initial;
	padding: 0px;
	margin: 0px;	
/*	border: 1px solid #ee00FF;*/
}

.form button.link2:hover,.form button.link2:active,.form button.link2:focus {
	-webkit-appearance: link;
	-moz-appearance: link;
	appearance: link;
			
	color: #23527c;
	background: #ebf3f9;
	background: #f7faff;
	text-decoration: none;
}

form.signinlink{
/*	border: 1px solid #ee00aa;*/
	color: black;
	position: relative;
	z-index: 1;
	background: initial;
	padding: 0 px;
	margin: 0px;	
	padding-bottom: 15px;
/*	max-width: 500px;
	margin: 0 auto 100px;
	padding-top: 45px;
	padding-right: 45px;
	padding-bottom: 45px;
	padding-left: 45px;
	margin:auto;	
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
}


.form .message {
	margin: 15px 0 0;
	color: #b3b3b3;
	font-size: 12px;
}
.form .message a {
	color: #4CAF50;
	text-decoration: none;
}

.dl_group{
/*	background-color: yellow;*/
	border-radius: 5px 5px 5px 5px;*
	margin:5px;
	padding:10px;
	border: solid #1f628d 1px;
	horizontal-align:center;
	valign: middle;
	min-width: 180px;
	align:center;
	text-align:center;	
}

p.dl_header {
/*	border: solid #ff6200 01px;*/
/*	color: #1f628d;*/
	color: #E11414;
	align: left;
	font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    text-align: center;
    position: relative;
}

/*
.container {
	position: relative;
	z-index: 1;
	max-width: 300px;
	margin: 0 auto;
}
.container:before, .container:after {
	content: "";
	display: block;
	clear: both;
}
.container .info {
	margin: 50px auto;
	text-align: center;
}
.container .info h1 {
	margin: 0 0 15px;
	padding: 0;
	font-size: 36px;
	font-weight: 300;
	color: #1a1a1a;
}
.container .info span {
	color: #4d4d4d;
	font-size: 12px;
}
.container .info span a {
	color: #000000;
	text-decoration: none;
}
.container .info span .fa {
	color: #EF3B3A;
}
body {
	font-family: "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;			
}
*/
input[type=text],input[type=password],input[type=email]{
  	width: 100%;
  	padding: 10px;
  	outline: none;
/*	width: 200px; 
	height: 39px;*/ 
	-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;*/
	height: 40px;
	box-sizing: border-box;
}

input[type=text]:focus,input[type=password]:focus,input[type=email]:focus {
  border: 1px solid #3a57af;
}


#icon {
	padding: 10px;
	background: #3a57af;
	color: white;
	min-width: 50px;
	height: 40px;
/*	display: inline-block;*/
	width: 30px; 
	background-color: #3a57af;
/*	padding: 8px 2px 8px 10px; */
/*	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 #ff00ff;
	text-align: center;
}

#icon_profilelbl {
	padding: 10px;
	background: #3a57af;
	color: white;
	min-width: 120px;
	height: 40px;
/*	display: inline-block;*/
	width: 110px; 
	background-color: #3a57af;
/*	padding: 8px 2px 8px 10px; */
/*	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 #ff00ff;
	text-align: center;
}

/* ---------------------------------- */
label.check {
	cursor: pointer;
	text-indent: 0px;
	left: 4.5px;
	overflow: visible;
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	margin-left: 30px;
	margin-right: 10px;
	text-align: justify;
	vertical-align: middle;
}

label.check:before {
	display: inline-block;
/*	border: solid 3px #3a57af;*/
	border: solid 3px #0057af;
	vertical-align: middle;
	background: #ffffff;
	content:'';
	position: absolute;
	top:5px;
	left: -30px;
	width: 17px;
	height: 17px;
	border-radius: 0%;
}

label.check:after {
	background: #3a57af;
	opacity: 0;
	content: '';
	position: absolute;
	width: 0.5em;
	height: 0.25em;
	background: transparent;
	top: 10px;
	left: -25px;
/*	border: 3px solid #3a57af;*/
	border: 3px solid #3a00af;
	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);
}

input[type=checkbox]:checked + label:after {
	opacity: 1;
}
input[type=checkbox] {
	visibility: hidden;
}

.input-container {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	width: 100%;
	margin-bottom: 15px;
/*	background-color: #0ae0d6;*/
}

.input-container2 {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	width: 100%;
	margin-bottom: 0px;
	margin: 0px;
	padding: 0px;
/*	background-color: #ffe066;*/
}

.inputbox2 {
	margin: 0 0 5px;
}

.inputbox-middle {
	border-radius: 0px;	
	border: solid #1f628d 1px;
}

#errorsign {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 30px;
    margin: auto;
    font-size: 24px;
    color: #ff0000;
}
