/* UIKIT ANTIGUO */
@import url("https://aplicaciones.upaep.mx/assets/css/uikit.css");
/* Ajustes del general */
/* SPINNER UIKIT ANTIGUO */
.upaep__spinner_local {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -5vh;
	right: 0;
	background: var(--upaep-gradient-dark);
	z-index: 1100;
	display: flex;
	justify-content: center;
	align-items: center;
}

.upaep__spinner_local:not(.is-active) {
	display: none;
}

main {
    width: 550px;
    height: fit-content;
    padding: 20px 40px 40px 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-radius: 15px;
}

a.oauth__logo {
    width: 120px;
}

/* General */
h4.oauth__title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
	margin: 20px;
}

h5.oauth__title {
    text-align: center;
    font-size: 17px;
    font-weight: 300;
}


input {
    border: 1px solid #b6b6b6;
    height: 40px;
    text-align: center;
    margin: 20px auto;
    width: 350px;
    display: block;
    border-radius: 4px;
    outline: none;
}

#div_codigo {
	margin: 20px auto;
	border: 1px solid #b6b6b6;
	text-align: center;
	border-radius: 4px;
	width: 170px;
	height: 50px;
}

/* input para el codigo de verificacion */
input#recuperar_codigo {
    margin: 4px auto;
	width: 90px;
	font-size: 25px;
	border: none;
	display: inline;
	text-transform: uppercase;
}

/* inputs de nueva contrasena y confirmacion */
#cont-newPassword, #cont-repeatNewPassword {
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: center;
}
#recuperar_nuevacontrasena {
    margin: 0.8rem 0rem;
    border-radius: 20px;
    width: 100%;
}
#confirmar_nuevacontrasena {
    border-radius: 20px;
    width: 100%;
}
button, #restaura_boton, #recuperar_botton #cambiar_contraseña{
    background-color: #E30921;
    color: #ffff;
    width: fit-content;
    font-weight: 300;
    outline: none;
    margin: 0 auto;
    text-align: center;
    border-radius: 39px;
    padding: 8px 20px;
    display: block;
    border: 0px;
    font-size: 15px;
    margin-top: 40px;
}

button:hover {
    background-color: #b41212 !important;
}

p {
    font-size: 16px;
    text-align: center;
}

p span {
    font-weight: 500;
    border: 1px solid #c9c9c9;
    padding: 1px 8px;
    border-radius: 15px;
}

/* Codigo Verificador */

.oauth__form__codigoverificacion h4 {
    margin-top: 30px;
}

.oauth__form__codigoverificacion label {
    font-size: 25px;
    font-weight: bold;
}

#verification_code {
    width: 180px;
    height: 46px;
    margin-bottom: 0px;
}

.oauth__form__codigoverificacion button {
    margin-top: 25px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] { -moz-appearance:textfield; appearance: textfield;}

.oauth__form__codigoverificacion {
    position: relative;
}

.icono_u {
    position: absolute;
    left: 50px;
    font-size: 34px;
}

/* Nueva contraseña */

.oauth__form__nuevacontrasena h4 {
    text-align: left;
    padding-left: 5px;
    margin-bottom: 5px;
}

.oauth__form__nuevacontrasena input {
    border: 1px solid #b6b6b6;
    height: 40px;
    text-align: left;
    padding-left: 12px;
    margin: initial;
    width: 325px;
    display: block;
    border-radius: 4px;
    outline: none;
}

#validaciones_pwd  {
    margin: 0 auto;
    width: fit-content;
    padding-bottom: 1rem;
	label {
		display: flex;
		justify-content: start;
		align-items: center;
		gap: 10px;
	}
}

#validaciones_pwd label img {
    width: 15px;
    margin: 0;
}

