@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&family=Montserrat:wght@600&family=Inter:wght@400&display=swap');

body {
	 height: 100vh;
	 background: #D2DEE5;
	 box-sizing: content-box;
	 margin: 0 !important;
}
 .contenedorRelog {
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 position: relative;
	 width: 100%;
	 height: 100%;
	 overflow: hidden;
}
 .contenedorRelog .img {
	 background: #88b3cd;
	 display: flex;
	 flex-direction: column;
	 width: 100%;
	 gap: 30px;
}
 .contenedorRelog .img img {
	 width: 100%;
}
 .contenedorRelog .img .logosfs {
	 display: flex;
	 margin-top: 10vh;
	 margin-left: auto;
	 margin-right: auto;
	 width: 55%;
}
 .contenedorRelog .img .bgimg {
	 position: relative;
	 width: 80%;
}
 .contenedorRelog .login {
	 display: flex;
	 flex-direction: column;
	 position: relative;
	 align-items: center;
	 overflow: auto;
}
 .contenedorRelog .navLog {
	 display: flex;
	 margin-top: 10vh;
	 gap: 30px;
}
 .contenedorRelog .navLog a {
	 font-family: 'Montserrat';
	 font-weight: 600;
	 font-size: 2vh;
	 text-align: center;
	 color: #31358d;
	 text-decoration: none;
}
 .contenedorRelog p {
	 font-family: 'Roboto';
	 font-style: normal;
	 font-weight: 300;
	 font-size: 2.5vh;
	 color: #31358d;
	 text-align: center;
	 margin-top: 10vh;
	 line-height: 25px;
}
 .contenedorRelog .form_container_relog {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 width: 100%;
}
#restorePasswordLink {
	position: absolute;
	top: -10px;
	padding: 0;
	height: 20px;
}
#restorePasswordLink p span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	color: #fff;
	background: #31358d;
	border-radius: 50%;
	text-align: center;
}
#restorePasswordLink p {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	font-family: 'Roboto';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #31358d;
	background: transparent;
	gap: 10px;
	
}
#restorePasswordLink2 {
	position: relative;
	top: -10px;
	padding: 0;
	height: 20px;
}
#restorePasswordLink2 p span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	color: #fff;
	background: #31358d;
	border-radius: 50%;
	text-align: center;
}
#restorePasswordLink2 p {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	font-family: 'Roboto';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #31358d;
	background: transparent;
	gap: 10px;
	
}
 .contenedorRelog .formReLogin {
	 display: flex;
	 flex-direction: column;
	 width: 50%;
	 margin-top: 5vh;
	 gap: 40px;
	 opacity: 0;
	 pointer-events: none;
}
 .contenedorRelog .formReLogin h2 {
	 font-family: 'Roboto';
	 margin: auto;
	 margin-bottom: 2vh;
	 font-weight: 400;
	 color: #31358d;
	 font-size: 3vh;
	 text-align: center;
}
 .contenedorRelog .formReLogin .grupin {
	 display: flex;
	 flex-direction: column;
	 position: relative;
	 height: 50px;
}
 .contenedorRelog .formReLogin .grupin input:-webkit-autofill {
	 -webkit-text-fill-color: #000 !important;
}
 .contenedorRelog .formReLogin .grupin input {
	 position: relative;
	 border: none;
	 background: rgba(255, 255, 255, 0.58);
	 border-radius: 6px;
	 height: 100%;
	 outline: none;
	 padding: 10px;
	 box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
	 font-family: 'Inter';
	 font-weight: 450;
	 font-size: medium
}
 
 .contenedorRelog .formReLogin .grupin label {
	 display: flex;
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 15px;
	 margin: auto;
	 font-family: 'Roboto';
	 font-weight: 400;
	 color: rgba(77, 90, 157, 0.93);
	 justify-content: center;
	 align-items: center;
	 gap: 10px;
	 pointer-events: none;
	 user-select: none;
	 transition: all 0.3s;
	 top: -170%;
	 opacity: 0.5;
	 scale: 0.8;
	 left: 0;
}
 .contenedorRelog .formReLogin .grupin .error {
	 display: flex;
	 position: absolute;
	 justify-content: center;
	 align-items: center;
	 top: 50px;
	 user-select: none;
	 pointer-events: none;
	 opacity: 0;
	 transition: all 0.3s;
}
 .contenedorRelog .formReLogin .grupin .error p {
	 margin: auto;
	 font-family: 'Roboto';
	 font-style: normal;
	 font-size: 15px;
	 font-weight: 400;
	 color: #9f0d0d;
	 line-height: 25px;
}
 .contenedorRelog .formReLogin .grupin .errorShow1 {
	 opacity: 1;
}
 .contenedorRelog .formReLogin .grupin .errorShow2 {
	 border-bottom: 2px solid #9f0d0d 65;
}
.contenedorRelog .formReLogin .grupin .toggle-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    font-size: 18px;
}

