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

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto.woff2") format("woff2"), 
    url("../fonts/roboto.woff") format("woff"),
    url("../fonts/roboto.woff") format("font-woff"),
}

@font-face {
    font-family: "Roboto Medium";
    src: url("../fonts/roboto-500.woff2") format("woff2"), 
    url("../fonts/roboto-500.woff") format("woff"),
    url("../fonts/roboto-500.woff") format("font-woff"),
}

@font-face {
    font-family: "Roboto Light";
    src: url("../fonts/roboto-300.woff2") format("woff2"), 
    url("../fonts/roboto-300.woff") format("woff"),
    url("../fonts/roboto-300.woff") format("font-woff");
}

@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;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
}

.claro-title {
    display: flex;
    gap: 2px;
    justify-content: center;
}

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

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

#kc-content {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    align-items: center;
}

.claro-logo {
    height: 2.5rem;
    align-self: center;
    padding: 0 0 0.45vw 0.3vw;
}

.claro-logo-ag-empresas {
    height: 3rem;
    align-self: center;
}

a {
    color: #222222;
    text-decoration: none;
}

.display-none {
    display: none;
}

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

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

.alert .alert__icon {
    margin-right: 10px;
    display: flex;
}

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

.alert.alert-success {
    background-color: #E4F1E1;
    border-color: #4B9E39;
}

.alert.alert-error {
    background-color: #f2dede;
    border: solid 2px #B91415;
    box-shadow: 0 2px 4px;
}

.center-body{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.center-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6rem;
}

.verify-email-logo{
    height: 5rem;
}

.instruction {
    font-size: 14px;
    font-family: "Roboto Light";
}

.login-reset-password-helper{
    width: 30rem;
    text-align: center;
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.login-reset-password-form-control {
    width: 100%;
    max-width: 23rem;
}

.login-format-title {
    font-weight: 500;
    font-size: 1.5em;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

.action-container {
    align-self: flex-start;
}

.email-instruction{
    max-width: 50ch;
    text-align: center;
}

.webauthn-registration-buttons {
    display: flex;
    gap: 2em;
    justify-content: center;
}

#info-icon {
    background-image: url('../img/info.svg');
    width: 3.4em;
    height: 2.5em;
    padding: 1em;
    background-size: 1.35em;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .7;
    position: absolute;
    right: 21rem;
    top: 1.5rem;
    margin-right: 10px;
    cursor: pointer;
}

.modal {
    display: none;
    position: absolute;
    z-index: 1;
    top: 1rem;
    right: 24rem;
}


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

.anotherWay{
    display: flex;
    margin: 0 2em 2em;
}

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

.security-key-login-info {
	margin: 0 1em 1em;
    font-size: 12px;
    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;
}

/* Social */
.kc-social-provider-logo {
    font-size: 24px;
    width: 30px;
    height: 25px;
    float: left;
}

.kc-social-section {
    display: flex;
    gap: 1em;
}

.fa.fa-google, .kcAuthenticatorDefaultClass {
    background-image: url('../img/google.svg');
    width: 1.5em;
    height: 1.5em;
    border-radius: 20px;
    cursor: pointer;
}

.fa.fa-facebook {
    background-image: url('../img/facebook.svg');
    width: 1.5em;
    height: 1.5em;
    border-radius: 20px;
    cursor: pointer;
}