@font-face {
    font-family: 'Bw 3Cat';
    src: url('fonts/Bw3Cat-Regular.eot');
    src: url('fonts/Bw3Cat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Bw3Cat-Regular.woff2') format('woff2'),
        url('fonts/Bw3Cat-Regular.woff') format('woff'),
        url('fonts/Bw3Cat-Regular.ttf') format('truetype'),
        url('fonts/Bw3Cat-Regular.svg#Bw3Cat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw 3Cat';
    src: url('fonts/Bw3Cat-Bold.eot');
    src: url('fonts/Bw3Cat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Bw3Cat-Bold.woff2') format('woff2'),
        url('fonts/Bw3Cat-Bold.woff') format('woff'),
        url('fonts/Bw3Cat-Bold.ttf') format('truetype'),
        url('fonts/Bw3Cat-Bold.svg#Bw3Cat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw 3Cat';
    src: url('fonts/Bw3Cat-Black.eot');
    src: url('fonts/Bw3Cat-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Bw3Cat-Black.woff2') format('woff2'),
        url('fonts/Bw3Cat-Black.woff') format('woff'),
        url('fonts/Bw3Cat-Black.ttf') format('truetype'),
        url('fonts/Bw3Cat-Black.svg#Bw3Cat-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body{
    background-color: #FACFCD;
    font-family: 'Bw 3Cat';
    background:#7889b1 url(../assets/img/fondobody.svg) no-repeat left 30px bottom;
    background-size:30% auto;
}

.container{
    text-align: center;
    margin-top: 6rem;
}

form{
    margin: 20px auto;
}

input[type="text"]{
    font-size: 14px;
    font-weight:bold;
    text-transform:uppercase;
    text-align: center;
    color:#44557f !important;
    padding: 14px 20px;
    margin-bottom: 10px;
    border-radius:15px;
    border-top-right-radius:0px;
    border: none;
    box-shadow: 0px !important;
}

.invalid-feedback{
    margin-top: 15px;
    font-size: 1.2em;
}

.invalid-feedback p{
    margin: 0px;
}

input[type="submit"]{
    color: #fff;
    background-color: #44557f;
    font-weight: 900;
    margin-top: 15px;
    text-transform: uppercase;
    border: none;
    padding: 15px 20px;
    font-size:11px;
    line-height:11px;
    border-radius:10px;
}

input[type="submit"]:hover{
    background-color: #fff;
    color: #44557f;
}

img#disc{
    margin-bottom: 15px;
}

img.logo{
    max-width: 200px;
}

.text-contact{
    color: #fff;
    font-size:13px;
}

.text-contact a{
    color: #fff;
    font-weight:900;
    text-decoration:none;
}

.text-footer{
    color: #fff;
    font-size:11px;
}

.logo
    {
        margin:20px;
    }

@media (min-width: 768px){
    img#disc{
        max-width: 1050px;
    }
    .logo
    {
        margin:50px;
    }
}

.advise1,.advise2
{
    color:#fff;
    font-size:13px;
}

