
.link-return {
    display: block;
    width: 100%;
    margin-top: 80px;
    text-align: right;
    padding-right: 140px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.link-return-morado {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    text-align: right;
    color: #0D2EF8;
	padding-left: 40px;
	background-image: url(../img/flecha-link-morado.svg);
	background-size: 26px;
	background-position: left center;
	background-repeat: no-repeat;
}

form#login-form,
form#affwp-login-form {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 70px auto 150px;
}

form#register-form {
    display: block;
    width: 100%;
    margin: 70px auto 150px;
}

.contenedor-contrato {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 70px auto 150px;
}

form#login-form h1,
form#register-form h1,
.contenedor-contrato h1,
form#affwp-login-form h1 {
    font-size: 36px;
    line-height: 53px;
    text-align: center;
    color: #000000;
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.cont-registro {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

span.circulo-verde:before {
    display: block;
    content: '';
    width: 120%;
    height: 170%;
    position: absolute;
    background-image: url(../img/circulo-verde.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    left: -7%;
    top: -27%;
}

span.circulo-verde {
    display: inline-block;
    position: relative;
}

input.campo-input {
    display: block;
    width: 100%;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 37px;
    color: #000000;
    border: 0px;
    border-top: 1px solid;
    background-color: transparent;
    padding: 6px 10px;
	-webkti-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
}

::-webkit-input-placeholder { color: #000000; }
:-ms-input-placeholder { color: #000000; }
::placeholder { color: #000000; }

input#rememberme,
input#affwp-user-remember {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #C4C4C4;
    appearance: none;
    width: 10px;
    height: 10px;
    background-color: #C4C4C4;
	cursor: pointer;
}

input#rememberme:checked, 
input#affwp-user-remember:checked {
	background-color: #92FF00;
}

.acciones-login label {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #000000;
    display: block;
    margin-top: 14px;
	margin-bottom: 25px;
}

a.link-contrasena {
    display: block;
    width: 100%;
    text-align: right;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #0D2EF8;
    margin-top: 14px;
	margin-bottom: 25px;
}

input#login {
    display: block;
    width: 96%;
    background-color: #000;
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    padding: 13px 45px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/flecha-next-blanca.svg);
    background-size: 26px;
    background-repeat: no-repeat;
	border: 1px solid #000;
    background-position: 81% center;
	transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
	cursor: pointer;
}

input#login:hover {
	background-color: transparent;
	color: #000;
	background-image: url(../img/flecha-next-negra.svg);
}

a.link-crear-cuenta {
	display: block;
    width: 96%;
    background-color: #92FF00;
	border: 1px solid #92FF00;
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    letter-spacing: 0.03em;
    color: #000;
    padding: 13px 35px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/flecha-next-negra.svg);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: 81% center;
	float: right;
	transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}

a.link-crear-cuenta:hover,
input#register:hover {
	background-color: transparent;
}

.contenedor-general {
    display: block;
    margin-bottom: 75px;
    border-bottom: 1px solid #000;
	position: relative;
}

.acciones-login {
    display: block;
    width: 100%;
    border-top: 1px solid #000;
}

input#register {
    display: block;
    width: 96%;
    background-color: #92FF00;
    border: 1px solid #92FF00;
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    letter-spacing: 0.03em;
    color: #000;
    padding: 7px 35px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/flecha-next-negra.svg);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: 81% center;
    float: right;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    margin-top: 8px;
	cursor: pointer;
}

body:after {
    display: block;
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #C4C4C4;
}

body:before {
    background-color: #C3FF00;
    display: block;
    content: '';
    width: 20px;
    height: 70%;
    position: absolute;
    right: 20px;
    top: 130px;
    z-index: -1;
}

.contenedor-general:before {
    display: block;
    content: '';
    width: 100px;
    background-color: #E3E3E3;
    position: absolute;
    left: 0;
    height: 83%;
    bottom: -90px;
    z-index: -1;
}

