.authentication .authentication--content-wrapper {
    position: relative;
    display: flex;
    flex-grow: 2;
    min-height: 100vh;
    background: rgb(250, 249, 247);
}

.authentication .logo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 48px 96px;
}

.authentication .logo-wrapper img {
    height: 40px;
}

.authentication .authentication--content-left {
    width: 60%;
    min-height: 100%;
    padding: 50px 0;
}

.authentication .authentication--content-left .form-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.authentication .authentication--content-left .form-wrapper > div {
    width: 600px;
    padding: 0 100px;
}

.authentication .authentication--content-left .form-wrapper .form-group {
    margin-bottom: 15px;
}

.authentication .authentication--content-left .form-wrapper .form-group > label {
    margin-bottom: 0;
    font-size: 15px;
}

.authentication .authentication--content-left .form-wrapper h1 {
    margin: 48px 0 0;
    font-size: 22px;
    line-height: 1.2;
}

.authentication .authentication--content-left .form-wrapper .link-forgot-pwd,
.authentication .authentication--content-left .form-wrapper .sign-up-link {
    font-size: 16px;
    line-height: 1.5;
}

.authentication .authentication--content-left .form-wrapper .custom-control-label::before,
.authentication .authentication--content-left .form-wrapper .custom-control-label::after {
    top: 1px;
}

.authentication .authentication--content-right {
    width: 40%;
    min-height: 100%;
    padding: 50px 0;

}

.authentication .authentication--content-right>div {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.authentication .authentication--content-right .content-wrapper {
    width: 410px;
}

.authentication .authentication--content-right .content-wrapper .content-img {
    margin-bottom: 32px;
}

.authentication:not(.sign-up) .authentication--content-right .content-wrapper .content-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 410px;
}

.authentication:not(.sign-up) .authentication--content-right .content-wrapper .content-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.authentication .authentication--content-right .content-wrapper .jumbotron-text {
    margin: 0 0 20px;
    color: #1c1b18;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.authentication .authentication--content-right .content-wrapper p {
    color: #1c1b18;
    font-size: 18px;
    line-height: 1.4;
}

.authentication .slider-logo {
    margin-top: 30px;
}

/* ========= */
.authentication.sign-up {
    position: relative;
    padding: 20px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.authentication.sign-up::before,
.authentication.sign-up::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.authentication.sign-up::before {
    background: url('../img/cml-dashboard.png') center top/cover no-repeat;
    filter: blur(4px);
    z-index: -1;
}

.authentication.sign-up::after {
    background-color: #000;
    opacity: .5;
    z-index: 1;
}

.authentication.sign-up .main-heading {
    margin-bottom: 20px;
    margin-top: 60px;
}

.authentication.sign-up .authentication--content-wrapper {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    z-index: 2;
    min-height: auto;
}

.authentication.sign-up .authentication--content-right .content-wrapper {
    width: 100%;
    padding: 0 30px;
}

.authentication.sign-up .authentication--content-right {
    width: 55%;
}

.authentication.sign-up .authentication--content-right .content-wrapper .content-img {
    width: 100%;
    height: 470px;
}

.authentication.sign-up .authentication--content-right .content-wrapper .content-img video {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.authentication .authentication--content-left .form-wrapper .custom-btn-group .btn {
    padding: 5px 25px;
    font-size: 14px;
}

.authentication .authentication--content-left .form-wrapper .form-control:not(textarea) {
    height: 40px;
}

.authentication .authentication--content-left .form-wrapper .donor-type-wrapper,
.authentication .authentication--content-left .form-wrapper .account-type-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 5px;
}

/* =========== */

.authentication.sign-up .custom-select {
    height: 40px;
}

.authentication.sign-up .main-heading p {
    font-size: 14px;
    margin: 10px 0 15px;
    line-height: 1.4;
}

.authentication.sign-up fieldset > div {
    display: flex;
}

.authentication.sign-up form fieldset {
    /* stacking fieldsets above each other */
    position: relative;
}

/* Hide all except first fieldset */
.authentication.sign-up form fieldset:not(:first-of-type) {
    display: none;
}

/* Progress Bar */
.authentication.sign-up .progress {
	height: 5px;
    position: absolute;
    top: 15px;
    left: 30px;
    width: calc(100% - 60px);
    border-radius: 4px;
}



.authentication.sign-up .btn-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
}

.authentication.sign-up .btn-wrapper > * {
    flex: 1;
}

.authentication.sign-up .link-btn {

    background-color: transparent;
    padding: 0;
    font-weight: 600;
}

.authentication.sign-up .logo-wrapper {
    padding: 45px 30px 25px;
}

.authentication.sign-up input[type='file'] {
    left: 0;
}

.authentication .btn {
    border-radius: 4px;
}

.authentication--content-register {
    display: flex;
}

/* ====== */
.authentication-full .authentication--content-left {
    width: 100%;

}

.authentication-full .authentication--content-left .form-wrapper > div {
    /* background-color: #583101; */
    padding: 50px 80px;
}

.authentication-full .authentication--content-left .form-wrapper h1 {
    font-size: 30px;
    margin: 0 0 20px;
    
    text-align: center;
}

.authentication-full .authentication--content-left .form-wrapper p {
    font-size: 18px;
  
    text-align: center;
}



/* > 1200px */
@media (min-width: 1200px) {
    .authentication.sign-up .main-heading {
        margin: 0;
    }

    .authentication.sign-up .authentication--content-left {
        width: 45%;
    }

    .authentication.sign-up .progress {
         width: calc(45% - 60px);
    }
}

/* < 1200px */
@media (max-width: 1199px) {
    .authentication .logo-wrapper {
        padding: 30px;
    }

    .authentication .authentication--content-left {
        width: 100%;
    }

    .authentication .authentication--content-right {
        display: none;
    }

    .authentication.sign-up .authentication--content-wrapper {
        max-width: 600px;
    }
}

/* > 991px */
@media (min-width: 992px) {
    .authentication.sign-up .authentication--content-left .form-wrapper > div {
        width: 100%;
        padding: 0 30px;
    }
}

/* < 992px */
@media (max-width: 991px) {
    .authentication.sign-up {
        padding: 0;
        background-color: rgb(250, 249, 247);
        align-items: inherit;
    }
    .authentication.sign-up::before,
    .authentication.sign-up::after {
        display: none;
    }
    .authentication.sign-up .authentication--content-wrapper {
        max-width: 100%;
        border-radius: 0;
    }
    .authentication.sign-up .main-heading {
        margin-top: 0;
    }
}

/* < 768px */
@media (max-width: 767px) {
    .authentication .authentication--content-left .form-wrapper > div {
        padding: 30px;
    }
    .authentication.sign-up .authentication--content-left .form-wrapper > div {
        padding: 0 30px;
    }
    .authentication .authentication--content-left .form-wrapper .link-forgot-pwd,
    .authentication .authentication--content-left .form-wrapper .sign-up-link {
        font-size: 14px;
    }
}
