#loginForm{
    font-family: 'DM Sans' !important;
    background: #F3F6F7;
    padding-bottom: 5%;
}

.logoLogin{
    width: 212px;
    height: 72px;
    margin-top: 15%;
}

.labelLogin{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.text-forget{
    font-weight: 600;
    font-size: 16px;
    line-height: 250%;
    text-align: center;
    color: #0909FF;
    text-decoration: none;
}

.text-forget:hover{
    text-decoration: none;
}

.btn-login{
    width: 100%;
    height: 56px;
    margin-top: 5%;
    color: #fff;
    text-align: center;
    background: linear-gradient(94.54deg, #3D3DFF 0%, #0909FF 100%);
    border-color: #0909FF;
    border-radius: 8px;
}

.label-other{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #999999;
}

.btn-other{
    width: 200px;
    height: 56px;
    padding: 12px 40px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 8px;
}

.paragraf{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #121212;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}
.image-login{
    width: 100% !important;
    height: 100% !important;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    background-size: cover;
}

@media only screen and (max-width: 991px) {
    .cardLogin{
        display: none;
    }

    #cardForm{
        width: 100%;
        margin-left: 15%;
        margin-right: 15%;
    }

    .logoLogin{
        margin-top: 0 !important;
    }
}