#validaciones_pwd label span {
    width: 100%;
    font-size: 14px;
    margin: 0;
}
#recuperar_botton {
    margin-top: 0;
}
#reenviarCodigo {
    background-color: white;
    border: 1px solid white;
    color: black;
    margin: 0 auto;
    font-size: 14px;
    display: table;
    cursor: pointer;
    margin-top: 2rem;
}
#eye-repeatNewPassword, #eye-newPassword {
    width: 23px;
    cursor: pointer;
    margin-left: -2rem;
}
.oauth__username {
    width: fit-content;
    text-align: center;
    font-weight: 500;
    border-radius: 20px;
    border: 1px solid black;
    margin: 20px auto;
    padding: 5px 15px;
}
.correoTutor {
    width: 100%;
    text-align: center;
    font-weight: 500;
}

#oauth_passwd_faq {
	margin: 30px auto 0px auto;
}

.creditos img {
    width: 193px;
}

.creditos span {
    margin-left: 18px;
    font-size: 14px;
    font-weight: 200;
}

.creditos {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-items: center;
    align-items: end;
	color: #b6b6b6;
}

.oauth__sites_lang {
	display: flex;
	width: 100%;
	justify-content: end;
}

.oauth__sites_lang select {
	background-color: rgb(0,0,0,0);
	border: none;
	cursor: pointer;
}

.logo-loader {
	width: 100px;
	height: 100px;
	margin: auto;
}

.oauth__userdata {
    width: fit-content;
    text-align: center;
    font-weight: 500;
    border-radius: 20px;
    border: 1px solid black;
    margin: 20px auto;
    padding: 5px 15px;
}


/* LISTA SELECTORA */
*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.oauth__select-list {
	position: relative;
	margin: 20px auto 60px auto;
	width: 350px;
	height: 40px;
    cursor: pointer;
}

.oauth__select-list::after {
	content: "";
	position: absolute;
	top: 13px;
	right: 18px;
	border: 2px solid black;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: all 0.3s ease;
	pointer-events: none;
}

.oauth__select-list.active::after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	top: 15px;
	margin-bottom: 100px;
}

.oauth__select-list input {
	width: 100%;
	padding: 10px 15px;
	outline: none;
	border: none;
	border-radius: 7px;
	pointer-events: none;
	top: 0;
	left: 0;
	background-color: #f5f6fa;
	cursor: pointer;
	font-weight: 500;
	font-size: 18px;
}

.oauth__select-list .dropdown{
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	background-color: #f5f6fa;
	border-radius: 7px;
	display: none;
}

.oauth__select-list.active .dropdown {
	display: block;
	z-index: 1;
	list-style: none;
	padding: 0;
}

.oauth__select-list .dropdown li {
	list-style-type: none;
	width: 100%;
	cursor: pointer;
	font-weight: 500;
}

.oauth__select-list .dropdown li div {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
}

.dropdown li div:hover {
	background-color: #eb4d4b;
	color: #f5f6fa;
}

.dropdown li div i {
	font-size: 1.2em;
	vertical-align: middle;
}

.scrollable-list ul {
  min-height: 40px;
  max-height: 125px;
  overflow-x: hidden;
  overflow-y: auto;
}

.bx.bxl-html5 {
	color: #4cd137;
}

.bx.bxl-css3 {
	color: #00a8ff;
}

.bx.bxl-nodejs {
	color: #eb4d4b;
}

/* RADIO INPUT LIST */
.oauth__radio-list {
	margin: 20px 0px 0px 20%;
	font-size: 20px;
}

.oauth__radio-list input {
	width: 10%;
	height: 20px;
	margin: auto;
	display: initial;
	border: 0px;
	vertical-align: middle;
    cursor: pointer;
}

.oauth__radio-list label {
	width: auto;
	height: 28px;
  	vertical-align: middle;
	/* font-size: 20px; */
    cursor: pointer;
}

.oauth__radio-list label:hover {
	color: #eb4d4b;
}

/* BUTTON PAIR */
.oauth__button-pair {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oauth__button-pair button {
	width: 120px;
}

@media only screen and (max-width: 768px) and (min-width: 300px)  {

    main {
        width: 90%;
        padding: 15px;
    }

    input {
        width: 100%;
    }

	.oauth__sites_lang {
		font-size: 13px;
	}
}