::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
.img-fondo {
	background-image: url('images/bg-01.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.img-fondo.overlay-background::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
}
.contenedor-login {
	min-height: 100vh;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
}
.contenidos-login {
    font-size:14px;
    color: #333!important;
    border-radius: 10px;
	overflow: hidden;
	padding: 25px 20px 0px 20px;
	background: #9152f8;
	background: -webkit-linear-gradient(top, #dfe0e9b0, #eacdf6b3);
	background: -o-linear-gradient(top, #dfe0e9b0, #eacdf6b3);
	background: -moz-linear-gradient(top, #dfe0e9b0, #eacdf6b3);
	background: linear-gradient(top, #dfe0e9b0, #eacdf6b3);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	max-width: 500px;
	width: 100%;
}

#username_container, #password_container {
	border-bottom: 2px solid rgba(255,255,255,0.24);
}
.input-login input {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #333;
	line-height: 1.2;
	display: block;
	height: 45px;
	background: transparent;
	padding: 0 5px 0 38px;
}

.input-right-icon::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: #333;
}

#username .input-right-icon::after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	content: "\f007";
	font-size: 20px;
	color: #333;
	display: block;
	position: absolute;
	top: 10px;
	left: 0px;
	padding-left: 5px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

#password .input-right-icon::after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	content: "\f13e";
	font-size: 20px;
	color: #333;
	display: block;
	position: absolute;
	top: 10px;
	left: 0px;
	padding-left: 5px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

#username:focus, #password:focus {
  padding-left: 5px;
}
#username:focus + .input-right-icon::after, #password:focus + .input-right-icon::after {
  top: -22px;
  font-size: 18px;
}
#username:focus + .input-right-icon::before, #password:focus + .input-right-icon::before {
  width: 100%;
}

.input-right-icon {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

.btn-login button {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #555555;
	line-height: 1.2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	min-width: 180px;
	height: 50px;
	border-radius: 25px;
	background: #fff;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	margin: 10px 0px;
}
.btn-login button:hover {
	color: #fff;
	background: #f55352;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.login-logo {
	background-image: url('images/logo_scormproxy.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.logo-vdab-beta
{
	background-image: url('images/logo_vdab.png')!important;
}

.scormnext-version {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.zona-terminos {
	background-color: rgba(6,186,162,0.5);
	padding: 10px;
	border-top: 1px solid #fff;
}
.separador-superior {
	border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.scormnext-bienvenida {
	background-color: rgba(255,255,255,0.1);
	padding: 5px 10px;
	border-radius: 1rem;
	color: #333;
}
.scormnext-version {
    color: #333;
	font-weight: 700;
}
.text-grey {
    color: #9e9e9e !important;
	font-weight: 600;
}
em {
	color: #4CAF50;
}

#screen__default_error_001 .btn-login button {
	background-color: transparent;
	color: #424e79;
	border: 2px solid #424e79;
}
#screen__default_error_001 .btn-login button:hover {
	color: #ff0060;
}
#screen__default_error_001 .img-fondo, #screen__default_error_002 .img-fondo, #screen__default_error_003 .img-fondo, #screen__default_error_004 .img-fondo, #screen__default_error_005 .img-fondo, #screen__default_error_005b .img-fondo, #screen__default_error_006 .img-fondo, #screen__default_error_007 .img-fondo, #screen__default_error_008 .img-fondo {
	background-image: none!important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#screen__default_error_001 .contenidos-login, #screen__default_error_002 .contenidos-login, #screen__default_error_003 .contenidos-login, #screen__default_error_004 .contenidos-login, #screen__default_error_005 .contenidos-login, #screen__default_error_005b .contenidos-login, #screen__default_error_006 .contenidos-login, #screen__default_error_007 .contenidos-login, #screen__default_error_008 .contenidos-login {
	background: rgba(255,255,255,0.8);
	color: #424e79!important;
	padding: 20px!important;
}
#screen__default_error_001 .contenidos-login .fa-info-circle::before, #screen__default_error_002  .contenidos-login .fa-info-circle::before, #screen__default_error_003  .contenidos-login .fa-info-circle::before, #screen__default_error_004  .contenidos-login .fa-info-circle::before, #screen__default_error_005  .contenidos-login .fa-info-circle::before, #screen__default_error_005b  .contenidos-login .fa-info-circle::before, #screen__default_error_006  .contenidos-login .fa-info-circle::before, #screen__default_error_007  .contenidos-login .fa-info-circle::before, #screen__default_error_008  .contenidos-login .fa-info-circle::before {
	color: #ff9326!important;
}