﻿body {
    min-width: unset;
    /*background-image: url(../../../Images/logo/logo.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 25%;
    background: rgb(36 132 198 / .25);
}

.container input:focus {
    box-shadow: none;
    border-width: 2px;
}

.input-with-border-label {
    position: relative;
}

.input-with-border-label > sub {
    position: absolute;
    top: 0;
    left: 5.5rem;
    background: white;
    height: 1rem;
    padding: .20rem 1rem;
    font-weight: 500;
}

.font-bold {
    font-weight: 700;
}

.text-small {
    font-size: small;
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
}

.max-w-xl {
    max-width: 36rem;
}

.max-w-2xl {
    max-width: 42rem;
}

.max-w-full {
    max-width: 100%;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mt-40 {
    margin-top: 10rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.w-3\/4 {
    width: 75%;
}

.w-full {
    width: 100%;
}
