@import url('https://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css');
@import url('https://fonts.googleapis.com/css?family=Orbitron');

* {
    border: 0;
    box-sizing: border-box;
    font-weight: normal;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 0;
}

html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

body {
    background-color: white;
    color: #515151;
    cursor: default;
    font: 400 15px/25px 'Open Sans', sans-serif;
    height: 100vh;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    width: 100vw;
}

button.gender {
    background-color: white;
    display: inline-block;
    font-weight: bold;
    max-width: 145px;
    padding: 10px;
    width: 100%;
}

button.gender#male,
button.gender#looking_for_male {
    border: 2px solid #63C9CB;
    color: #63C9CB;
    float: left;
}

button.gender#female,
button.gender#looking_for_female {
    border: 2px solid #ED5565;
    color: #ED5565;
    float: right;
}

button.gender#male:active,
button.gender#male:focus,
button.gender#male:hover,
button.gender#looking_for_male:active,
button.gender#looking_for_male:focus,
button.gender#looking_for_male:hover {
    background-color: rgba(0, 0, 255, 0.09);
    border: 2px solid #62a8c9 !important;
}

button.gender#female:active,
button.gender#female:focus,
button.gender#female:hover,
button.gender#looking_for_female:active,
button.gender#looking_for_female:focus,
button.gender#looking_for_female:hover {
    background-color: rgba(255, 0, 0, 0.09);
    border: 2px solid #e22222 !important;
}

button.gender.error {
    border: 2px solid red !important;
    color: red !important;
}

button.gender#male.selected,
button.gender#looking_for_male.selected {
    background-color: #6fc9cb;
    color: white !important;
}

button.gender#female.selected,
button.gender#looking_for_female.selected {
    background-color: #ED5565;
    color: white !important;
}

input {
    border: 2px solid #ff33ff !important;
    color: #ff80aa !important;
    font-weight: bold;
}
input.btn-next {
    border: 2px solid #ff33ff !important;
    color: #fff !important;
}
input.btn-next:hover {
    background: #ff66ff !important;
}

select {
    border: 2px solid #ff33ff !important;
    color: #ff80aa !important;
    font-weight: bold;
    height: 45px;
    width: 100%;
    border-radius: 4px;
}

select.form-control {
    font-size: 12px;
    letter-spacing: -0.5px;
}

.naam {
    font-family: "Brush Script MT", Brush Script Std, cursive;
    font-size: 60px;
    margin-top: 15px
}

.add-margin {
    margin: 0 15px !important;
}

.add-margin-bottom {
    margin-bottom: 25px !important;
}

.background {
    margin: 0 auto;
    max-width: 1080px;
    position: relative;
    width: 100%;
    z-index: -1px;
}

.background > img {
    float: left;
    margin: 0 0 0 0px;
    padding: 0px;
    width: 20%;
    max-width: 216px;
}

.btn-next {
    font-family: 'Roboto', sans-serif;
    display: block;
    background: #ff33ff;
    width: 100%;
    color: white;
    text-align: center;
    border-radius: 5px;
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 2px 0 #689c34;
    padding: 4px 0;
}

.clock {
    color: white;
    display: inline-block;
    font-family: 'Orbitron', sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 64px;
    max-width: 185px;
    padding: 0 15px;
    text-align: left;
    width: 50%;
}

.sec-left {
    color: white;
    display: block;
    font-family: 'Orbitron', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 64px;
    padding: 0 15px;
    text-align: center;
    width: 100%;
}

.closure {
    display: block;
    height: 55px;
    line-height: 55px;
    max-height: 55px;
}

.copyright {
    color: white;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    width: 100%;
}

.female {
    color: #ED5565;
    font-weight: bold;
}

.form {
    background: #ff99ff;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .7);
    height: auto;
    left: -200px;
    margin-top: 175px;
    margin-left: 50%;
    max-height: 436px;
    padding: 15px;
    position: fixed;
    width: 400px;
}

