.login-section {
    width: 100%;
    height: 100%;
    background-image: url(../images/Blue_BackGround_3.025d7a67.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    position: absolute;
}

.login-section :after,
.login-section :before {
    box-sizing: inherit;
    font-family: inherit;
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
}

.login-section__card {
    border-radius: 6px;
    background-color: #fff;
    width: 30%;
    padding: 0 16px;
    position: absolute;
    top: 30%;
    right: 5%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.login-section__card img {
    width: 61px;
    height: 72px;
}

.login-section__card-btn {
    width: 100%;
    font-weight: bold;
}

.login-section__card-desc {
    font-size: 0.7rem;
    text-align: center;
    padding-top: 3px;
    font-weight: normal;
}

.login-section__text {
    z-index: 2;
    top: 30%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: absolute;
}

.login-section__main-heading {
    color: #fff;
    font-size: 3rem;
    padding: 0px 20px;
    margin-bottom: 11px;
    line-height: 1;
}

.login-section__main-heading--bold {
    font-weight: 600;
}

.login-section__desc {
    color: #fff;
    text-align: left;
    padding: 5px 17px;
    line-height: 1.3;
}

.login-section__desc--bold {
    font-weight: bold;
}

.button_btn__1dRFj {
    font-family: sans-serif;
    position: relative;
    font-weight: 400;
    font-size: 1rem;
    height: 100%;
    transition: all .1s linear;
    border-radius: 4px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    align-self: center;
    border: none;
    cursor: pointer;
    outline: 0;
    text-transform: capitalize;
}

@media screen and (min-width: sm) {
    .login-section__main-heading {
        text-align: center;
    }
    .login-section__card {
        height: 168px;
        width: 328px;
    }
    .login-section__desc {
        text-align: center;
        padding: 8px 30px;
        font-size: 1rem;
    }
}

@media screen and (min-width: md) {
    .login-section::after {
        background: none;
    }
    .login-section__container {
        max-width: 1170px;
        padding: 0px 32px;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: auto;
    }
    .login-section__card {
        margin: auto 0px;
        position: relative;
        height: 351px;
        width: 300px;
        top: 0;
        left: 0;
        transform: none;
    }
    .login-section__card img {
        width: 160px;
        height: 187px;
    }
    .login-section__text {
        width: 50%;
        margin: auto 0px;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
    .login-section__main-heading {
        padding: 0px;
        font-size: 5rem;
        margin-bottom: 28px;
        text-align: left;
    }
    .login-section__desc {
        background-color: transparent;
        text-align: left;
        padding: 0px;
    }
}

@media screen and (min-width: lg) {
    .login-section {
        height: 500px;
    }
    .login-section__text {
        width: 530px;
    }
    .login-section__card {
        height: 384px;
        width: 328px;
    }
}