@import url('https://fonts.googleapis.com/css?family=Poppins:400,500');

/********* login antigo */
/*

.hidden-form{
	height:0px !important;
	overflow:hidden !important;
	transition: all 0.3s;
}
body{
	background-image: url('../img/background1.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
	margin:0;
	padding:0;
	overflow:hidden;
	height:100%;
}
html{
	height:100%;
}

.fancy-input{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #fff;
	line-height: 1.2;
	display: block;
	width: 100%;
	height: 42px;
	background: transparent;
	padding: 0 5px 0 38px;
	outline: none;
	border: none;
}
.fancy-input:focus{
	padding-left:5px;
}
.fancy-input-wrapper{
	width: 100%;
	position: relative;
	border-bottom: 2px solid rgba(255,255,255,0.24);
	margin-top: 25px;
}

.form-checkbox {
  padding-left: 5px;
  padding-top: 20px;
  padding-bottom: 35px;
}

.fancy-checkbox {
  display: none;
}

.fancy-checkbox-label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #fff;
  line-height: 1.2;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  text-align:left;
}

.fancy-checkbox-label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;	
  font-size: 13px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fancy-checkbox:checked + .fancy-checkbox-label::before {
  color: #555555;
}

.fancy-input-focus {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  text-align:left;
}

.fancy-input-focus::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #fff;
}

.fancy-input-focus::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #fff;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 6px;
  left: 0px;
  padding-left: 5px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.fancy-input:focus + .fancy-input-focus::after {
  top: -18px;
  font-size: 16px;
}

.fancy-input:focus + .fancy-input-focus::before {
  width: 100%;
}

.login-wrapper{
	border-radius:4px;
	background-color:rgba(0,0,0,0.6);
  /*border:1px solid #fff;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	
}
.login-title{
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	/*background-color:rgba(255,255,255,1);
	color:#000; 
	padding:15px;
	text-align:center;
	font-size:24px;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
}
.login-form{
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	padding:0px 15px 15px 15px;
}

.pt-30{
  padding-top:15px;
}
*/

/*************** NOVO LOGIN ***********************/


.hidden-form{
	height:0px !important;
	overflow:hidden !important;
	transition: all 0.3s;
}

body{
  background-image: url('/oe/images/loginbackground.png');
  /* background-color: "#E1A76E"; */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
	margin:0;
	padding:0;
	overflow:hidden;
	height:100%;
}

html{
	height:100%;
}

.fancy-input{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #4b4b4b;
	line-height: 1.2;
	display: block;
	width: 100%;
	height: 42px;
	background: transparent;
	padding: 0 5px 0 18px;
	outline: none;
	border: none;
}
.fancy-input:focus{
	padding-left:5px;
}
.fancy-input-wrapper{
	width: 100%;
	position: relative;
	border-bottom: 1px solid rgba(75,75,75,0.2);
	margin-top: 25px;
}

.form-checkbox {
  padding-left: 5px;
  padding-top: 20px;
  padding-bottom: 35px;
}

.fancy-checkbox {
  display: none;
}

.fancy-checkbox-label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #4b4b4b;
  line-height: 1.2;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  text-align:left;
}

.fancy-checkbox-label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;	
  font-size: 13px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #4b4b4b;
  left: 0;
  top: 50%;
    color:#fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fancy-checkbox:checked + .fancy-checkbox-label::before {
  color: #4b4b4b;
}

.fancy-input-focus {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  text-align:left;
}

.fancy-input-focus::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #4b4b4b;
}

.fancy-input-focus::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #000;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 6px;
  left: 0px;
  padding-left: 5px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.fancy-input:focus + .fancy-input-focus::after {
  top: -18px;
  font-size: 16px;
}

.fancy-input:focus + .fancy-input-focus::before {
  width: 100%;
}


.login-wrapper{
	border-radius:4px;
	background-color:rgba(255,255,255,1);
	/*border:1px solid #000;*/
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	
}
.login-title{
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	/*background-color:rgba(255,255,255,1);*/
	color:#4b4b4b; 
	padding:15px;
	text-align:center;
	font-size:24px;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
}
.login-form{
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	padding:0px 15px 15px 15px;
}

.pt-30{
	padding-top:15px;
}