*:focus {
    outline-style: none;
}

*, *:before, *:after {
    box-sizing: inherit;
}

all
::-webkit-input-placeholder { color:#fff; }
::-moz-placeholder { color:#fff; } /* firefox 19+ */
:-ms-input-placeholder { color:#fff; } /* ie */
input:-moz-placeholder { color:#fff; }

html {
    box-sizing: border-box;
    height: 100%;
}

body {
    font: 14px 'Poppins','Helvetica','Verdana',sans-serif;
    color: #4D4D4D;
    height: 100%;
}

h1 {
    font-size: 24;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    color:#000000;
}


label {
    font-weight: bold;
    cursor: pointer;
    display: block;
}

.content {
    padding: 24px;
    min-width: 300px;
}

@media screen and ( min-width: 520px ) {
    body {
        padding-top: 100px;
        background-image: url("../images/bg-beach-lg.jpg");
        background-size: cover;
        background-position: top center;
    }
}

@media screen {
    .content {
        min-height: 475px;
        max-width: 510px;
        padding: 30px 24px;
        margin: 0 auto 0;
        background-color:rgb(255, 255, 255);
        border-radius: 3px;
    }
}

.intro {
    margin-bottom: 20px;
}

.form {
    margin: 0 20px;
}

.form-control {
    background-color: transparent;
    border: 0;
    padding: 5px 10px;
    width: 100%;
    background-repeat: no-repeat;
}

.btn-box {
    margin: 30px 0;
}

.btn {
    height: 48px;
    width: 100%;
    background-color: #F44336;
    border: 0 none;
    color: #ffffff;
    font-weight: bold;
    padding: 7px 50px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
}

.help-txt {
    margin-top: 25px;
    margin-bottom: 20px;
}

.txtC {
    text-align: center;
}

.txtC-btn {
    text-align: center;
    margin-top: 12px;
    min-height: 48px;
}

hr.solid-separator {
    margin-top: 20px;
    border-top: 1px solid #D9D9D9;
}

@media only screen and (max-width: 520px) {
    .help-txt img {
        margin-top: 15px;
    }
    .powered-by-logo {
        margin-top: 15px;
        text-align: center;
        display: block;
        margin: 0 auto;
        content:url("./../images/powered-by-viator-mobile.svg");
    }
}

@media only screen and (min-width: 520px) {
    .powered-by-logo {
        margin-top: 15px;
        float: right;
        content:url("./../images/powered-by-viator-desktop.svg");
    }
}

.hidden {
    display: none;
}

.select2-container--default .select2-selection--single {
    height: 48px;
}

.select2-container--default .select2-selection--single  {
    border: 1px solid #D9D9D9;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 16px;
    color: #000A12;
    margin-top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    color: #000A12;
    margin-top: 5px;
}

.select2-results {
    font-size: 16px;
}

.select2-results__option {
    color: #000A12;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgb(236, 236, 236);
    color: #000A12;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 8px;
    width: 20px;
}
