
/* Made with love by Mutiullah Samim*/@import url('https://fonts.googleapis.com/css?family=Numans');html,body{
	width: 100%;
	height: 100%;
	/*background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;*/
	font-family: 'Numans', sans-serif;
}.container{
	height: 100%;
	align-content: center;
}.card{
	height: 370px;
	margin-top: auto;
	margin-bottom: auto;
	width: 400px;
	background-color: rgba(0,0,0,0.5) !important;
}.social_icon span{
	font-size: 60px;
	margin-left: 10px;
	color: #FFC312;
}.social_icon span:hover{
	color: white;
	cursor: pointer;
}.card-header h3{
	color: white;
}.social_icon{
	position: absolute;
	right: 20px;
	top: -45px;
}.input-group-prepend span{
	width: 50px;
	background-color: #FFC312;
	color: black;
	border:0 !important;
}input:focus{
	outline: 0 0 0 0 !important;
	box-shadow: 0 0 0 0 !important;}.remember{
		color: white;
}.remember input
{
	width: 20px;
	height: 20px;
	margin-left: 15px;
	margin-right: 5px;
}.login_btn{
	color: black;
	background-color: #FFC312;
	width: 100px;
}.login_btn:hover{
	color: black;
	background-color: white;
}.links{
	color: white;
}.links a{
	margin-left: 4px;
}

/*login*/

