.not-authed-layout {
    overscroll-behavior: none;
    background-image: url("../../images/transparent-house.svg");
    background-repeat: no-repeat;
    background-size: cover;    
    background-position: center;
    background-position-y: 275px;
}

.not-authed-header {
    background-color: #1A1D24;
    height: 12px;
}

.not-authed-logo {
    height: 61px;
}

@media screen and (min-width: 640px) {
    .user-management .auth-panel .form-container {
        width: 75%;
        margin: 44px auto;
    }
}

.after\:bg-panel-stripe::after {
    border-bottom: 2px solid #D1D2D3
}

.button-line {
    border-top: 1px dashed #D1D2D3;
}

.reset-pw {
    max-width: 50%;
}

.registration-form {
    max-width: 618px;
}

.registration-form .form-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 20px;
}

.registration-form .form-container .form-group {
    width: 100%;
}

@media (min-width:746px){
    .registration-form .form-container .form-group {
        width: 45%;
    }
}

