* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@font-face {
  font-family: 'Roboto';
  src: url('./fonts/Roboto-Regular.ttf');
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('./fonts/Roboto-Bold.ttf');
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('./fonts/Roboto-Medium.ttf');
}

html{
	height: 100%;
}

body {
	min-height: 100%;
	font-family: Roboto;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

#user_login label{
	font-size: 1em;
}

.login-container {
	position: relative;
	/*height:100vh;*/
	margin-top: 0;
	background-color: #e8f6f0;
	background-image: url('../images/pattern360.png');
}

.registro-body {
	background-color: #e8f6f0;
	background-image: url('../images/pattern360.png');
}

.login-info {
	float: left;
	width: 60%;
	height: 100px;
	height: 100%;
}

.login-form {
	float: right;
	width: 30%;
	height: 100%;
	margin-right: 10%;
	background-color: #69c39c;
	background-image: url('noise.png');
	display: flex;
	flex-direction: column;
	align-items: center;
  	justify-content: center;
}

.login-form .logo {
	margin-bottom: 50px;
    margin-top: 50px;
}

.login-form .logo img {
	
    width: 300px;
}

.login-form .input-field-login input {
	padding: 8px;
	font-size: 14px;
	color: #235740;
	border: none;
	border-radius: 0 4px 4px 0;
	margin: 10px 0;
	width: 260px;
	line-height: 32px;
	background-color: #c4e7d8;
	transition: all .3s;
}

.login-form .input-field-login input:hover, .login-form .input-field-login input:focus {
	background-color: #e8f6f0;
}

.login-form button {
	font-family: Roboto-Medium;
	background-color: #8dd1b4;
	border: none;
	color: #FFF;
	width: 100%;
	height: 35px;
	border-radius: 2px;
	cursor: pointer;
	margin-top: 12px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	outline: 0;
}

.login-form button:hover {
	background-color: #7ccaa8;
}

.input-field-login {
	display: flex;
}

.login-form .input-field-login label i{
	color: #57bb90;
	font-size: 14px !important;
	background-color: #c4e7d8;
	line-height: 48px;
	width: 55px;
	text-align: center;
	margin-top: 10px;
	border-radius: 4px 0 0 4px;
}

.login-form .copyr {
	/*position: absolute;*/
	bottom: 5px;
	font-size: 12px;
	color: #49a9c0;
	font-weight: 300;
    margin-bottom:100px;
}

@media (max-width: 1200px) {
	.login-info {
		display: none;
	}
	.login-form {
		margin-right: 0;
		width: 100%;
	}
	.login-form .input-field-login input {
		width: 210px;
	}
}

#application_errors {
	background: #c0392b;
	padding: 10px;
	color: #FFF;
	border-radius: 4px;
	max-width: 400px;
}

.reg-container {
	width: 100%;
	max-width: 540px;
	position: relative;
	left: 50%;
	transform: translate(-50%);
	background: #FFF;
}

.reg-logo-wrapper {
	background-color: #69c39c;
	background-image: url('noise.png');
	padding: 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.reg-logo {
	width: 174px;
	height: 40px;
	background-image: url('./mistareas_logo.png');
	background-size: cover;
}

.reg-form-wrapper {
	padding: 20px 40px;
}

.iinforeg {
	color: #888;
	padding: 20px 0;
	font-style: italic;
}

.reg-form-wrapper label {
	padding: 10px 0 0 0;
	display: flex;
	flex-direction: column;
	color: #444;
}

.sublabel {
	font-size: 13px;
	margin-top: 4px;
	color: #666;
}

.reg-input {
	padding: 8px;
	font-size: 14px;
	color: #235740;
	border: 2px solid #DDD;
	border-radius: 4px;
	margin: 10px 0;
	width: 240px;
	line-height: 28px;
	background-color: #FAFAFA;
}

.reg-input-center {
	text-align: center;
	font-size: 20px;
}

.reg-form-cols {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.btnvalidarcodigo, .btnregistro {
	color: #FFF;
	background: #57bb90;
	border-radius: 3px;
	cursor: pointer;
	margin-left: 20px;
	height: 38px;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.btnregistro {
	margin-top: 40px;
	margin-left: 0px;
	margin-bottom: 80px;
}

.btnvalidarcodigo .fas {
	margin-right: 2px;
}

.reg-codigo-info {
	display: none;
	color: #57bb90;
	text-align: center;
	padding: 10px 0;
}

.reg-codigo-info.error {
	color: #c0392b;
}

.form-registro .reg-input {
	line-height: 20px;
	border: 1px solid #DDD;
	color: #444;
	margin: 5px 0;
}

.form-registro-wrapper {
	display: none;
}

.reg-mandatory {
	display: inline-flex;
	align-items: center;
}

.reg-mandatory .fas {
	color: #c0392b;
	margin-right: 4px;
	font-size: 10px;
}

.reg-mandatory.infos .fas {
	margin-left: 8px;
}

.form-registro .iinforeg {
	display: block;
	padding: 20px 0 10px 0;
}

.reg-input:focus {
	border-color: #57bb90;
}

.supererror {
	display: block;
	margin-top: 10px;
	color: #c0392b;
}

.reg-form-cols .aviso {
	flex: 1;
	margin-left: 10px;
	color: #c0392b;
	font-size: 12px;
}

.btnloginregistrarse {
	border: none;
	color: #FFF;
	width: 100%;
	height: 35px;
	border-radius: 2px;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	outline: 0;
	background: rgba(255,255,255,.1) !important;
	margin-top: 40px !important;
	font-family: 'Roboto' !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid rgba(255,255,255,.3);
}

.btnloginregistrarsea {
	text-decoration: none;
}

.reg-form-wrapper a {
	margin-top: 30px;
	display: block;
	color: #57bb90;
}

.reg-form-wrapper a.nomargin {
	margin-top: auto;
	display: inline-block;
	color: #57bb90;
}

.btnloginpassword {
	
}

.btnloginrecuperar {
	text-align: center;
	color: #FFF;
	margin-top: 20px;
	display: block;
}

@media only screen and (max-width: 768px) {
	.login-form .logo {
		margin-bottom: 30px;
	}
}

.appcover {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999999;
	background-color: #FFF;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #8dd1b4;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.btnlogingoogle {
	background-color: #FFF;
	padding: 8px;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: rgba(0,0,0,.54);
	font-family: 'Roboto-Medium';
	margin-top: 20px;
	margin-bottom: 80px;
	cursor: pointer;
}

.btnlogingoogle img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.separatorlogin {
	line-height: 2px;
	height: 2px;
	background: rgba(255,255,255,.2);
	margin-top: 20px;
}

.copyr {
	color: #FFF !important;
}

.copyr a {
	color: #FFF;
}