body {
	background: #f5f5f5;
	font-family: Arial;

}

header	{
    padding: 20px 0px;
    display: table;
    width: 100%;
}

#wrapper {
	margin: auto;
	max-width: 430px;
}

.content-area {
    background: #fff;
    padding: 25px 20px;
    -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.12);
    padding-top: 40px;
    display: inline-block;
    width: 100%;
}

.orange-link {
	text-decoration: none;
	color: #FF7900;
}

a.orange-link {
    text-decoration: none;
    color: #FF7900 !important;
}

a.orange-link:hover {
    color: black !important;
    text-decoration: none;
}

.blue-link {
	text-decoration: none;
	color: #00A2E8
}

a.blue-link {
    text-decoration: none;
    color: #00A2E8 !important;
}

a.blue-link:hover {
    color: black !important;
    text-decoration: none;
}

.color-black {
    color: #000;
}

.color-blue {
    color: #00A2E8;
}

.color-green {
    color: green !important;
}

.top-message {
    display: inline-block;
    padding-top: 37px;
    font-size: 12px;
}

.logo {
	display: inline-block;

}

.clear {
	clear: both;
}
.pull-left {
	float: left;
}

.pull-right {
	float: right;

}

.hidden {
	display: none;

}

.visible {
	display: block;
	}


h1	{
	font-weight: bold;
	font-size: 28px;
	padding-bottom: 30px;
	margin-top: 0px;
}


footer	{
	text-align: center;
	padding-top: 50px;
}

footer a {
	padding: 0 10px;
	font-size: 12px;
	color: #ABABAB;
}

