::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ 
	color: #4746469f;
	opacity: 1; /* Firefox */
	font-weight: normal !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #4746469f;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #4746469f;
}

body {
	color: #2e3c50;	
}

a, a:hover {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.close {
	line-height: 0.9;
}

.container-login {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;	
}

.bg-login {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url();
	align-items: center;
	background-size: cover;
}

.card {
	position: absolute;
	background: #FFFFFF;
	padding: 30px 15px;
	min-width: 400px;
	width: 30%;
	height: 100%;
	right: 0px;
    display: flex;
    align-items: center;
    z-index: 1;		
}

.card form input {
	display: block;
	width: 100%;
}

.card form button {
	display: block;
	width: 100%;
}

.div-img-logo {
    margin-bottom: 15px;
    object-fit: cover;
    width: 275px;
	height: 80px;
	justify-content: center;
}

.img-logo {
    max-width: 270px;
    max-height: 75px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

.img-usuario {
    width: 94px;
    height: 94px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-radius:50%;
	background-position: center center;
	background-size: cover;
}

.form-text {
	color: #2e3c50;
	text-align: center;
}

.input-field {
	padding: 7px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #a7a3a39f;
	font-weight: bold;
}

.input-field:focus {
	border-color: #6c6;
    box-shadow: 0 0 0 1px #6c6;
    outline: 0;
    transition: none;
}

.input-field.login {
	margin-top: 20px;
}

.form-field {
	display: inline-grid;
	width: 275px;
	position: relative;
}

.btn-login {
	height: 36px;
	border-radius: 4px;
	color: white;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
    text-shadow: 0 1px rgba(0, 0, 0, .1);
    text-shadow: 0 1px rgb(0 0 0 / 10%);
    background-image: -webkit-linear-gradient(top,#6c6 0,#40bf40 100%);
    background-image: -o-linear-gradient(top,#6c6 0,#40bf40 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#6c6),to(#40bf40));
    background-image: linear-gradient(to bottom,#6c6 0,#40bf40 100%);
    background-repeat: repeat-x;
    border: 1px solid #40bf40;
}

.btn-login:hover {
	background-color: #40bf40;
    background-image: -webkit-linear-gradient(top,#6c6 0,#40bf40 100%);
    background-image: -o-linear-gradient(top,#6c6 0,#40bf40 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#6c6),to(#40bf40));
    background-image: linear-gradient(to bottom,#6c6 0,#40bf40 100%);
    background-repeat: repeat-x;
    border: 1px solid #39ac39;
    text-shadow: 0 1px rgb(0 0 0 / 30%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
}

.btn-login:focus {
	outline: 0;
	border: 1px solid #66cc66;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #66cc66;
}

.btn-secondary-action {
	height: 36px;
	border: none;
    padding: 0px 15px;
	background: #ffffff;
	border-radius: 0px;
	color: #2e3c50;
	font-weight: bold;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-secondary-action:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: 1px solid #ccc;
}

.btn-secondary-action:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.btn-secondary-action:focus {
    outline: none;
}

.btn-login-disabled {
	background: #9bde9b;
}

.forget-key-link {
	text-align: left;
	float:left;
}

.change-user-link {
	text-align: center;
	margin-bottom: 20px;
	display:none;
}

.box-form-content {
	flex: 1;
	justify-content: center;
	align-items: center;
	display: flex;
}

.box-form-header {
	width: 98%;
	margin-top: 2%;
	min-height: 56px;
}

.box-form-content {
	flex: 1;
	justify-content: center;
	align-items: center;
	display: flex;
}

.alert {
	padding: 7px;
	margin: 0px;
}	

.message {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.error-message, .warning-message, .success-message, .general-alert, .warning-message-account {
	display: none;
	z-index: 999999;
}

.general-alert {
	width: 100%;
	text-align: center;
}

.box-logo-platform {
	position: absolute;
	top: 20px;
	left: 20px;
}

.box-secondary-actions {
	position: absolute;
	display: flex;
	top: 20px;
	right: 20px;;
	border-radius: 4px;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.08), 0 1px 10px 0 rgba(0,0,0,0.05), 0 2px 4px -1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.08), 0 1px 10px 0 rgba(0,0,0,0.05), 0 2px 4px -1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.08), 0 1px 10px 0 rgba(0,0,0,0.05), 0 2px 4px -1px rgba(0,0,0,0.1);	
}

.box-description {
	position: absolute;
	height: 500px;
	width: 610px;
	right: 40%;	
}

.box-description-child {
	position: absolute;
	height: 100%;
	width: 100%;	
}

.modal-account {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.box-content-account {
	flex: 1;
	justify-content: center;
	align-items: center;
	display: flex;
	display: inline-grid;
	position: relative;
}

.btn-login-account {
	height: 36px;
	background: #008561;
	border: 1px solid #008561;
	border-radius: 4px;
	color: white;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	cursor: pointer;
	
	align-items: center;
	justify-content: center;	
}

.btn-login-account:focus {
    outline: none;
	box-shadow: inset 0 1px 2px rgba(1, 167, 247, 0.075), 0 0 0 0.2em rgba(14, 183, 241, 0.4);
}

.separator-account {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.separator-account::before,
.separator-account::after {
  content: '';
  height: 1px;
  background-color: silver;
  flex-grow: 1;
}

.separator-account::before {
  margin-right: 1rem;
}

.separator-account::after {
  margin-left: 1rem;
}

#logo-cliente {
	style="width:90%; 
	display: block; 
	margin: 0 auto;	
}

@media(max-width: 875px) {
	.mobile {
		display: none;
	}

	.card {
		box-shadow: none;
		left: auto;
		width: 100%;
		z-index: unset;
	}
	
	.bg-login {
		background-image: none !important;
	}
}

.box-platform {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 5px 15px;
	margin: 15px 15px;
	border-radius: 4px;
	color: white;
	font-size: 12px;
	text-align: center;
	display: flex;
}

.box-platform a {
	color: #515d6e;
}

.box-platform > div {
	padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid rgba(0,0,0,0.1);
}

.box-platform .first-item {
    border-left: 0px;
}

@media(max-height: 600px) {
	
	.box-platform {
		display: none;
	}
	
	.box-secondary-actions {
		display: none;
	}
}

.box-content-saml {
	margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-content-saml span {
	font-weight: bold;
}
