*,
:before,
:after {
  box-sizing: border-box;
}


.btn_group {
  position: relative;
  margin-top: 0;
  margin-bottom:45px;
}

textarea {
  resize: none;
}

input,
textarea {
  background: none;
  color: #fff;
  text-align: left;
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  height: 43px;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #fff;
}

.theme3 input, .theme3 textarea {
  color: #002b38;
  border-bottom: 2px solid #fff;
}

.theme4 input, .theme4 textarea {
  color: #cc0e0e;
  border-bottom: 2px solid #fff;
}

.select_form_options{
    color: #cc0e0e;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
    font-size: 18px;
padding: 8px 16px;
    display: block;
    width: 100%;
	height: 43px;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #fff;
	background: whitesmoke;
}

.head1button{
	width:auto;
}




.select_form{
    color: #cc0e0e;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
	height: 43px;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #fff;
	background:transparent;
}

input:focus, select:focus,
textarea:focus {
  outline: none;
}
input:focus ~ .input_label, select:focus ~ .input_label,
textarea:focus ~ .input_label,
textarea:focus ~ .input_label {
	opacity: 1;
	font-weight: normal;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	top: -14px;
	font-size: 12px;
	color: #cc0e0e;
}
input:focus ~ .bar:before, select:focus ~ .bar:before, 
textarea:focus ~ .bar:before {
  width: 100%;
}

input[type="password"] {
  letter-spacing: 0.3em;
}

.input_label {
	opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;

}

.theme3 .input_label{
	opacity: 0.2;
	font-family: 'Montserrat', sans-serif;
    filter: alpha(opacity=30); /* For IE8 and earlier */
	text-align: left;
	text-transform: uppercase;
	color: #00222b;
	font-size: 16px;
	font-weight: 100;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
}

.theme4 .input_label{
	opacity: 0.3;
	font-family: 'Montserrat', sans-serif;
    filter: alpha(opacity=30); /* For IE8 and earlier */
	text-align: left;
	text-transform: uppercase;
	color: #cc0e0e;
	font-size: 16px;
	font-weight: 100;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;

}

.bar {
  position: relative;
  display: block;
  width: 100%;
}
.bar:before {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #cc0e0e;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  left: 0%;
}

