﻿
@font-face {
    font-family: "Sailec-Light";
    src: url("//db.onlinewebfonts.com/t/2fe381b3d8cf4ee5f331668970d8a65a.eot");
    src: url("//db.onlinewebfonts.com/t/2fe381b3d8cf4ee5f331668970d8a65a.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/2fe381b3d8cf4ee5f331668970d8a65a.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/2fe381b3d8cf4ee5f331668970d8a65a.woff") format("woff"), url("//db.onlinewebfonts.com/t/2fe381b3d8cf4ee5f331668970d8a65a.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/2fe381b3d8cf4ee5f331668970d8a65a.svg#Sailec-Light") format("svg");
}

@font-face {
    font-family: "Sailec-Bold";
    src: url("//db.onlinewebfonts.com/t/61b43418b9624db49ba89da5d1b7eec8.eot");
    src: url("//db.onlinewebfonts.com/t/61b43418b9624db49ba89da5d1b7eec8.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/61b43418b9624db49ba89da5d1b7eec8.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/61b43418b9624db49ba89da5d1b7eec8.woff") format("woff"), url("//db.onlinewebfonts.com/t/61b43418b9624db49ba89da5d1b7eec8.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/61b43418b9624db49ba89da5d1b7eec8.svg#Sailec-Bold") format("svg");
}

@font-face {
    font-family: "Sailec-Medium";
    src: url("//db.onlinewebfonts.com/t/ac9525e5f200f57332b3080d0db9d8f6.eot");
    src: url("//db.onlinewebfonts.com/t/ac9525e5f200f57332b3080d0db9d8f6.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/ac9525e5f200f57332b3080d0db9d8f6.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/ac9525e5f200f57332b3080d0db9d8f6.woff") format("woff"), url("//db.onlinewebfonts.com/t/ac9525e5f200f57332b3080d0db9d8f6.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/ac9525e5f200f57332b3080d0db9d8f6.svg#Sailec-Medium") format("svg");
}

body {
    font-family: Sailec-Bold;
}

h1, h2, h3 {
    font-family: Sailec-Bold;
}

p {
    margin: 20px 0;
}

a {
    color: #828086;
    text-decoration: underline;
    cursor: pointer;
}

    button.primary,
    a.primary {
        background-color: #FFFB00;
        width: 438px;
        height: 52px;
        border-radius: 52px;
        border-color: #FFFB00;
        color: #363144;
        font-weight: bold;
        border: 0;
        outline: none;
        width: 100%;
    }



.site-wrapper {
    background: url(/Template/img/bg-page.png);
    background-repeat: no-repeat;
    background-size: 100%;
    color: #828086;
}

@media only screen and (max-width: 600px) {
    .site-wrapper {
        padding: 25px 20px;
    }
}

@media only screen and (min-width: 600px) {
    .site-wrapper {
        padding: 70px 20px;
    }
}

.body-content {
    font-family: Sailec-Medium;
    max-width: 750px;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    margin: 0px auto;
}

.logo-title {
    font-family: Sailec-Bold;
    text-align: center;
    color: #363144;
}

.logo-subtitle {
    font-family: Sailec-Medium;
    text-align: center;
    color: #363144;
}

.page-title {
    text-align: center;
    color: #363144;
    margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
    .body-content {
        padding: 15px 10px;
    }

    .site-wrapper {
        padding: 25px 20px;
    }

    .logo-title {
        font-size: 30px;
    }

    .subtitle {
        font-size: 15px;
    }

    .page-title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 600px) {
    .body-content {
        padding: 20px 90px;
    }

    .site-wrapper {
        padding: 70px 20px;
    }

    .logo-title {
        font-size: 50px;
    }

    .logo-subtitle {
        font-size: 25px;
    }
}

.nav-tabs {
    border-bottom: 0;
    border-top: solid 1px #f8f8f8;
}

    .nav-tabs > li {
        width: 50%;
        text-align: center;
        margin-bottom: 0;
    }

        .nav-tabs > li > a {
            text-decoration: none;
            font-size: 18px;
            border: 0;
        }


        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            text-decoration: none;
            border: 0;
            border-radius: 0;
            margin-right: 0;
        }

            .nav-tabs > li.active > a,
            .nav-tabs > li.active:hover > a,
            .nav-tabs > li:hover > a,
            .nav-tabs > li.active > a:focus {
                background-color: #f8f8f8;
                text-decoration: none;
                border: 0;
                border-radius: 0;
                margin-right: 0;
                color: #363144;
                font-weight: bold;
            }

.tab-pane {
    background-color: #f8f8f8;
    padding: 20px;
    position: relative;
}
/**** SOCIAL BUTTON  *******/
#gButton {
    display: inline-block;
    background: white;
    color: #444;
    width: 100%;
    height: 52px;
    border-radius: 52px;
    white-space: nowrap;
}

    #gButton:hover {
        cursor: pointer;
    }
/* form starting stylings ------------------------------- */
.group {
    position: relative;
    margin-bottom: 30px;
}

input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
    color: #363144;
}

    input:focus {
        outline: none;
    }

/* LABEL ======================================= */
label {
    color: rgba(54, 49, 68, 0.3);
    font-size: 17px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.tab-content label {
    top: 12px;
    font-size: 16px;
}
/* active state */
input:focus ~ label, input:valid ~ label {
    top: -10px;
    font-size: 12px;
    color: rgba(54, 49, 68, 0.3);
}

.tab-content input:focus ~ label, .tab-content input:valid ~ label {
    top: -1px;
    font-size: 12px;
    color: rgba(54, 49, 68, 0.3);
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #363144;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}