.contenedor-general:after {
    display: block;
    content: '';
    width: 26px;
    background-color: #92FF00;
    position: absolute;
    left: 100px;
    height: 83%;
    bottom: 62px;
    z-index: -1;
}

ul.errores li {
    display: block;
    font-size: 15px;
    margin-top: 10px;
}

.contenedor-contrato p {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

input.check-input {
    background-color: #C4C4C4;
	border: 1px solid #C4C4C4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
    display: inline-block;
    width: 20px;
    height: 20px;
    appearance: none;
    margin: 0px;
    vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
}

input.check-input:checked { 
	background-image: url(../img/check-curso.svg);
	border: 1px solid #92FF00;
}

input#aceptar-contrato {
    display: inline-block;
    width: auto;
    background-color: #92FF00;
    border: 1px solid #92FF00;
    font-family: 'Space Mono';
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    letter-spacing: 0.03em;
    color: #000;
    padding: 13px 75px 13px 35px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/flecha-next-negra.svg);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: 91% center;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
	cursor: pointer;
}

input#aceptar-contrato:disabled {
	cursor: not-allowed;
}

input#aceptar-contrato:not(:disabled):hover,
input#aceptar-contrato:not(:disabled):focus,
input#aceptar-contrato:not(:disabled):active {
	background-color: transparent;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

p.error {
    display: block;
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin: 10px 0 20px;
    font-weight: 700;
    color: red;
}

p.no-access {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin-top: 40px;
}

.affwp-errors, 
.affwp-notice {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    margin: 20px auto;
    background: transparent;
    color: red;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
}

.contenedor-contrato p b, .contenedor-contrato p strong { font-weight: 700; }

.contenedor-contrato p {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.contenedor-contrato ul {
    list-style: disc;
    margin-bottom: 20px;
    padding-left: 40px;
    box-sizing: border-box;
}

.contenedor-contrato ol {
    list-style: decimal;
    margin-bottom: 20px;
    padding-left: 40px;
    box-sizing: border-box;
}

.contenedor-contrato p a {
    font-weight: 700;
    text-decoration: underline;
}

.contenedor-contrato h2 {
    display: block;
    margin-top: 30px;
    font-size: 20px;
    width: 100%;
    margin-bottom: 10px;
}

.texto-legales {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 50px auto;
	font-size: 13px;
	line-height: 21px;
	text-align: justify;
	padding-bottom: 100px;
}

.contenedor-video iframe {
    display: block;
    width: 100%;
    height: 50vh;
    margin-bottom: 40px;
}

span.seguir-leyendo {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 10;
    background-color: #C3FF00;
    font-family: 'Space Mono';
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000;
    padding: 14px 55px 14px 35px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

span.seguir-leyendo small {
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
	background-image: url(../img/flecha-next-negra.svg);
    background-size: 26px;
    background-repeat: no-repeat;
	background-position: center;
	right: 20px;
	transform: rotate(90deg);
}

p.mensaje {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    line-height: 20px;
}

@media screen and (max-width: 800px) {
	.link-return {
		margin-top: 30px;
		text-align: left;
	}
	
	form#login-form h1,
	form#register-form h1, 
	.contenedor-contrato h1 {
		font-size: 25px;
		margin-bottom: 15px;
	}
	
	form#login-form {
		box-sizing: border-box;
	}
	
	.botones-login .cont-flex, 
	.botones-login .cont-flex .col-50 {
		display: block;
		width: 100%;
	}
	
	input#login { max-width: 210px; }
	.contenedor-general:after { bottom: 20px; }
	.contenedor-video iframe { height: 30vh; }
	
	.accion-registro .cont-flex, 
	.accion-registro .cont-flex .col-50 {
		display: block;
		width: 100%;
	}
	
	input#register {
		float: none;
		margin: 20px 0 0;
		width: 100%;
	}
	
	p.mensaje { font-size: 13px; }
	.contenedor-general:after, .contenedor-general:before, body:after, body:before { display: none; }
}