/* red: #EF3829*/
/* blue: #1F97AE*/
/* black: #222222*/

@font-face {
    font-family: "Roboto";
    src: local('Roboto Regular'), local('Roboto-Regular'),
    url("../fonts/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-regular.woff") format("woff"),
    url("../fonts/Roboto-regular.woff") format("font-woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "AMX";
    src: url("../fonts/AMX-Medium.woff2") format("woff2"),
    url("../fonts/AMX-Medium.woff") format("woff"),
    url("../fonts/AMX-Medium.woff") format("font-woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

body{
    font-family: "Roboto", sans-serif;
}

.claro-body {
    background: #F2F2F2;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #222222
}

.claro-main-page{
    min-height: calc(100vh - 7.875em); /*9.75em = header + footer*/
    display: flex;
    flex-direction: column;
    padding: 0 0.75em;
}

.claro-title #kc-page-title{
    margin-bottom: 1px !important;
}

.claro-title h1 {
    font-size: 1.15em;
    color: #222222;
    text-align: center;
    margin:0 0 1em 0;
    font-family: "AMX", "Roboto", sans-serif;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 24px;
    

}

.title h3 {
    width: 13rem;
    font-family: "Roboto";
    font-size: 18px;
    line-height: 24px;
}
@media (min-width: 361px) {
    .title h3 {
        width: 19rem;
    }
}
a {
    color: #1F97AE;
    text-decoration: none;
}
.referece{
    font-family: sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    margin-top: 2px;
    margin: 0 auto;
}

.expiration-title{
    text-align: center ;
}
.container-btn-expired{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.display-none{
    display: none;
}

.alert{
    display: flex;
    align-items: flex-start;
    padding: 1em;
    margin-bottom: 1em;
    color:#222222;
    border-radius: 5px;
}

.alert .kc-feedback-text{
    font-size: 0.85rem;
}

.alert__container{
    width: 100%;
    max-width: 736px;
    margin: auto;
    display: flex;
}
.alert .alert__icon{
    margin-right: 10px;
}

.alert .alert__icon img{
    width: 1rem;
}

.alert.alert-error{
    background-color: #F2DEDE;
}

.alert.alert-success{
    background-color: #cee6c6;
}

.flex-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.text-center{
    text-align: center;
}

.margin-top{
    margin-top: 1rem;
}

.text-bold{
    font-weight: bold;
    text-shadow: 0 0 black;
}
#kc-check-line{
    display: flex;
    flex-direction: column;
}
#kc-check-line button{
    align-self: center;
}

.self-align{
    align-self: center;
}

.back-button{
    margin-top: 2rem;
}

.anotherWay{
    display: flex;
    margin: 0 2em 2em;
    justify-content: center;
}

.anotherWay:has(form){
    gap: 1em;
}

.claro-logo {
    height: 2.5rem;
}

.biometrics-logo {
    height: 7rem;
}

.biometrics-logo-auth {
    height: 115px;
    width: 160px;
}
.biometrics-title-auth{
    font-family: "Roboto" !important;    
    text-align: center !important;
    font-size: 22px     !important;
    font-weight: 500   !important;
    line-height: 24px !important;
}
.security-key-register {
    font-family: sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    margin-bottom: 16px;
}


.security-key-login-info {
	margin: 0 1em 1em;
    font-size: 16px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(217, 217, 217);
    border-radius: 3px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px 0px;
    display: inline-block;
    vertical-align: top;
    width: 290px;
    margin: -3em 1em 2em;
}

.security-key-login-info-section {
    display: flex;
    align-items: center;
}

.security-key-login-info-container {
    margin: 8px;
}

.credentials-img{
	width: 4em;
}

.webauthn-registration-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.form-control__help-text-error {
    color: #ef3829;
    font-size: 12px;
    padding: 0.5em 0.5em 0;
    display: block;
}

.welcome-page-form {
    margin-bottom: 2rem;
}

.welcome-page-title > h3 {
    margin: 3px;
}

.welcome-page-img {
    margin: 2rem;
}