body {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.contentWrapper {
    position: relative;
    z-index: 2;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    /* object-fit: cover; */
}

.containerCard {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    position: relative;
    height: 100vh;
    padding-left: 16%;
}

.containerLogo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 490px;
}
.logoImg {
    width: 180px;
}

.loginCard {
    position: relative;
    max-width: 490px;
    background: #fff;
    border-radius: 30px 30px 100px 100px;
    padding: 4rem 5rem;
    z-index: 1;
}

.containertext {
    position: relative;
    width: 100%;
    margin-bottom: 3rem;
}

.textBold {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    color: #606060;
    text-align: center;
}

.textLight {
    font-size: 15px;
    font-weight: 400;
    color: #797979;
    text-align: center;
}

.formGroup {
    position: relative;
    margin-bottom: 1.4rem;
}

.labelForm {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #9C9C9C !important;
    line-height: 12px !important;
    margin-left: 1.2rem !important;
}

.inputForm {
    position: relative;
    height: 46px;
    border-radius: 40px;
    background: #F3F3F3;
    border: 1px solid #F3F3F3;
    padding: 0 1.4rem;
    color: #222 !important;
}

.inputGroup {
    display: flex;
    gap: 6px;
    position: relative;
}

.eyePassword {
    position: relative;
    height: 46px;
    width: 46px;
    cursor: pointer;
}

.eyePassword .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    background: #F3F3F3;
}

.reload {
    justify-content: center;
    align-items: center;
    position: relative;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    /* background: #F3F3F3; */
}

.containerCaptcha {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 2.4rem;
}

.btnLogin {
    position: relative;
    width: 100%;
    height: 43px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border: none;
    outline: none;
    background: linear-gradient(90deg, #0389BA 0%, #2D5F92 100%);
    margin-top: 2rem;
}

.notify {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 39px;
    font-size: 12px;
    font-weight: 500;
    background: #ECF6FF;
    color: #286598;
    border-radius: 50px;
    margin-top: 1rem;
    padding: 0 1rem;
}

.containerContent {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    position: relative;
    height: 100vh;
    padding-right: 16%;
}

.iconHero {
    width: 300px;
    margin-bottom: 4rem;
}

.titleApp {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.version {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.desc {
    position: relative;
    width: 480px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: right;
    margin-top: 1.4rem;
}