.btn {
display: block;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
	color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    border: 2px solid white;
    border-radius: 0px;
    padding: 0px 40px 0px 40px;
    line-height: 32px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.theme3 .btn, .theme4 .btn {
display: block;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
	color: #cc0e0e;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    border: 2px solid #cc0e0e;
    border-radius: 0px;
    padding: 0px 40px 0px 40px;
    line-height: 32px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn:hover {
-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 2px solid #cc0e0e;
    border-radius: 0px;
    background-color: #cc0e0e;
    color: white;
}
.btn_group_25{
	float: left;
	width:25%;
}
.btn_group_33{
	float: left;
	width:33.33%;
}
.btn_group_50{
	float: left;
	width:50%;
}
.btn_group_100{
	float: left;
	width:100%;
}


.btn-submit{
	float: right;
    margin-right: 30px;
    margin-bottom: 45px;
}


.profile_data_tag{
	text-transform: uppercase;
	color: red;
	font-size: 12px;
}

.profile_data_content{
	font-size:18px;
	margin-top:10px;
	margin-bottom:10px;
}

.profile_data_bar{
	height:2px;
	width: calc(100% - 10px);
	background:red;
	display: block;
}

.admin_picbox{
	color: red;
    height: 130px;
    padding: 5px;
}

.admin_picbox_head{
	background:#ffffff80;
	width:100%;
	height:17px;
}
.admin_picbox_main{
	background:#ffffff40;
	height:74px;
	padding:5px;
}

.admin_pic_bot{
	background: #ffffff80;
    height: 40px;
	width: 100%;
    display: table;
    top: 0;
    left: 0;
}
.admin_pic_bot_sub{
	display: table-cell;
    vertical-align: middle;
    float: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
	margin-bottom: 0;
}

.btn_white{
	margin: 0 auto;
	display: block;
    background: transparent;
	color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    border: 2px solid #fff;
    border-radius: 0px;
    padding: 0px 40px 0px 40px;
    line-height: 32px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn_white:hover {
-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 2px solid #cc0e0e;
    border-radius: 0px;
    background-color: #cc0e0e;
    color: white;
}
@media (max-width: 992px){
	.btn_group_25{
		float: none;
		width:100%;
	}
	.btn_group_33{
		float: none;
		width:100%;
	}
	.btn_group_50{
		float: none;
		width:100%;
	}
}

@media (max-width: 768px){
	.btn-submit{
		float: none;
		width:100%;
		margin-right: 0px;
		margin-bottom: 45px;
	}
}

.cbx {
	 position: relative;
	 top: 1px;
	 width: 18px;
	 height: 18px;
	 border: 2px solid #fff;
	 border-radius: 4px;
	 vertical-align: middle;
	 transition: 0.5s ease;
	 cursor: pointer;
}
 .cbx:after {
	 content: '';
	 position: absolute;
	 top: 1px;
	 left: 5px;
	 width: 5px;
	 height: 11px;
	 opacity: 0;
	 transform: rotate(45deg) scale(1);
	 border-right: 2px solid #fff;
	 border-bottom: 2px solid #fff;
	 transition: all 0.3s ease;
	 transition-delay: 0.15s;
}

.cbx1 {
	 position: relative;
	 top: 1px;
	 width: 18px;
	 height: 18px;
	 border: 2px solid #fff;
	 border-radius: 4px;
	 vertical-align: middle;
	 transition: 0.5s ease;
	 cursor: pointer;
}
 .cbx1:after {
	 content: '';
	 position: absolute;
	 top: 1px;
	 left: 5px;
	 width: 5px;
	 height: 11px;
	 opacity: 0;
	 transform: rotate(45deg) scale(1);
	 border-right: 2px solid #fff;
	 border-bottom: 2px solid #fff;
	 transition: all 0.3s ease;
	 transition-delay: 0.15s;
}

.cbx2 {
	 position: relative;
	 top: 1px;
	 width: 18px;
	 height: 18px;
	 border: 2px solid #fff;
	 border-radius: 4px;
	 vertical-align: middle;
	 transition: 0.5s ease;
	 cursor: pointer;
}
 .cbx2:after {
	 content: '';
	 position: absolute;
	 top: 1px;
	 left: 5px;
	 width: 5px;
	 height: 11px;
	 opacity: 0;
	 transform: rotate(45deg) scale(1);
	 border-right: 2px solid #fff;
	 border-bottom: 2px solid #fff;
	 transition: all 0.3s ease;
	 transition-delay: 0.15s;
}

.cbx3 {
	 position: relative;
	 top: 1px;
	 width: 18px;
	 height: 18px;
	 border: 2px solid #fff;
	 border-radius: 4px;
	 vertical-align: middle;
	 transition: 0.5s ease;
	 cursor: pointer;
}
 .cbx3:after {
	 content: '';
	 position: absolute;
	 top: 1px;
	 left: 5px;
	 width: 5px;
	 height: 11px;
	 opacity: 0;
	 transform: rotate(45deg) scale(1);
	 border-right: 2px solid #fff;
	 border-bottom: 2px solid #fff;
	 transition: all 0.3s ease;
	 transition-delay: 0.15s;
}

.cbx4 {
	 position: relative;
	 top: 1px;
	 width: 18px;
	 height: 18px;
	 border: 2px solid #fff;
	 border-radius: 4px;
	 vertical-align: middle;
	 transition: 0.5s ease;
	 cursor: pointer;
}
 .cbx4:after {
	 content: '';
	 position: absolute;
	 top: 1px;
	 left: 5px;
	 width: 5px;
	 height: 11px;
	 opacity: 0;
	 transform: rotate(45deg) scale(1);
	 border-right: 2px solid #fff;
	 border-bottom: 2px solid #fff;
	 transition: all 0.3s ease;
	 transition-delay: 0.15s;
}

.cbx5 {
	 position: relative;
	 top: 1px;
	 width: 18px;
	 height: 18px;
	 border: 2px solid #fff;
	 border-radius: 4px;
	 vertical-align: middle;
	 transition: 0.5s ease;
	 cursor: pointer;
}
 .cbx5:after {
	 content: '';
	 position: absolute;
	 top: 1px;
	 left: 5px;
	 width: 5px;
	 height: 11px;
	 opacity: 0;
	 transform: rotate(45deg) scale(1);
	 border-right: 2px solid #fff;
	 border-bottom: 2px solid #fff;
	 transition: all 0.3s ease;
	 transition-delay: 0.15s;
}

.cbx6 {
	 position: relative;
	 top: 1px;
	 width: 18px;
	 height: 18px;
	 border: 2px solid #fff;
	 border-radius: 4px;
	 vertical-align: middle;
	 transition: 0.5s ease;
	 cursor: pointer;
}
 .cbx6:after {
	 content: '';
	 position: absolute;
	 top: 1px;
	 left: 5px;
	 width: 5px;
	 height: 11px;
	 opacity: 0;
	 transform: rotate(45deg) scale(1);
	 border-right: 2px solid #fff;
	 border-bottom: 2px solid #fff;
	 transition: all 0.3s ease;
	 transition-delay: 0.15s;
}


.cbx7 {
	 position: relative;
	 top: 1px;
	 width: 18px;
	 height: 18px;
	 border: 2px solid #fff;
	 border-radius: 4px;
	 vertical-align: middle;
	 transition: 0.5s ease;
	 cursor: pointer;
}
 .cbx7:after {
	 content: '';
	 position: absolute;
	 top: 1px;
	 left: 5px;
	 width: 5px;
	 height: 11px;
	 opacity: 0;
	 transform: rotate(45deg) scale(1);
	 border-right: 2px solid #fff;
	 border-bottom: 2px solid #fff;
	 transition: all 0.3s ease;
	 transition-delay: 0.15s;
}

 .lbl {
	font-size:12px;
	margin-bottom: 4px;
	margin-left: 5px;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	transition:0.15s;
}

.lbl:link{
	color: white;
}
.lbl:visited{
	color: white;
}
.lbl:active{
	color: #cc0e0e;
}
.lbl:hover{
	color: #cc0e0e;
}

 .lbl {
	font-size:12px;
	margin-bottom: 4px;
	margin-left: 5px;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	transition:0.15s;
}

 #cbx:checked ~ .cbx {
	 border-color: transparent;
	 background: #cc0e0e;
}
 #cbx:checked ~ .cbx:after {
	 opacity: 1;
}

 #cbx:hover ~ .cbx {
	 border-color: #cc0e0e;
}

 #cbx1:checked ~ .cbx1 {
	 border-color: transparent;
	 background: #cc0e0e;
}
 #cbx1:checked ~ .cbx1:after {
	 opacity: 1;
}

 #cbx1:hover ~ .cbx1 {
	 border-color: #cc0e0e;
}

 #cbx2:checked ~ .cbx2 {
	 border-color: transparent;
	 background: #cc0e0e;
}
 #cbx2:checked ~ .cbx2:after {
	 opacity: 1;
}

 #cbx2:hover ~ .cbx2 {
	 border-color: #cc0e0e;
}

 #cbx3:checked ~ .cbx3 {
	 border-color: transparent;
	 background: #cc0e0e;
}
 #cbx3:checked ~ .cbx3:after {
	 opacity: 1;
}

 #cbx3:hover ~ .cbx3 {
	 border-color: #cc0e0e;
}

 #cbx4:checked ~ .cbx4 {
	 border-color: transparent;
	 background: #cc0e0e;
}
 #cbx4:checked ~ .cbx4:after {
	 opacity: 1;
}

 #cbx4:hover ~ .cbx4 {
	 border-color: #cc0e0e;
}

 #cbx5:checked ~ .cbx5 {
	 border-color: transparent;
	 background: #cc0e0e;
}
 #cbx5:checked ~ .cbx5:after {
	 opacity: 1;
}

 #cbx5:hover ~ .cbx5 {
	 border-color: #cc0e0e;
}

 #cbx6:checked ~ .cbx6 {
	 border-color: transparent;
	 background: #cc0e0e;
}
 #cbx6:checked ~ .cbx6:after {
	 opacity: 1;
}



 #cbx7:checked ~ .cbx6 {
	 border-color: transparent;
	 background: #fffff;
}
 #cbx7:checked ~ .cbx6:after {
	 opacity: 1;
}



 #cbx:hover ~ .lbl {
	color: #cc0e0e;
}

 #cbx1:hover ~ .lbl1 {
	color: #cc0e0e;
}

 #cbx2:hover ~ .lbl2 {
	color: #cc0e0e;
}

 #cbx3:hover ~ .lbl3 {
	color: #cc0e0e;
}

 #cbx4:hover ~ .lbl4 {
	color: #cc0e0e;
}

 #cbx5:hover ~ .lbl5 {
	color: #cc0e0e;
}

 #cbx6:hover ~ .lbl6 {
	color: #cc0e0e;
}

 .cntr {
	 position: absolute;
	 top: 50%;
	 left: 0;
	 width: 100%;
	 text-align: center;
}