.login-content {	
	background: #00693C;
	padding: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;    
}
.cloud {
	position: relative !important;
    background: white !important;
    border-radius: 163px 178px 0 0;
    padding: 20px;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.31));
    animation: 1s;
    transition: 1s;
    height: auto;
    width: auto;
}
.cloud > div > p {
	font-weight: bold;
	color: #00693C !important;
	margin: 16px auto !important;
	width: 300px;
	text-align: center;
}
.container {
	max-width: 100% !important;
	padding: 0 !important;
}
.cloud:before,
.cloud:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 54%;
	background: white;
	bottom: 0;
	z-index: -1;
	animation: 1s;
	transition: 1s;
}
.cloud:before {
	left: -50%;
	border-radius: 144px 0 0 154px;
}
.cloud:after {
	right: -37%;
	border-radius: 0 144px 154px 0;
	transform: scale(1.3) translateY(-11.5%);
}
.cumulus {
	position: absolute;
	width: 160px;
	height: 160px;
	background: white;
	left: -25%;
	top: 25%;
	border-radius: 50%;
	z-index: -1;
	animation: 1s;
	transition: 1s;
}.logo-cloud {
	width: 260px;
	height: 141px;
	margin-top: -29px;
	background-image: url(../img/logoText.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.cloud > div:not(.cumulus) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 400px;
	margin-top: 20px;
    animation: 0.5s;
    transition: 0.5s;
}

.content-logo:after {
	content: "";
	background-image: url(../img/Verde_promerica.png);
}
html,body.not-bg {
	background-image: none;
}
.center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-blue {
	color: #ffffff;
	background-color: #00693C;
	border: 1px solid #00693C !important;
	min-width: 150px;
	height: 32px;
	line-height: 0 !important;
	transition: all 200ms ease-in;
}
.btn-blue:hover {
	background-color: #69BE28;
	color: #FFFFFF;
	transition: all 200ms ease-in-out;

}
/*login*/
/*ui-float-label*/
.form-group {
	position: relative;
	margin-bottom: 1.5rem;
}
.form-control-placeholder{
	position: absolute;
}
.form-control-placeholder {
	position: absolute;
    top: 4px;
    padding: 7px 0 0 34px;
    transition: all 200ms;
    color: #69BE28;
    font-size: 14px;
    pointer-events: none;
}
.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
	font-size: 12px;
	transform: translate3d(0, -100%, 0)translate(4px, 2px);
	opacity: 1;
	padding: 0 6px;
	color: #69BE28;
}
.input-box {
	display: flex;
	position: relative;
}
.input-box > .ui-float-label {
	width: 100%;
}
.ui-float-label {
	display: block;
	position: relative;
}
.input-box > .ui-float-label > input {
    padding: 6px 50px !important;
    border: 1px solid #00693C !important;
    border-radius: 4px;
    height: 32px;
    background: #f2fff5;
    animation: .5s;
    transition: .5s;
    margin: 6px 0;
}
.input-box > .ui-float-label > input:focus {
	border: 1px solid #49bbef;
}
.input-box > .iconInput:first-child {
	position: absolute;
	left: 0;
	z-index: 1;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 15px;
	padding: 0 9px;
}
.login-body .login-content .login-input-wrapper {
	position: relative;
	width: 300px;
	margin-bottom: 24px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/*ui-float-label*/
.remember > input,
.remember{
	color: #00693C;
	font-size: 16px;
	text-decoration: none !important;
	transition: all 200ms ease-in;
}
.remember:hover{
	color: #69BE28;	
	transition: all 200ms ease-out;
}
.remember > label {
	margin-bottom: 0;
}
.remember > input {
	margin-left: 0;
	margin-right: 15px;
}
.remember > label:hover {
	color: #2a76ac;
	cursor: pointer;
}.cloud.recovery {
	border-radius: 15px;
}
.cloud.recovery:before {
	left: 0;
	opacity: 0;
}
.cloud.recovery:after {
	right: 0;
	opacity: 0;
}
.cloud.recovery>.cumulus {
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	left: -15px;
	border-radius: 50px 0 0 50px;
}
.btnPrev {
	color: #fff;
	background-color: #00693C;
	border: 1px solid #00693C;
	min-width: 35px!important;
	width: 35px!important;
	height: 35px;
	border-radius: 50%;
}
.btnPrev:hover, .btnPrev:active {
	background-color: #FFFFFF;
	color: #00693C;
	border-color: #00693C;
	cursor: pointer;
}
.cloud>.login-recovery {
	height: 360px!important;
}.login-recovery > form {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
input.sendMail {
	min-width: 150px;
	color: #fff;
	background-color: #00693C;
	border: 1px solid #00693C;
	border-radius: 1em;
	font-size: 14px;
	padding: 3px 10px 5px;
	margin-top: 20px;
	width: fit-content;
	cursor: pointer;
}
input.sendMail:hover {	
	color: #00693C;
	background-color: #FFFFFF;
	border: 1px solid #00693C;	
}
input.sendMail:disabled {
	opacity: 0.5;
}
.forget-password>a {
	color: #7e7e7e;
	font-size: 16px;
	cursor: pointer;
}
.forget-password>a:hover {
	color: #2a76ac;
}/*alerta*/
#id_error_display_fixed {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #00487b5e;
	display: flex;
	justify-content: center;
	align-items: center;
}#id_error_display_fixed > table {
	position: relative;
	margin: 0;
	background: white;
	border-radius: 15px;
	padding: 19px !important;
	border-collapse: separate;
	box-shadow: 0px 2px 5px 1px #0000004d;
}#id_error_display_fixed .scFormErrorTitleFont {
	position: initial;
	color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	font-size: 0;
}#id_error_display_fixed .scFormErrorTitleFont > img {
	width: 35px;
	top: 15px;
}#id_error_display_fixed .scFormErrorTitleFont ~ td {
	padding: 0;
}#id_error_display_fixed .scButton_danger {
	position: absolute;
	top: 0;
	right: 0;
	visibility: hidden;
	font-size: 0;
}#id_error_display_fixed .scButton_danger > i {
	visibility: visible;
	font-size: 20px;
	padding: 7px;
	cursor: pointer;
}#id_error_display_fixed .scButton_danger > i:after {
	/*content: "";*/
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	cursor: auto;
}
/*alerta*/
.deactivate{
	display:none !important;
}.login-footer-screen {
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 0;
	left: 0;
	background: #ffffff;
}.content-logo {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	margin: auto;
}.content-logo:before, .content-logo:after {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	height: 48px;
}.content-logo:before {
	content: "";
	background-image: url(../img/WPOSS-footer2.svg);
}.content-logo:after {
	content: "";
	background-image: url(../'images/Verde_promerica.png');
}.content-logo:before, .content-logo:after {
	width: 50%;
}

.container {
	position: absolute;
}