
body{
    /*font-family: Montserrat !important;*/
}

.wifi-form-field{
    -webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.25);
    box-shadow: inset 0px 2px 4px rgba(0,0,0,0.25);
    background-color: #fff;
    margin: 14px auto;
    border: 0;

    padding: 11px 8px;

    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    font-feature-settings: 'case' on;

    color: #374b4a;
}

#wifi_button > button{
    color: #FFFFFF;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    background: linear-gradient(266.78deg, #F52A86 10.44%, #FFA857 106.14%);
    box-shadow: 0px 8px 4px rgba(9, 15, 38, 0.6);
    border-radius: 5px;
    font-weight: 700;
}

#wifi_button > button:hover{
    border: 2px solid #ba1b21;
    box-shadow: 0px 0px 8px 2px rgb(0, 0, 0);
}

#wifi_button{
}

.wifi-form-section{
    margin: auto;
}

.bg-wifi-section{
    background: rgb(13, 36, 71);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#wifi_offer{
    font-weight: bolder;
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
    font-size: 25px;
    line-height: 20px;
    border-radius: 5%;
    background-color: #172041;
    padding: 5%;
    font-style: normal;
    text-align: center;
    color: #FFFFFF;
    display: block;
}

.wifi_form__warning{
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
}

.wifi_form__pin_actions{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration-line: underline;
    color: #FFFFFF;
    display: block;
    margin: 8px auto;
}

#wifi-pin-notif-title{
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding-bottom: 40px;
    margin-top: -20px;
}

.landing-banner{
    max-height: 700px;
    overflow: hidden;
    width: 100%;
}

.landing-banner > img{
    width: 100%;
}

#terms-and-conditions-checkbox{
    margin-top: 1px;
}

#terms-and-conditions-label{
    display: contents;
}

.highlighting-item {
    animation: highlight 2000ms ease-out;
}

@keyframes highlight {
    0% {
        color: red;
    }

    100% {

    }
}

.language-switcher .dropdown-item span{
    color:black!important;
}