footer a:hover {
	text-decoration: none;
	color: black;
}
a.show-password{
	display: block;
    background: url(ico_show_pass.svg) no-repeat center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.ico-loader {
    position: absolute;
    right: 9px;
    top: 8px;
}


button:disabled,
button[disabled]
.orange-btn      { 
  opacity: 0.3; 

}
.blue-btn      { 
  opacity: 1; 

}

.active {
	background: url(../images/ico_show_pass_visible.svg) no-repeat center !important;
}

button:disabled,
button[disabled]
.orange-btn:hover     { 
  opacity: 0.3; 
  background: #FF7900 !important;

}
.blue-btn:hover     { 
  opacity: 0.7; 
  background: #00A2E8 !important;

}

.navbar-nav {
    display: table-row;
}


.group        { 
  position:relative; 
  width: 100%;
}

.inputMaterial {
    font-size: 16px !important;
    padding: 13px 10px 9px 42px;
    display: block;
    width: 100%;
    border: 2px solid #cccccc;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    border-radius: 0px;
}

/* active state */
.inputMaterial:focus ~ label.label-input,
.inputMaterial:valid ~ label.label-input {
    top: 3px;
    font-size: 9px;
    color: #B2B2B2;
    left: 43px;
}

.inputMaterial:hover {
    border: 2px solid #ababab;
}

label.label-input         {
  color:#B2B2B2; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:45px;
  top:13px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

textarea:focus, input:focus{
    outline: none;
}

.error-message {
    color: red;
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 5px;
}


ul {
	margin-bottom: 0px;
}


.g-recaptcha {
    transform:scale(1.2);
    transform-origin:0 0;
}

.ico-field {
	position: absolute;
	top: 11px;
	left: 18px;
}

.checkboxes-area {
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 25px;
}
.checkboxes-area a{
	color: #FF4600;
	text-decoration: none
}
.checkboxes-area a:hover{
	color: black;
	text-decoration: none
}


.subtitle {
		font-size: 13px;
	padding-top: 0px;
	padding-bottom: 25px;
}




.checkbox-inline {
	margin-left: 0px !important;
	margin-bottom: 7px;
}

input[type=checkbox], input[type=radio] {
	margin-right: 8px;
}

button:focus {outline:0;}

.orange-btn {
	background: #FF7900;
	padding: 17px 10px;
	font-size: 14px;
	color:#fff;
	border:0px;
	width: 100%;

}
.blue-btn {
	background: #00A2E8;
	padding: 17px 10px;
	font-size: 14px;
	color:#fff;
	border:0px;
	width: 119%;

}

.orange-btn:hover {
	background: black;
	cursor: pointer;
}
.blue-btn:hover {
	background: black;
	cursor: pointer;
}


.link-bellow {
	font-size: 13px;
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 30px;
	padding-bottom: 10px;
}


.link-bellow a {
	color: #00A2E8;

}
.link-bellow a:hover {
	color: black;
	text-decoration: none;
	
}
.spacing-captcha {
	padding-bottom: 50px;
}


.error {
	border-color: red;
}


/* Start */

.resend-email-verify {
    text-align:center; display:block; color: #bbb; font-style: italic; font-size:14px;
}

/*
 * Variables
 */


.req-container ul {
  list-style-type: none;
  padding: 0px;
}
/*
 * form
 */
.form-container input {
  background-color: #bdc3c7;
  border: 0px;
  padding: 3px 10px;
  margin: 5px 0px;
  font-size: 18px;
  width: 150px;
  box-shadow: 3px 3px 0px 0px #ecf0f1;
}
.form-container input:focus {
  background-color: #ecf0f1;
  box-shadow: 3px 3px 0px 0px #bdc3c7;
  outline: none;
}
.form-container input.invalid {
  background: rgba(192,57,43,0.85);
}
.form-container button {
  border: 0px;
  margin: 5px 0px;
  background-color: #bdc3c7;
  font-size: 18px;
  box-shadow: 3px 3px 0px 0px #ecf0f1;
}
.form-container button:focus {
  box-shadow: none;
  outline: none;
  box-shadow: 3px 3px 0px 0px #7f8c8d;
}
.form-container button:hover {
  background-color: #ecf0f1;
  box-shadow: 3px 3px 0px 0px #bdc3c7;
}
.form-container button.valid {
  transition: all 0.75s ease;
  background-color: rgba(39,174,96,0.85);
}
input::-webkit-input-placeholder {
  color: #fff;
}
input:focus::-webkit-input-placeholder {
  color: #ecf0f1;
}
input::-moz-placeholder {
  color: #fff;
}
input:focus::-moz-placeholder {
  color: #ecf0f1;
}
/*
 * req list
 */

.req-container {

	float: left;
    position: absolute;
    background: #fff;
    right: -230px;
    padding: 22px;
    line-height: 32px;
    top: -30px;
    box-shadow: 0px 8px 18px 1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 8px 18px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 8px 18px 1px rgba(0, 0, 0, 0.08);

}

 .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.req-container ul li {
  font-size: 13px;
  padding: 2.5px 0px;
}
.req-container ul li .glyphicon {
  transition: all 0.75s ease;
  float: left;
  padding-right: 6px;
  line-height: 31px;
  font-size: 17px;
}
.req-container ul li .glyphicon.invalid {
  color: #c0392b;
}
.req-container ul li .glyphicon.valid {
  color: #27ae60;
  font-size: 17px;
  -webkit-transform: rotate(360deg);

  line-height: 30px;
}
/*
 * containers
 */
#main-container {
  width: 450px;
  padding: 15px;
}
.form-container {
  float: left;
}






@media screen and (max-width: 480px) {

.g-recaptcha {
    transform:scale(1.06);
    transform-origin:0 0;
}
.spacing-captcha {
	padding-bottom: 20px;
}

#wrapper {
	margin: 0 10px;
	width: auto;
}

footer a {
	display: block;
	padding-top: 15px;
}

.content-area {
	padding: 25px 1px;
}

.logo img {
	width: 108%;
}
.top-message {
    display: inline-block;
    padding-top: 21px;
    font-size: 12px;
}
.top-message {
    display: inline-block;
    padding-top: 21px;
    font-size: 12px;
}
.checkboxes-area {
    font-size: 13px;
    padding-top: 4px;
    padding-bottom: 10px;
}

.req-container {

float: left;
    position: relative;
    background: #fff;
    line-height: 32px;
    right: 0px;
    box-shadow: none;
    padding-bottom: 0px;
    margin-top: 26px;
    padding-top: 0px;
    padding-left: 0px;


}


.req-container ul li {
    font-size: 13px;
    padding: 2.5px 0px;
    float: left;
    min-width: 149px;
}


.checkbox-inline {
    margin-left: 0px !important;
    margin-bottom: 7px;
    line-height: 22px;
}
footer {
    text-align: center;
    padding-top: 11px;
    padding-bottom: 30px;
}
h1 {
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 20px;
    margin-top: 0px;
    padding-top: 10px;
}

}


@media screen and (max-width: 320px) {
.g-recaptcha {
    transform:scale(0.88);
    transform-origin:0 0;
}
.req-container ul li {
    font-size: 13px;
    padding: 2.5px 0px;
    float: left;
    min-width: auto;
}


}