#view-404, #view-419, #view-500, #view-503 {
    font-family: 'DM Sans', sans-serif;
    color: #FAFAFA;
    position: relative;
}

#view-404-header, #view-419-header, #view-500-header, #view-503-header {
    justify-content: center;
}

.bs-primary-radial-bg{
    background: radial-gradient(circle, #0369A1 -50%, #082F49 200%);
}

.bs-txt-fondu{
    font-size: 10rem;
    opacity: 0.08;
    color: #fafafa;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    font-weight: 700;
}

.bs-icon-fondu {
    width: 800px;
    height: 800px;
    padding: 30px;
    opacity: 0.08;
    fill: #fafafa;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
}

.basique_logo_svg {
    width: 120px;
    padding-top: 40px;
}

.bs-title-h1{
    font-size: 2rem;
    font-weight: 700;
    font-family: 'DM Sans';
    letter-spacing: 5px;
}

@media screen and (min-width: 1200px){
    #view-404-header, #view-419-header, #view-500-header, #view-503-header {
        justify-content: unset;
    }
    .basique_logo_svg {
        width: 200px;
        padding-left: 60px;
    }
    .bs-title-h1{
        font-size: 3rem;
    }
    .bs-txt-fondu{
        font-size: 30rem;
    }
}

.bs-btn-form-default-type-1{
    width: 100%;
    background-color: #fafafa;
    color: #0369A1;
    border-radius: 6px;
    height: 2.5rem;
    border: none;
    font-weight: 600;
}

.bs-btn-form{
    cursor: pointer;
    position: relative;
    align-content: center;
    z-index: 1;
}

#viewLoginForm{
    background-color: #FAFAFA;
    color: #171717;
}

.layout-auth {
    font-family: 'DM Sans', sans-serif;
}

.basique_logo_fondu_svg {
    width: 550px;
    padding: 30px;
    opacity: 0.08;
}

.basique_logo_svg {
    width: 120px;
    padding-top: 40px;
}

#sectionLeft{
    justify-content: center;
}

.bs-primary-radial-bg{
    background: radial-gradient(circle, #0369A1 -50%, #082F49 200%);
}

@media screen and (min-width: 1200px){
    #sectionLeft{
        justify-content: unset;
    }
    .basique_logo_svg {
        width: 200px;
        padding-left: 60px;
    }
}

.bs-input-error-message {
    color: #DC2626;
}

.bs-field-form-type-1 .bs-label-form-type-1{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.bs-field-form-type-1 .bs-input-form-type-1 input{
    width: 100%;
    border: 1px solid #D6D3D1;
    border-radius: 6px;
    padding: 10px 0px 10px 16px;
    background-color: #FAFAFA;
    font-weight: 400;
}

.bs-field-form-type-1 .bs-input-form-type-1 input:focus{
    border-color: #0284C7;
    outline: none;
}

.bs-field-form-type-1.bs-value-is-not-invalid{
    color: #DC2626;
}

.bs-field-form-type-1.bs-value-is-not-invalid .bs-input-form-type-1 input{
    border-color: #DC2626;
}

.bs-field-form-type-1 .bs-input-error-message{
    color: #DC2626;
    font-weight: 200;
}

.bs-btn-form{
    cursor: pointer;
}

.bs-btn-form-blue-type-1{
    width: 100%;
    background-color: #0369A1;
    color: #FAFAFA;
    border-radius: 6px;
    height: 2.5rem;
    border: none;
    font-weight: 600;
}

.bs-link-form-default-type-1{
    color: #171717;
}

.bs-icon {
    width: 40px;
    height: 40px;
    fill: #171717;
}

#btnNewCode{
    display: block;
    font-size: 0.8rem;
    cursor: pointer;
    text-decoration: underline;
}