.errormessage{
	box-sizing:border-box;
	padding-bottom:45px;
	margin-top:0px;
	width:100%;
	height:12px;
	font-size:12px;
	color:#cc0e0e;
	text-align:center;
}


.inputbutton{
display: block;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
	color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    border: 2px solid white;
    border-radius: 4px;
    padding: 0px 40px 0px 40px;
    line-height: 32px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

	}
.inputbutton:hover {
-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 2px solid #d60052;
    border-radius: 50px;
    background-color: #d60052;
    color: white;
}

.passwordinput{ 
    box-shadow: none;
    background:rgba(0,0,0,0);
    border:1px solid #fff;
    color:#fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  font-family: sans-serif;
  font-size: 18px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  padding: 10px;
  border: none;
  border-bottom: solid 2px #c9c9c9;
  transition: border 0.3s;
  -webkit-transition: border 0.3s;
}
.passwordinput:-webkit-autofill,
.passwordinput:-webkit-autofill:hover,
.passwordinput:-webkit-autofill:focus,
.passwordinput:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
	-webkit-transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}
.passwordinput:focus {
	outline: none;
  border-bottom: solid 2px #969696;
}

.passwordbutton {
display: block;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
	color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    border: 2px solid white;
    border-radius: 4px;
    padding: 0px 40px 0px 40px;
    line-height: 32px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


.passwordbutton:hover {
-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 2px solid #d60052;
    border-radius: 50px;
    background-color: #d60052;
    color: white;
}

.btn-formating_help{
	float: right;
    color: #ffffff;
    margin-right: 25px;
	margin-top: 6px;
    margin-bottom: 6px;
    background: red;
    width: 120px;
    border: 2px solid #cc0e0e;
    border-radius: 5px;
    font-size: 12px;
    padding: 3px;
    cursor: pointer;
}

.btn-log2{
	float: none;
    color: #ffffff;
    margin-right: 25px;
	margin-top: 6px;
    margin-bottom: 6px;
    background: red;
    width: 120px;
    border: 2px solid #cc0e0e;
    border-radius: 5px;
    font-size: 12px;
    padding: 3px;
    cursor: pointer;
}

.btn-formating_help:hover{
	color: #ec2626;
    background: transparent;
    border: 2px solid #ec2626;
}

.btn-log2:hover{
	color: #ec2626;
    background: transparent;
    border: 2px solid #ec2626;
}



.formation_help{
	width: 100%;
	height:100px;
}



.formation_help_block{
    opacity: 1;
    height: 100%;
    margin-top: 10px;
    padding: 10px;
    display: block;
    animation-name: formation_help_block;
    animation-duration: 2s;
    background: rgba(255, 255, 255, 0.25);
    border: 2px solid red;
}


.formation_help_none{
	opacity:0;
	height:0;
	display: none;
	animation-name: formation_help_none;
	animation-duration: 0.5s;

}




@keyframes formation_help_block {
  from { opacity:0;height: 0; opacity:0;}
  to {height:100%;opacity:1;}
}
