
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,
.otp-send-button > button,
.wifi-lp-submit-button
{
    background: linear-gradient(270deg, #4D8069 0.59%, #2D4B59 100%);
    mix-blend-mode: normal;
    border: 2px solid rgba(68, 255, 226, 0.8);
    box-shadow: 0px 0px 4px 2px rgba(68, 231, 223, 0.5);
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    padding: 16px;
    border-radius: 5px;
    transition: 0.7s;
}

#wifi_button > button:hover,
.otp-send-button > button:hover{
    border: 2px solid #aff;
    box-shadow: 0px 0px 8px 2px rgba(68, 255, 226, 0.8);
}

#wifi_button{
    margin-top: 34px;
}

.wifi-form-section{
    margin: auto;
    background: linear-gradient(180deg, rgba(43, 196, 140, 0.9) 0%, rgba(43, 196, 140, 0) 100%);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));

}

.bg-wifi-section{
    background: rgba(43, 196, 140, 0.9) ;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#wifi_offer{
    margin-top: 14px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    display: block;
}

.wifi_form__warning{
    font-style: normal;
    font-weight: bold;
    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;
    min-height: 280px;
    overflow: hidden;
    width: 100%;
}

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

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

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