@font-face {
    font-family: "inter-semibold";
    src: url("../../media/fuentes/Inter-SemiBold.otf");
}

@font-face {
    font-family: "inter-medium";
    src: url("../../media/fuentes/Inter-Medium.otf");
}

@font-face {
    font-family: "inter-regular";
    src: url("../../media/fuentes/Inter-Regular.otf");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #0b0d1a;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

main {
    max-width: 360px;
    padding: 0;
}

.logo-principal {
    padding: 10.2px 0;
    display: flex;
    height: 84px;
    padding: 10.216px 0px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.titulo-sesion {
    color: #F5F5F6;
    font-family: "inter-semibold";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;   
    text-align: center;
}

.descripcion-sesion{
    text-align: center;
    align-self: stretch;
    color:#94969C ;
    font-family: "Inter-regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#form-login {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.logo-footer {
    opacity: 0.1;
    position: fixed;
    bottom: 0;
    z-index: -1;
}

.btn-outline-light{
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid  #333741;
    background: #0C111D; 
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #CECFD2;
    font-family: "inter-semibold";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; 
}

.btn-outline-light img {
    width: 24px;
    height: 24px;
}

.cuenta-texto{
    color: #94969C;
    font-family: "inter-regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;  
}

.registro{
    color:#CECFD2;
    text-decoration: none;
    font-family: "inter-semibold";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.olvide-contrasena{
    color: #CECFD2;
    text-decoration: none;
    font-family: "inter-semibold";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

main div.tab-pane.fade:not(.active){
    display: none;
}

main h3.titulo-operacion-login {
    color: #CECFD2;
    font-family: "inter-medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    margin: 0;
}

main p.descripcion-operacion-login {
    color: #94969C;
    font-family: "inter-regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin: 0;
}

main div.contenedor-captcha {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

main div.contenedor-captcha > .imagen_captcha {
    width: 80%;
    height: 50px;
}

span.msg-error {
    color: #F97066;
    font-family: "inter-regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

p.realizar-accion {
    color: #94969C;
    font-family: 'inter-regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

ul.lista-requisitos-contrasena {
    color:#94969C;
    font-family: "inter-regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}