
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;
    background-color: #d9534f;
    border-color: #d9534f;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 2px 2px #ba1b21;
    border-radius: 25px;
    font-size: 18px;
}

#wifi_button > button:hover{
    border: 2px solid #ba1b21;
    box-shadow: 0px 0px 8px 2px rgb(0, 0, 0);
}

#wifi_button{
    margin-top: 34px;
}

.wifi-form-section{
    margin: auto;
    background: linear-gradient(180deg, rgb(13, 36, 71) 0%, rgba(43, 196, 140, 0) 100%);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));

}

.bg-wifi-section{
    background: rgb(13, 36, 71);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#wifi_offer{
    margin-top: 36px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    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: 300px;
    overflow: hidden;
    width: 100%;
}

.landing-banner > img{
    width: 100%;
}

#terms-and-conditions-checkbox{
    margin-top: 1px;
}

#terms-and-conditions-label{
    display: contents;
}

#_loader {
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;

    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

#_loader__fill {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0f0f0f;
    opacity: 0.5;
    z-index: 1;
}

#_loader__roll {
    background: url("/images/loader.png") no-repeat center;
    width: 25vw;
    height: 25vw;

    -webkit-animation-name: rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    z-index: 2;
}

#_loader__roll {
    -webkit-animation: spin 0.6s infinite steps(8);
    -moz-animation: spin 0.6s infinite steps(8);
    animation: spin 0.6s infinite steps(8);
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

footer span {
    font-weight: bold;
}

.annotation p {
    margin: 0 5px 5px 5px;
    font-size: 1rem;
    color: #0d2447;
    /*color: #edf5fa;*/
}

.annotation a {
    /*color: white;*/
}
.annotation span {
    font-weight: bold;
    color: #0d2447;
    /*color: #edf5fa;*/
}

/*.x-send-pin-button {*/
/*    cursor: not-allowed;*/
/*    pointer-events: none;*/
/*}*/

.highlighting-item {
    animation: highlight 2000ms ease-out;
}

@keyframes highlight {
    0% {
        color: red;
    }

    100% {

    }
}
.oxford-checkbox{
    margin-top: 23px;
    padding: 0 0 0 90px;
}

.oxford-checkbox li{
    margin: 10px 0;
    position: relative;
    color: white;
    font-size: 16px;
    text-align: left;
    list-style: none;
}

.oxford-checkbox li::before{
    content: "";
    display: block;
    position: absolute;
    left: -34px;
    width: 20px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url("/images/check-box.png");
}

.close-button{
    cursor: pointer;
    position: absolute;
    display: block;
    transform: rotate(45deg);
    right: 15px;
    top: 10px;
    width: 20px;
    height: 20px;
}
.close-button::before,
.close-button::after{
    content: "";
    display: block;
    position: absolute;
    background-color: #d9534f;
}
.close-button::before{
    height: 3px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.close-button::after{
    height: 100%;
    width: 3px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.language-wrapper{
    display: flex;
    justify-content: flex-end;
}

.language-wrapper select{
    color: black;
    margin: -33px 25px 10px 25px;
}

.txt-white {
    color: white;
}