.authentication__section {
    position: relative;
}

.authentication__section .shape__box img {
    position: absolute;
    content: "";
}

.authentication__section .shape__box img.shape__1 {
    left: 16%;
    top: 15%;
    width: 100px;
}

.authentication__section .shape__box img.shape__2 {
    left: 20%;
    bottom: 20%;
}

.authentication__section .shape__box img.shape__3 {
    right: 20%;
    top: 20%;
    width: 50px;
}

.authentication__section .shape__box img.shape__4 {
    right: 10%;
    bottom: 10%;
    width: 180px;
}

.authentication__section .custom__card {
    position: relative;
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 0;
    margin-bottom: 1.5rem;
    z-index: 1;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15);
}

.authentication__section .custom__card .card__body {
    padding: 40px;
}

.social__login {
    text-align: center;
}

.social__login .btn-login-with {
    font-size: 16px;
    color: #231F20;
    background-color: #fff;
    border: 2px solid #E0E2E3;
    padding: 10px 15px;
    display: inline-block;
    height: 50px;
    line-height: 26px;
    border-radius: 1px;
}

.social__login .btn-login-with {
    margin-right: 8px;
}

.social__login .btn-login-with:last-child {
    margin-right: 0;
}

.login__separater {
    margin-bottom: 35px;
}

.login__separater span {
    position: relative;
    top: 26px;
    margin-top: -10px;
    background: #ffffff;
    padding: 5px;
    font-size: 12px;
    color: #cbcbcb;
    z-index: 1;
}

.authentication__form .form-control {
    height: 45px;
    font-weight: 500;
    border: 2px solid #E0E2E3;
}

.authentication__form .form-control:focus {
    border: 2px solid var(--primary);
}

.authentication__form .input-group .field-icon {
    color: #231F20;
    font-weight: 600;
    position: absolute;
    right: 0.75em;
    top: 16px;
    z-index: 9;
}

@media (max-width: 1200px) {
    .authentication__section .shape__box img.shape__1 {
        left: 10%;
        top: 15%;
        width: 100px;
    }

    .authentication__section .shape__box img.shape__2 {
        left: 16%;
        bottom: 20%;
    }

    .authentication__section .shape__box img.shape__3 {
        right: 15%;
        top: 20%;
    }

    .authentication__section .shape__box img.shape__4 {
        right: 2%;
        bottom: 10%;
        width: 180px;
    }
}

@media (max-width: 768px) {
    .authentication__section .shape__box {
        display: none;
    }
}

@media (max-width: 575.98px) {

    .authentication__section .shape__box {
        display: none;
    }

    .authentication__section .custom__card .card__body {
        padding: 30px 12px;
    }

    .authentication__section .custom__card .card__body h6 {
        font-size: 15px;
    }

    .social__login .btn-login-with {
        font-size: 14px;
        background-color: #fff;
        border: 2px solid #E0E2E3;
        padding: 8px 12px;
        height: 45px;
        line-height: 22px;
    }
}