.navbar-brand img {
    width: 80px;
}

.navbar-brand span {
    color: #E21B19;
    align-items: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
}

.btn-cst {
    background: #C4C4C4;
    display: inline-block;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 10px 40px;
    border-radius: 25px;
    margin-bottom: 30px;
    width: 173px;
    text-decoration: none;
}

.btn-cst:hover {
    background: #b7b0b0;
    color: #000000;
}

.reset-password {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.navbar.navbar-expand-md {
    background-color: #FFC700 !important;
    background-image: url('../image/header.png');
    height: 90px;
}

.navbar-nav .nav-item {
    border: 1px solid #565140;
    filter: drop-shadow(0px 4px 8px rgba(176, 190, 197, 0.24));
    border-radius: 100px;
    margin: 0px 10px;
    min-width: 130px;
    text-align: center;
    font-weight: 500;
    /* font-size: 14px; */
    line-height: 19px;
    /* display: flex; */
    align-items: center;
    text-align: center;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #565140;
}

body {
    background-image: url('../image/background-content.png');
    background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.btn-grad {
    background-image: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 50px;
    min-width: 200px;
}

.btn-grad:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}


.btn-grad-reg {
    background-image: linear-gradient(to right, #EB3349 0%, #F45C43 51%, #EB3349 100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 50px;
    min-width: 200px;
}

.btn-grad-reg:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.navbar .navbar-collapse.collapse.show {
    z-index: 3;
    background: #fcc833;
    min-height: 1000px;
    padding: 30px 0;
}

.navbar .navbar-collapse.collapse.show .navbar-nav .nav-item {
    margin-top: 15px;
}

.select2-container--default .select2-selection--single {
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}
.select2-container {
    width: 100% !important;
    display: block !important;
}

.is-invalid~.select2-container .selection .select2-selection {
    border-color: red !important;
}

@media only screen and (max-width: 720px) {
    .navbar-brand span {
        margin-left: 15%;
    }
}

@media only screen and (max-width: 520px) {
    .navbar-brand span {
        margin-left: 10%;
    }
}

@media only screen and (max-width: 450px) {
    .navbar-brand span {
        margin-left: 12%;
    }
}

@media only screen and (max-width: 375px) {
    .navbar-brand span {
        margin-left: 5%;
    }
}