/************************** FONT FAMILY **************************/

* {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}


/************************** BOOSTRAP **************************/

.bg-primary {
    background-color: #2c3968 !important;
}

.btn-primary {
    background-color: #2c3968 !important;
}

.text-primary {
    color: #2c3968 !important;
}

input[type="radio"]:checked {
    border: #2c3968;
    background-color: #2c3968 !important;
}

input[type="checkbox"]:checked {
    background-color: #2c3968 !important;
}

/************************** BOOSTRAP MODAL **************************/

.modal-header {
    border-bottom: 0 none;
    font-size: 18px;
    font-weight: 500;
}

.modal-body {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.modal-footer {
    border-top: 0 none;
}

.modal-footer { 
    display: grid;
    justify-content: center;
}

.modal-footer button {
    padding: 5px 20px;
}

/************************** BOOSTRAP MODAL **************************/

#global-modal-closed img {
    width: 100%;
}

/************************** BUTTON **************************/

button {
    text-transform: uppercase;
    font-weight: 600 !important;
}

/************************** BOX **************************/

#box-center {
    display: grid;
    justify-content: center;
}

@media only screen and (min-width: 600px) {
    #box {
        max-width: 600px;
        border: 1px solid lightgrey;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        overflow: hidden;
        margin: 40px 0px;
    }
}

#box .padding {
    padding: 20px;
}

#box #banner img {
    width: 100%;
}

/************************** FORM **************************/

#form form {
    display: grid;
    row-gap: 20px;;
}

#form label {
    font-weight: 600;
}

#form .button {
    width: 100%;
    margin-top: 40px;
}

#form .button button {
    width: 100%;
}

#form .iti {
    width: 100%;
}

#form .mobile-invalid-feedback {
    display: none;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

/************************** INTL **************************/

/* .iti-mobile .iti--container {
    top: 450px !important;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: absolute;
} */