﻿@import '/content/root.css?v=131';

body {
    background: var(--bg-on-boarding) !important;
    font-family: var(--font-primary);
    font-variant-ligatures: no-common-ligatures;
    max-height: 700px;
    overflow: hidden;
    padding-top: 16px;
    padding-left: 1px;
    padding-right: 1px;
}

.body-content {
    max-width: 1500px;
}
body.mainBody {
    position: relative!important;
    max-width: 1500px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .mainBody {
        background: var(--bg-color-layer-0) !important;
    }

    .onboarding-logo-container{
        display:block;
    }
}

.mb-8 {
    margin-bottom: 8px !important;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #ebebeb;
    border-color: #f2f2f2;
}

input[type=checkbox] {
    height: 24px;
    width: 24px;
    margin: 8px 2px 0 0;
}

.onboarding-logo-container {
    padding: 8px 0px 4px;
}

.text-white > a {
    color: white;
    font-weight: 600;
}

.strong {
    font-weight: var(--weight-m);
}

.btn-primary {
    font-weight: 600;
}

.tipbox {
    border: 1px #7bcaeb69 solid;
    font-weight: 200;
    margin: 8px 2px 16px 2px;
    padding: 10px 8px;
    border-radius: 6px;
    text-align: left;
    color: #9ea0a1 !important;
    font-size: 15px;
}

.c {
    text-align: center;
    display: block;
    position: relative;
    width: 80%;
    margin: 100px auto;
}

._404 {
    font-size: 50px;
    position: relative;
    display: inline-block;
    z-index: 2;
    height: 65px;
    letter-spacing: 5px;
}

._1 {
    text-align: center;
    display: block;
    position: relative;
    letter-spacing: 2px;
    font-size: 30px;
    line-height: 80%;
    margin-bottom: 30px;
}

._2 {
    text-align: center;
    display: block;
    position: relative;
    font-size: 20px;
}

.text {
    font-size: 70px;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 19px 0px 0px 0px;
    /* top: 256.301px; */
    z-index: 3;
    width: 100%;
    line-height: 1.2em;
    display: inline-block;
}

.form-control {
    margin-bottom: 5px;
    border-radius: 8px !important;
}

.btn-sky {
    border-radius: 5px;
    background-color: rgb( 255, 255, 255 );
    position: relative;
    display: inline-block;
    width: 220px;
    padding: 5px;
    z-index: 5;
    font-size: 17px;
    margin: 0 auto;
    color: #29abe0;
    text-decoration: none;
    margin-bottom: 10px
}

.right {
    float: right;
    width: 60%;
}

.cloud {
    display: none;
    width: 350px;
    height: 120px;
    background: #FFF;
    background: linear-gradient(top, #FFF 100%);
    background: -webkit-linear-gradient(top, #FFF 100%);
    background: -moz-linear-gradient(top, #FFF 100%);
    background: -ms-linear-gradient(top, #FFF 100%);
    background: -o-linear-gradient(top, #FFF 100%);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    position: fixed;
    margin: 120px auto 20px;
    z-index: -1;
    transition: ease 1s;
}

    .cloud:after, .cloud:before {
        content: '';
        position: absolute;
        background: #FFF;
        z-index: -1
    }

    .cloud:after {
        width: 100px;
        height: 100px;
        top: -50px;
        left: 50px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
    }

    .cloud:before {
        width: 180px;
        height: 180px;
        top: -90px;
        right: 50px;
        border-radius: 200px;
        -webkit-border-radius: 200px;
        -moz-border-radius: 200px;
    }

.x1 {
    top: -50px;
    left: 100px;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.8;
    -webkit-animation: moveclouds 25s linear infinite;
    -moz-animation: moveclouds 25s linear infinite;
    -o-animation: moveclouds 25s linear infinite;
}

.x1_5 {
    top: -80px;
    left: 250px;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.2);
    opacity: 0.9;
    -webkit-animation: moveclouds 27s linear infinite;
    -moz-animation: moveclouds 27s linear infinite;
    -o-animation: moveclouds 27s linear infinite;
}

.x2 {
    left: 250px;
    top: 30px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.5;
    -webkit-animation: moveclouds 35s linear infinite;
    -moz-animation: moveclouds 35s linear infinite;
    -o-animation: moveclouds 35s linear infinite;
}

.x3 {
    left: 250px;
    bottom: -70px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.6;
    -webkit-animation: moveclouds 35s linear infinite;
    -moz-animation: moveclouds 35s linear infinite;
    -o-animation: moveclouds 35s linear infinite;
}

.x4 {
    left: 200px;
    bottom: 20px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.65;
    -webkit-animation: moveclouds 18s linear infinite;
    -moz-animation: moveclouds 18s linear infinite;
    -o-animation: moveclouds 18s linear infinite;
}

.x5 {
    left: 200px;
    top: 300px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
    -webkit-animation: moveclouds 30s linear infinite;
    -moz-animation: moveclouds 30s linear infinite;
    -o-animation: moveclouds 30s linear infinite;
}

@-webkit-keyframes moveclouds {
    0% {
        margin-left: 1000px;
    }

    100% {
        margin-left: -1000px;
    }
}

@-moz-keyframes moveclouds {
    0% {
        margin-left: 1000px;
    }

    100% {
        margin-left: -1000px;
    }
}

@-o-keyframes moveclouds {
    0% {
        margin-left: 1000px;
    }

    100% {
        margin-left: -1000px;
    }
}

.accept-wording-container {
    vertical-align: super;
}

.btn-primary {
    border-radius: 8px;
    background-color: #ffeeee;
    border: 1px solid #ffeeee;
    color: #ff5f5f;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
        background-color: #ff5f5f;
        border-color: #ff5f5f;
        color: #FFFFFF !important;
    }


textarea {
    -webkit-appearance: none;
}

input[type=text] {
    -webkit-appearance: none;
}

.btn-onboarding-choice {
    color: #ff5f5f !important;
    background: #ffeeee;
    border-radius: 50px !important;
    padding: 6px 12px;
    line-height: 1.75;
}

    .btn-onboarding-choice:hover {
        background: #fde3e3;
    }