@font-face {
    font-family: Economica;
    src: url('../../Fonts/Economica/Economica-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: Economica;
    src: url('../../Fonts/Economica/Economica-RegularItalic.ttf');
    font-style: italic;
}

@font-face {
    font-family: Economica;
    src: url('../../Fonts/Economica/Economica-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: Economica;
    src: url('../../Fonts/Economica/Economica-BoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}

body {
    font-family: 'Economica', sans-serif;
    font-size: 20px;
    background-color: white;
}

form {
    margin-top: 10vh;
}

@media (orientation: landscape) and (max-device-height: 450px) {
    form {
        margin-top: 25vh;
    }

    .input-xg {
        height: 50px;
    }

    .btn-xg {
        height: 50px;
    }

    .title {
        margin-top: 10px;
    }
}

@media (orientation: portrait ) {
    form {
        margin-top: 10vh;
    }
}

.btn {
    font-size: 20px;
}

.form-control {
    font-size: 20px;
}

.title {
    font-weight: bold;
    font-size: 3.5vw;
    color: white;
    background-color: rgba(62, 106, 178, 0.8);
    padding: 5px 20px;
    border-radius: 10px;
    text-align: center;
}

@media (orientation: portrait) {
    .title {
        left: 15px;
        top: 15px;
        font-size: 6vw;
    }
}

.dim5 {
    opacity: 0.5;
}

.dim9 {
    opacity: 0.9;
}

.btn-blue {
    background-color: rgb(62, 106, 178);
    color: white;
}

    .btn-blue:hover, .btn-blue:active {
        background-color: rgb(49, 83, 140);
        color: white;
    }

.input-xg {
    height: 60px;
    padding: 10px 16px;
    font-size: 25px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-xg {
    height: 60px;
    padding: 10px 16px;
    font-size: 25px;
    line-height: 1.3333333;
    border-radius: 6px;
}

#redirectionButton {
    position: absolute;
    top: 25px;
    right: 35px;
}

    #redirectionButton a:hover {
        color: #e65540 !important;
        transition: all 0.4s;
    }

.select2-container--bootstrap4 .select2-selection--single {
    height: 60px !important;
}

    .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
        font-size: 25px;
        display: inline-block;
        margin: 5px 0 0 5px;
    }