@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Regular.woff2) format("woff2"),
    url(../fonts/Inter-Regular.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: Inter;
    src: local(Inter-Medium),
    url(../fonts/Inter-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: Inter;
    src: local(Inter-SemiBold),
    url(../fonts/Inter-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

.container {
    height: 100vh;
    width: 100vw;
    background-color: #ffffff;
}

.card-container {
    align-content: center;
    margin: 2%;
    width: 30%;
    margin-top: 12%;
}

.password-form-group {
    position: relative;
}

.password-form-group .btn-show-password {
    border-style: none;
    background-color: #ffffff00;
    position: absolute;
    top: 9px;
    right: 13px;
}

.color-container {
    border-bottom-left-radius: 20%;
    background-image: url(login-background.png);
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: -1;
    bottom: 0;
    left: 38%;
    right: 0;
}

@media (max-width: 1297px) {
    .color-container {
        margin-left: 10%;
    }
}

@media (max-width: 1000px) {
    .color-container {
        margin-left: 20%;
    }
}

.custom-logo {
    width: 60%;
}

.footer-risk {
    position: absolute;
    bottom: 0%;
    left: 0.2%;
    font-size: 13px;
    color: #000000b5;
    z-index: 9999;
    pointer-events: none;
}


.textNextLogo {
    flex-grow: 0;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #88938d;
    margin-left: 15px;
}

.paragraphLogin {
    height: 20px;
    align-self: stretch;
    flex-grow: 0;
    font-family: Inter !important;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.15px;
    text-align: left;
    color: rgba(21, 25, 40, 0.87);
    padding-bottom: 55px;
    padding-top: 10px;
}

.forgotPass {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 8px;
    border-radius: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.4px;
    color: #4aca7e;
    text-transform: uppercase;
    font-family: Inter !important;
}

.forgotPass:hover {
    text-decoration: none;
    color: #4aca7e;
}


.Button {
    height: 42px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 22px;
    border-radius: 10px;
    background-image: linear-gradient(to top, #5a9b82, #22eb88);  
    color: #fff;
}


input.Button {
    flex-grow: 0;
    font-family: Inter !important;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.73;
    letter-spacing: 0.46px;
    text-align: center;
    text-transform: uppercase;
}

.textInstructionBold {
    font-weight: bold;
    color: rgba(21, 25, 40, 0.87);
}

.textInstruction {
    align-self: stretch;
    flex-grow: 0;
    font-family: Inter !important;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.15px;
    text-align: left;
    color: rgba(21, 25, 40, 0.87);
}

.goBackbtn {
    width: 91px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 11px;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    box-sizing: content-box;
}


.goBackbtnInputs {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    height: 26px;
    flex-grow: 0;
    font-family: Inter !important;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.73;
    letter-spacing: 0.46px;
    text-align: left;
    color: #313860;
    text-transform: uppercase;
}

.goBackbtnInputs svg {
    margin-left: 8px;
    transition: transform 0.2s ease-in-out;
}

.goBackbtnInputs:hover svg {
    transform: translateX(4px);
}

.goBackbtnInputs:hover {
    text-decoration: none;
    color: #313860;
}

.card-header {
    font-size: 24px;
    margin-bottom: 10px;
    color: #313860;
}

.card-body {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.submit-btn {
    width: 100%;
    background-color: #4aca7e;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.submit-btn:hover {
    background-color: #3ca967;
}

.inputRecoverPass {
    height: 46px !important;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 12px;
    border-radius: 10px;
    border: solid 2px #4aca7e;
    transition: border-color 0.3s ease;
    width: 100%;
    color: #313860;
}

.inputRecoverPass:focus {
    outline: none;
    border-color: #4aca7e;
}

.pf-c-alert {
    position: absolute;
    top: 2%;
    left: 6%;
}

button#kc-current-locale-link {
    color: #ffffff !important;
}

.login-pf body {
    background: center;
    background-color: snow;
}