﻿
.df-form .mud-input-control-helper-container {
    min-height: 1.3rem;
    margin-bottom: 0.4rem;
}

.df-form .mud-input.mud-input-outlined {
    background-color: #ffffff;
}

.df-form .field-validation {
    display: inline-block;
    color: var(--mud-palette-error);
    font-weight: 600;
}

.df-form .df-label {
    margin-right: 1rem;
    font-weight: 500;
}


.pill {
    border-radius: 100vh;
    text-transform: unset;
}

.auth-wrapper {
    display: flex;
    height: 100%;
}

    .auth-wrapper .auth-left {
        width: 65%;
        overflow: hidden;
        height: 100%;
    }

    .auth-wrapper .auth-right {
        width: 50%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .auth-wrapper .auth-left .auth-bg {
        width: calc(100% - 2rem);
        height: calc(100% - 2rem);
        object-fit: cover;
        object-position: center;
        margin:1rem; 
        border-radius:2rem;
    }

    .auth-wrapper .auth-left .auth-logo {
        position: absolute;
        left: 3rem;
        top: 3rem;
        width: 120px;
    }


.form-area {
    max-width: 400px;
    width: calc(100% - 50px);
}

    .form-area .logo {
        width: 120px;
        display: block;
        margin: 0 auto 8rem auto;
    }

@media screen and (min-width: 600px) {

    .form-area .logo {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    .auth-wrapper .auth-left {
        display: none;
    }

    .auth-wrapper .auth-right {
        width: 100%;
    }
}
