.auth-container {
    width: 100%;
    height: 100vh;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    .ant-select {
        margin: 20px 40px;
    }

    .auth-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .auth-card {
        width: 394px;
        min-height: 600px;
        background: #ffffff;
        box-shadow: 0px 3px 20px #4141412e;
        border: 1px solid #e8e8e8;
        border-radius: 4px;
        opacity: 1;
        position: relative;

        .logo {
            text-align: center;
            margin-top: 18px;
            margin-bottom: 19px;
            img {
                width: 76px;
                display: inline-block;
            }
        }
        .auth-form {
            padding: 0 70px;
            margin-top: 39px;
            p {
                color: #414040;
                margin-bottom: 24px;
            }
        }
        .forgot-form {
            margin-top: 70px !important;
        }

        .button-primary-lg {
            margin-bottom: 70px;
        }
        .card-footer-text {
            position: absolute;
            bottom: 10px;
            width: 100%;
            text-align: center;
            padding: 0 10px;
        }
    }
    .footer-content {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .ant-input-prefix {
        padding-right: 8px !important;
    }

    //  fix form item required (*) positioning.
    .ant-form-item-label
        > label.ant-form-item-required:not(
            .ant-form-item-required-mark-optional
        )::before {
        position: absolute;
        right: -9px;
        bottom: 8px;
        margin-right: 0 !important;
    }

    .ant-select-arrow svg {
        color: black;
        font-size: 16px;
    }
}

.ant-input-password-icon {
    color: #a9a8db !important;
    font-size: 16px !important;
}

.button-primary-lg {
    &,
    &:hover {
        width: 253px !important;
        height: 41px !important;
        background-color: #098f52 !important;
        box-shadow: none !important;
        color: #fff !important;
        border: 0 !important;
    }
}

.primary-input,
.ant-input-password {
    width: 253px !important;
    height: 34px !important;
    background: #ffffff !important;
    border: 1px solid #cbcbcb !important;
    border-radius: 4px !important;
    box-shadow: none !important;
}

*[dir="rtl"] .footer-content {
    right: auto !important;
    left: 0 !important;
}
