.img-ok {
	display: none;
}

.subheader {
	background-color: #242c4f;
	height: 30px;
}

.top-20 {
	margin-top: 20px;
}

.margin-left-10 {
	margin-left: 10px;
}

.title {
	text-transform: uppercase;
	font-size: 24px !important;
	font-weight: 700;
	color: #242c4f !important;
	padding: 10px 20px 10px 0;
	margin-bottom: 2px;
}

.margin-top-20 {
	margin-top: 20px;
}

.red {
	color: #c62828;
}

.green {
	color: #2e7d33;
}

.font-size-21 {
	font-size: 21px;
}

.white-container-password {
	background: white;
	padding-left: 40px;
	padding-right: 40px;
    padding-top: 30px;
	border-radius: 10px;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.white-container-accesos {
	background: white;
	padding-left: 40px;
	padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
	border-radius: 10px;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

#continue-btn{
	float:right;
	margin-right: 15px;
}

#iniciar-2fa-btn{
	float:right;
}

.inputTitle{
	font-weight: lighter; 
}

.clave-deny {
	width: 23px;
    height: 23px;
    top: 4px;
    position: relative;
    color: #B0313E !important;
    left: 5px;
}

.clave-ok {
	width: 23px;
    height: 23px;
    top: 4px;
    position: relative;
    color: #01B334 !important;
    display: none;
    left: 5px;
}

.clave-span{
	position: relative;
    top: 4px;
}

.nopadding {
	padding: 0px;
}

#nombreApellidoSpan, .importantDiv {
	color: #242c4f;
}

.dfa-div{
	color: #242c4f;
	font-weight: lighter;
}

@media only screen and (max-width: 600px) {
	#continue-btn{
		margin-right: 0px;
	}
}

@media only screen and (max-width: 400px) {
	#ultimosAccesosPanel{
		font-size: 12px;
	}
}