body{
	background: rgba(0,0,0,0.5) no-repeat center center fixed; 
	background-image: url(../../../images/bg_field-1-.jpg?v=2); 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.cls_input_text .label-text{
	color:#808080;
	text-transform: uppercase;
}
.cls_input_text input{
	color:#000;
}
.cls_input_text input,
.cls_input_text .cls_text_label{
	border-bottom: 1px solid #808080;
}
.button-view{
	color:#FF0d01;
	border-color: #FF0d01;
}
body::after {
    position: fixed;
    background: rgba(0,0,0,0.3);
    top: 0px;
    width: 100%;
    height: 100%;
    content: " ";
    z-index: -1;
}
.clsForm {
  max-width: 860px;
  
  border-radius: .2rem;
  position: relative;
}
.cls_error{
	color:#ff0d01;
	margin-top:-25px;
	display: inline-block;
}
.clsDivPanel{
	width:70%;
	margin: 0px auto;
}
.clsBackground{
	background: linear-gradient(-180deg,rgba(99, 12, 215,0.5)  0,rgba(27, 135, 223,0.5) 97%);
}
.form_content {
  margin-bottom: 1rem;
}

.form-group {
  color: #333;
  opacity: 0;
}

.form-group_title {
  color: #000;
  font-size:25px;
}

.form-group_input {
  width: 100%;
  border-width: 0 0 2px 0;
  border-bottom: 2px solid #ccc;
  padding: .5rem;
  margin-bottom: 1.5rem;
}
.form_background {
  border-radius: .2rem;
  background-color: #fff;
  padding: 1.5rem 2rem;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.4);
  width: 35%;
  min-height: 75%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  -webkit-transition: all 0.3s cubic-bezier(0.04, 0.57, 0.15, 1.46);
  transition: all 0.3s cubic-bezier(0.04, 0.57, 0.15, 1.46);
}

.fieldset {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  border: 0;
  padding: 0 5rem 0 0;
}
.fieldset:first-child {
  padding-left: 0;
}
.fieldset:last-child {
  padding-left: 5rem;
  padding-right: 0;
}
.radio--invisible {
  opacity: 0;
  height: 0;
  width: 0;
}

.clsBtn {
  text-align:center;
  background:#fff;
  text-transform: uppercase;
  padding: .6rem 3rem;
  border: 1px solid #fff;
  border-radius: .3rem;
  cursor: pointer;
  -webkit-transition: background .2s ease-in;
  transition: background .2s ease-in;
  display: inline-block;
  font-size:17px;
  border-radius:20px;
  font-weight:700;
  text-transform:uppercase;
  padding:10px 15px;
  min-width:200px;
  color:#5b32b4;
  
}
.clsBtn:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color:#fff;
}
.clsBtnP {
  border:2px solid #5b32b4;
  color: #5b32b4;
}
.clsBtnP:hover {
  background-color: #5b32b4;
  color:#fff;
 
}
.form_background .form-group{
	 display: none;
}

.form_background .form-group {
  display: none;
}

#idOffice:checked ~ .form_background{
  -webkit-transform: translate(calc(60% - 3rem), -50%);
          transform: translate(calc(60% - 3rem), -50%);
}


#idOffice:checked ~ .form_background .form-group--office{
  display: block;
  opacity: 0;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-name: slidein;
          animation-name: slidein;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#idDistributor:checked ~ .form_background .form-group--distributor{
  display: block;
  opacity: 0;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-name: slidein;
          animation-name: slidein;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#idDistributor:checked ~ .form_background {
  -webkit-transform: translate(calc(145% - 3rem), -50%);
          transform: translate(calc(145% - 3rem), -50%);
}

#idField:checked ~ .form_background .form-group--field{
  display: block;
  opacity: 0;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-name: slidein;
          animation-name: slidein;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#idField:checked ~ .form_background {
  -webkit-transform: translate(calc(100% - 3rem), -50%);
          transform: translate(calc(100% - 3rem), -50%);
}
@-webkit-keyframes slidein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slidein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.clsLBLogin,.clsLBSignUp{
	position: absolute;
	right:5px;
	top:5px;
	display: none;
	color:#5b32b4;
	cursor: pointer;
}
.clsDivLBtn{
	position: absolute;
	right:5px;
	top:5px;
	display: none;
	text-transform: uppercase;
}
.clsDivLBtn>label{
	margin-left: 10px;
	color:#FF0d01;
}
.clsDivLBtn>label:hover{
	cursor:pointer;
	color:#ccc;
}
.clsFTitle{
	font-size: 25px;
	font-weight: 700;
	color:#fff;
	text-transform: uppercase;
	display: none;
	top: 40px;
	position: absolute;
	cursor: pointer;
}
.clsDivCompany .clsFTitle{
	left:-85px;
	top:20px;
	transform: rotate(-90deg);
	 -webkit-transform:rotate(-90deg);
}

.clsDivDistributor .clsFTitle{
	right: -100px;
	transform: rotate(-90deg);
	 -webkit-transform:rotate(-90deg);
}
@media (max-width: 755px){
	.clsDivPanel{
		width:100%;
	}
	.clsMain{
		padding-left:10px;
		padding-right:10px;
	}
	.form_background{
		width:80%;
    	
	}
	#idOffice:checked ~ .form_background{
	  -webkit-transform: translate(calc(3rem - 5%), -50%);
	          transform: translate(calc(3rem - 5%), -50%);
	}
	
	#idDistributor:checked ~ .form_background {
	  -webkit-transform: translate(calc(29% - 3rem), -50%);
	          transform: translate(calc(29% - 3rem), -50%);
	}
	.clsFTitle{
		display: block;
	}
	
	.fieldset .clsDiv{
		display: none;
	}
	.clsDivLBtn{
		display: block;
	}
	.clsLBlock{
		display: block;
	    height: 65vh;
	    width: 70px;
	    position: absolute;
	    cursor: pointer;
	}
	.clsDivCompany .clsLBlock{
		top: -35px;
	    left: -35px;
	}
	.clsDivDistributor .clsLBlock{
		top: -35px;
	    right: -35px;
	}
}

.cls_style_v1 .cls_error{
	float: left;
}

.wram_form{width: 100%;max-width: 480px;margin: 50px auto;text-align: center;margin-bottom: 20px;}
.clsnone{display: none;}

.wram_form div:nth-of-type(2)  .button-view:hover{
	background-color: #5c4b51;
		border-color: #5c4b51;
}
.wram_form div:nth-of-type(3) .button-view:hover{
	background-color: #e0cf75;
		border-color:#e0cf75;
}
.clsDivW{
	position: absolute;
	right:12px;
	bottom:12px;
}
#temperature{
	font-size: 25px;
	font-weight:700;
	color:#fff;
	line-height: 20px;
}
#city-state{
	font-size:10px;
	color:#fff;
	font-weight: 700;
	display:block;
}
#condition{
	color:#ccc;
	font-size:10px;
	font-weight: 700;
}
#bannervideo {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}
.clsLink{
	font-size: 25px;
	font-weight: 700;
	color:#FF0d01;
	text-transform: uppercase;
	position: absolute;right:0px;
	
}
.clsLink:hover{
	color:#ccc;
	cursor: pointer;
}