.form-content {
    background-color: white;
    max-height: 280px;
    padding: 15px;
}

.form-error {
    color: red;
    font-weight: bold;
}

.form-group {
    margin-bottom: 25px;
}

#form-group-gender,
#form-group-looking-for-gender {
    height: 49px;
}

#form-group-city {
    margin-bottom: unset;
}

.footer {
    color: white;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.footer > a {
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.form-description {
    color: #ed5565;
    display: block;
    font-size: 25px;
    margin-bottom: 4px;
    text-align: left;
}

.form-error {
    font-size: 13px;
    line-height: 15px;
}

.gender {
    display: block;
}

.heading {
    height: 87px;
    margin: 0 auto;
    max-height: 87px;
    max-width: 1080px;
    padding: 15px;
}

.hidden {
    display: none;
}

.logo {
    max-width: 320px;
}

.male {
    color: #63C9CB;
    font-weight: bold;
}

.unset-margin {
    margin: unset;
}

.members {
    background-color: unset;
    float: right;
    height: 57px;
    margin-top: -40px
}

.members > p {
    color: #8A8A8A;
    font-size: 18px;
    line-height: 25px;
    margin: unset;
}

.members > p:first-child {
    margin-bottom: 7px;
}

.member-login {
    background-color: #ED5565;
    color: white;
    font-size: 1em;
    font-weight: bold;
    position: absolute;
    right: 15px;
    text-shadow: 1px 1px 5px #000000;
    top: 15px;
    z-index: 200;
}

.member-login:hover {
    color: rgb(240, 240, 240);
}

#password {
    margin-bottom: 113px;
}

.placeholder {
    color: #9999A5 !important;
}

.registration h1 {
    background: white;
    color: #ed5565;
    font-size: 30px;
    font-weight: 900;
    height: 35px;
    line-height: 35px;
    margin: 0;
    max-height: 35px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5);
}

.row.dob > .col-xs-4 > .form-group {
    margin-bottom: unset;
}

.timer {
    color: white;
    display: inline-block;
    float: left;
    font-size: 26px;
    font-weight: bold;
    height: 55px;
    margin: 0 0 0 0px;
    max-width: 185px;
    padding: 0 15px;
    text-align: right;
    width: 50%;
}

.tt-menu {
    background-color: white;
    width: 100%;
}

.tt-suggestion {
    border-left: 2px solid #ED5565;
    border-right: 2px solid #ED5565;
    color: #ED5565;
    font-weight: normal;
    padding: 3px 7px;
    text-align: right;
}

.tt-suggestion:hover {
    background-color: #ED5565;
    color: white;
}

.tt-suggestion:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 2px solid #ED5565;
    border-left: 2px solid #ED5565;
    border-right: 2px solid #ED5565;
}

.tt-suggestion::first-lette {
    text-transform: uppercase;
}

.twitter-typeahead {
    width: 100%;
}

@media only screen and (max-width: 1080px) {
    .background > img {
        width: 25%;
        max-width: unset;
    }
}

@media only screen and (max-width: 767px) {
    body {
        overflow-x: unset;
    }

    button.gender {
        max-width: calc(50% - 5px);
    }

    select.form-control {
        font-size: 12px;
        letter-spacing: -0.5px;
        padding: 0px;
    }

    .background > img {
        width: 33.333333%;
        max-width: unset;
    }

    .clock {
        font-size: 20px;
    }

    .logo {
        display: block;
        max-width: 300px !important;
        margin: 0 auto;
    }

    .members {
        display: none;
    }

    .member-login {
        display: none;
    }

    .registration h1 {
        font-size: 22px;
        line-height: 35px;
    }

    .timer {
        font-size: 20px;
    }
}

@media only screen and (max-width: 425px) {
    .background > img {
        width: 50%;
        max-width: unset;
    }

    .form {
        border-radius: unset;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        bottom: 0px;
        left: unset;
        margin: unset;

        width: 100%;
    }
}