@import url(/style/normalize.css);

@font-face {
    font-family: 'Gotham-example';
    src: url("../fonts/GothamPro.woff") format("woff");
    font-weight: normal;
}

@font-face {
    font-family: 'Gotham-example';
    src: url("../fonts/GothamProBold.woff") format("woff");
    font-weight: bold;
}

@font-face {
    font-family: 'Gotham-example';
    src: url("../fonts/GothamProMedium.woff") format("woff");
    font-weight: 600;
}

.star {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .star:before, .star:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

.home-container {
    height: 490px;
    /*background: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#6e88d2));
    background: linear-gradient(to bottom right, #ffffff, #6e88d2);*/
    overflow: hidden;
    font-size: 13px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: Gotham-example, arial;
    opacity: 1;
    border: 1px solid #cccccc;
    border-top: none;
}

.header-content {
    max-width: 95%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    position: relative;
    height: 490px;
    /*-ms-flex-line-pack: center;
    align-content: center;*/
}

    .header-content .home-header-right {
        /*top: 40%;*/
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
        position: relative;
    }

        .header-content .home-header-right img {
            /*width: 550px;*/
        }

    .header-content .header-left {
        padding-right: 20px;
    }

    .header-content .logo {
        padding-bottom: 7vh;
    }

    .header-content h1 {
        font-weight: bold;
        font-size: 44px;
        color: #424242;
        width: 760px;
        line-height: 1.15;
        margin: 0;
    }

    .header-content h2 {
        margin: 0;
        padding-top: 3vh;
        font-weight: 600;
        padding-bottom: 5vh;
        font-size: 24px;
        line-height: 1.2;
        color: #424242;
        width: 100%;
    }

.button-home {
    display: inline-block;
    border: none;
    color: #fff;
    text-decoration: none;
    background-color: #3e58a2;
    padding: 25px 100px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 10px;
    text-align: center;
    position: relative;
    outline: none;
    -webkit-transition: background-color .1s ease;
    transition: background-color .1s ease;
    cursor: pointer;
}

    .button-home::after {
        -webkit-transition: background-color .2s ease;
        transition: background-color .2s ease;
        position: absolute;
        content: '';
        height: 4px;
        bottom: 0;
        width: 100%;
        background-color: #7a8fcc;
        opacity: .18;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        left: 0;
    }

    .button-home:focus, .button-home:hover {
        text-decoration: none;
        color: #fff;
    }

    .button-home:hover {
        background-color: #374e90;
    }

        .button-home:hover::after {
            opacity: .22;
        }

    .button-home:active {
        background-color: #30447d;
    }

        .button-home:active::after {
            opacity: .32;
        }

.logo-lp img {
    width: 51px;
}

.nd-p {
    color: #424242;
}

.button-lp {
    margin-top: 20px;
    padding: 10px 50px;
}

    .button-lp:last-child {
        margin-left: 30px;
    }

.white-popup-block {
    background-color: #fff;
    text-align: center;
    width: 500px;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    line-height: 1.65;
    zoom: 0.85;
}

.logo-form {
    height: 70px;
    margin-top: 10px;
}

.nd-h3 {
    font-size: 22px;
    color: #424242;
    margin: 0;
    display: block;
}

.nd-span {
    color: #949494;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.nd-li {
    list-style-type: none;
    margin-top: 20px;
}

.nd-li-10 {
    list-style-type: none;
    margin-top: 10px;
}

.row-input {
    /*clear: both;
    margin-left: 85px;*/
}

.row-input-mg85 {
    clear: both;
    margin-left: 85px;
}

.nd-label {
    color: #b7b7b7;
    font-weight: 600;
    float: left;
    margin-left: 15px;
    width: 130px;
}

.nd-label-85 {
    color: #b7b7b7;
    font-weight: 600;
    float: left;
    margin-left: 15px;
    width: 100px;
    text-align: right;
}

.nd-label:active {
    color: #25c025;
}

.nd-input, .nd-input[type='text'], .nd-select {
    border: none;
    border-bottom: 1px solid #bebebe;
    padding: 5px;
    padding-top: 0;
    color: #545454;
    font-family: Gotham-example, sans-serif;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    width: 300px;
    height: 23px;
}

    .nd-input::-webkit-input-placeholder {
        color: #C4C4C4;
        font-family: Gotham-example, sans-serif;
        font-size: 14px;
        font-weight: bold;
    }

    .nd-input:-ms-input-placeholder {
        color: #C4C4C4;
        font-family: Gotham-example, sans-serif;
        font-size: 14px;
        font-weight: bold;
    }

    .nd-input::-ms-input-placeholder {
        color: #C4C4C4;
        font-family: Gotham-example, sans-serif;
        font-size: 14px;
        font-weight: bold;
    }

    .nd-input::placeholder {
        color: #C4C4C4;
        font-family: Gotham-example, sans-serif;
        font-size: 14px;
        font-weight: bold;
    }

.home-container input:focus {
    color: #545454;
    border-bottom: 2px solid #25c025;
}

.floatnone {
    float: none;
    margin: 0;
}

span.remember input {
    width: initial;
    margin-top: 27px;
    margin-bottom: 30px;
    vertical-align: middle;
}

.nd-a {
    padding-left: 20px;
    color: #b7b7b7;
    font-weight: bold;
}

    .nd-a:hover {
        color: #545454;
    }

/*.home-container button {
    width: 300px;
    margin-bottom: 20px;
}*/

.sing {
    color: #00a8ff;
    padding: 0;
}

.yet {
    font-weight: normal;
    font-size: 16px;
}

fieldset {
    padding-bottom: 50px;
}

.button-sign {
    margin-top: 30px;
    padding: 15px 50px;
}

.button-login {
    padding: 15px 50px;
}

.home-header-right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

    .home-header-right .home-header-right-left img {
        height: 255px;
        width: initial;
        position: absolute;
        bottom: -30px;
        margin-left: 6px;
    }

    .home-header-right .home-header-right-right {
    }

        .home-header-right .home-header-right-right img {
            height: 255px;
            width: initial;
            position: absolute;
            bottom: -30px;
            right: -16px;
        }

.speech-bubble, .speech-bubble2 {
    position: absolute;
    /*background: #3e58a2;*/
    z-index: 1;
    /*width: 280px;*/
    height: 220px;
    border-radius: 3em;
    width: 225px;
    /*height: 160px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: 225px 230px;
}

.speech-bubble {
    background-image: url('/images/speech-bubble-left.png');
    bottom: 170px;
    left: 0px;
}

.speech-bubble2 {
    background-image: url('/images/speech-bubble-right.png');
    bottom: 170px;
    right: 0px;
}

.bubble-text-container {
    align-items: center;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.speech-bubble p, .speech-bubble2 p {
    margin: 0 auto;
    color: #FFF;
    /*color: #000;*/
    padding: 7px 15px;
    font-size: 12px;
    line-height: 1.2;
}

/*.speech-bubble:after, .speech-bubble2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 35px solid transparent;
  border-top-color: #3e58a2;
  border-bottom: 0;
  border-left: 0;
  margin-left: -17.5px;
  margin-bottom: -35px;
}*/

/*.speech-bubble2 {
  left: -10px;
}*/

.captions2, .captions3 {
    display: none;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    /**/
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    /**/
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    /**/
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    /**/
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    /**/
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    /**/
}
/*# sourceMappingURL=main.css.map */


.spinner {
    /* Spinner size and color */
    width: 1.2rem;
    height: 1.2rem;
    border-top-color: #444;
    border-left-color: #444;
    /* Additional spinner styles */
    animation: spinner 400ms linear infinite;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

/* Animation styles */
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner-slow {
    animation: spinner 1s linear infinite;
}

.spinner-blue {
    border-top-color: #09d;
    border-left-color: #09d;
}