.contenedorRelog .formReLogin .grupin .toggle-icon:hover {
    color: #000;
}
 .contenedorRelog .formReLogin .btn-relog {
	 position: relative;
	 font-weight: 400;
	 font-size: 2vh;
	 background: linear-gradient(140deg, #b9d1e6 50%, #aec9e0 50%);
	 box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	 color: #31358d;
	 border-radius: 6px;
	 border: none;
	 cursor: pointer;
	 font-family: 'Inter';
	 overflow: hidden;
}
 .contenedorRelog .formReLogin .btn-relog span {
	 position: relative;
	 z-index: 10;
	 width: 100%;
	 transition: color 0.4s;
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 padding: 1.8vh 0.5vh;
	 color: #fff;
}
 .contenedorRelog .formReLogin .btn-relog:hover span {
	 color: #31358d;
}
 .contenedorRelog .formReLogin .btn-relog::before, .contenedorRelog .formReLogin .btn-relog::after {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 0;
}
 .contenedorRelog .formReLogin .btn-relog::before {
	 content: "";
	 background: linear-gradient(140deg, #4e5b9d 50%, #515fa0 50%);
	 box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.25);
	 width: 120%;
	 left: -10%;
	 transform: skew(30deg);
	 transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
 .contenedorRelog .formReLogin .btn-relog:hover::before {
	 transform: translate3d(100%, 0, 0);
}
 .contenedorRelog .formReLogin .btn-relog:active {
	 transform: scale(0.95);
}
.contenedorRelog .formReLogin .errorLogin {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 20px;
	
}

.contenedorRelog .formReLogin .errorLogin p {
	margin-top: 0;
	color: red;
	position: relative;
	top: 10px;
	font-weight: 400;
}
 .contenedorRelog .laoding {
	 position: absolute;
	 user-select: none;
	 pointer-events: none;
	 opacity: 0;
	 transition: 0.3s;
	 margin-top: 10vh;
}
 .contenedorRelog .laoding .spin {
	 border: 3px solid rgba(61, 239, 255, 0.2);
	 border-top-color: #3cefff;
	 border-radius: 50%;
	 width: 5em;
	 height: 5em;
	 animation: spin 1s linear infinite;
}
 @keyframes spin {
	 to {
		 transform: rotate(360deg);
	}
}
 .contenedorRelog .incorrecto {
	 position: absolute;
	 display: flex;
	 top: 35%;
	 margin: 0 50px;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 opacity: 0;
	 user-select: none;
	 pointer-events: none;
	 transition: 0.3s;
}
 .contenedorRelog .incorrecto p {
	 display: flex;
	 position: relative;
	 flex-direction: row;
	 align-items: center;
	 color: #fff;
	 font-family: 'Roboto';
	 font-weight: 400;
	 font-size: 15px;
	 font-style: normal;
	 padding: 15px;
	 background: #9f650d;
	 border-radius: 8px;
	 line-height: 25px;
}
 .contenedorRelog .incorrecto img {
	 position: relative;
	 display: flex;
	 width: 35px;
	 margin-right: 20px;
}
 .contenedorRelog .incorrecto button {
	 position: relative;
	 font-family: Inter;
	 top: 30px;
	 font-weight: 400;
	 font-size: 2.2vh;
	 min-width: 100%;
	 background: conic-gradient(from 193.86deg at 61.22% 0%, #36358f -0.05deg, rgba(54, 53, 143, 0.88) 0.19deg, #36358f 359.95deg, rgba(54, 53, 143, 0.88) 360.19deg);
	 box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	 color: #31358d;
	 border-radius: 6px;
	 border: none;
	 cursor: pointer;
	 overflow: hidden;
}
 .contenedorRelog .incorrecto button span {
	 position: relative;
	 z-index: 10;
	 width: 100%;
	 transition: color 0.4s;
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 padding: 1.2vh 0.5vh;
	 color: #31358d;
}
 .contenedorRelog .incorrecto button:hover span {
	 color: #fff;
}
 .contenedorRelog .incorrecto button::before, .contenedorRelog .incorrecto button::after {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 0;
}
 .contenedorRelog .incorrecto button::before {
	 content: "";
	 background: conic-gradient(from 185.44deg at 54.83% 0%, #c8dbe7 0deg, #ccdde8 360deg);
	 box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.25);
	 width: 120%;
	 left: -10%;
	 transform: skew(30deg);
	 transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
 .contenedorRelog .incorrecto button:hover::before {
	 transform: translate3d(100%, 0, 0);
}
 .contenedorRelog .incorrecto button:active {
	 transform: scale(0.95);
}
 .contenedorRelog .show {
	 opacity: 1;
	 transition: 0.3s;
	 pointer-events: all;
}

 @media screen and (max-width: 600px) {
	 .img {
		 display: none !important;
	}
	 .contenedorRelog {
	 	grid-template-columns: 1fr;
	 }
	 .contenedorRelog .formReLogin {
	 	width: 70%;
	 }
	 .contenedorRelog .formReLogin .grupin input {
	 	width: auto;
	 }

	 .contenedorRelog .error{
	 	width: 50%;
	 	padding: 10px;
	 	margin: 0 auto;
	 	font-size: 0.9rem;
	 }
	 .contenedorRelog .formReLogin h2 {
	 	position: relative;
    	font-size: 27px;
	}
	 .contenedorRelog .formReLogin .tituloh2 {
     	position: relative;
     	font-size: 27px;
     	right: 0px;
	}
}

@media (min-width: 840px) and (max-width: 860px) 
       and (min-height: 563px) and (max-height: 583px) {
  	.contenedorRelog .navLog {
		margin-top: 5vh;  
 	 }
}


 