@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=League+Spartan:wght@100..900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


@font-face {
    font-family: 'Barcelony';
    src: url('Barcelony.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.text-success {
    color: #45AC4C !important;
}

header.header-login {
    background: #000;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(500px);
}

.contact {
    font-size: 18px;
}

.contact b {
    font-weight: 600;
}


.login-form {
    background-image: url('../../images/banner.jpg');
    color: white;
    background-size: cover;
    padding-bottom: 1rem;
}

.login-form p {
    font-size: 20px;
}

.main-title {
    font-family: Barcelony;
}

label {
    font-family: 'Barlow';
}

button,
a {
    font-family: 'Barlow' !important;
}

input.form-control::placeholder {
    color: #DFDFDF;
}

.slogan {
    font-weight: 600;
}

.form-title {
    font-family: 'Barlow';
    font-weight: 400;
}

.btn-success {
    background: #45AC4C;
    border: none;
}

.btn-outline-success {
    border-color: #45AC4C;
    color: #45AC4C;
}

.form-title strong {
    font-weight: 700;
}

.invalid-feedback {
    color: #46ad4d;
}

input.form-control,
select#entreprise {
    border-radius: 12px;
    border: 1px solid rgb(255 255 255 / 40%);
}

.district-registration-errors ul {
    list-style: none;
    padding: 0;
    background: #ff6060;
    padding: 5px 0 5px 10px;
    border-radius: 10px;
}

.order-success {
    padding: 10px;
    margin-bottom: 20px;
    background: #dff0d8;
    color: #3c763d;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
}

.order-success p {
    font-size: 16px;
    margin-bottom: 0;
}

p.copyright {
    margin-bottom: 0;
    border-radius: 10px;
    background: rgb(31 31 31 / 0%);
    backdrop-filter: blur(27.399999618530273px);
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
    font-family: "poppins";
}

p.copyright a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

a#resend-verification {
    font-weight: 500;
}


.login-box,
.register-box {
    border-radius: 20px !important;
    border: 0.5px solid #FFF !important;
    background: rgba(31, 31, 31, 0.57) !important;
    backdrop-filter: blur(27.399999618530273px);
}

@media (max-width: 480px) {
    .main-title {
        font-size: 40px;
    }

    p.copyright {
        padding: 10px 5px;
        font-size: 14px;
    }
}