.logo {
    width: 70px;
}
.logo a {
    display: block;
}
.logo img {
    width: 100%;
    height: auto;
}
.register-progress__label{
    display: block;
    width: max-content;
    text-align: center;
}
.payment-section-register {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    max-width: 500px;
    width: 100%;
    padding: 33px 90px 50px 90px;
    -webkit-transition: right 0.3s ease-in;
    -o-transition: right 0.3s ease-in;
    transition: right 0.3s ease-in;
    margin: 0 auto;
}
.payment-section-register input::placeholder{
    color: #828282;
    opacity: 1;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.payment-section-register input{
    color: #000;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.tile-successful-num{
    min-width: 48px;
    min-height: 48px;
    background: #1665D8;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: min-content;
    height: min-content;
    margin-right: 20px;
}
.tile-successful .tile-successful-text{
    padding-top: 5px;
}
@media only screen and (max-width: 600px) {
    .logo {
        width: 60px;
    }
    .register-progress__label{
        width: min-content;
    }
    .payment-section-register {
        padding-right: 10%;
        padding-left: 10%;
    }
    .tile-successful-num{
        min-width: 32px;
        min-height: 32px;
        font-size: 16px;
        margin-right: 10px;
    }
    .tile-successful .tile-successful-text{
        padding-top: 0;
    }
}

.brand-heading {
    color: #99cbff !important;
}

.indent-p {
    margin: 30px 0;
}

.btn-linkedin-logo {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
}
.btn-linkedin-logo,
.btn-linkedin-logo img {
    width: 105px;
    height: 26px;
}

.snw-btn {
    position: relative;
}

.snw-btn-icon-block {
    position: absolute;
    left: 0;
    height: 100%;
    width: 40px;
    border-right: 1px solid #ffffff61;
}

.snw-btn-icon-block i {
    font-size: 25px;
    line-height: normal;
    height: auto;
    width: auto;
    margin: 0 !important;
}

/* ---- FORMS ---- */

.form-container {
}
.form-container .logo {
    margin: 30px auto 20px;
}
.form-container h1 {
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
}

.form-pane {
    background-color: #f4f4f4;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.form-pane,
.form-nonepane {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 380px;
    padding: 25px 20px;
    margin: 0 auto;
}

.form-footer {
    margin-bottom: -10px;
    padding-top: 10px;
    font-size: 13px;
}
.form-pane b {
    white-space: nowrap;
}

.form-bage {
    display: inline-block;

    padding: 0 7px;
    font-size: 13px;
    white-space: nowrap;
    /*	background-color:#fff;
	color:#000;*/
    background-color: #5789bf;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.form-group .form-bage {
    position: absolute;
    top: 5px;
    right: 5px;

    line-height: 30px;
    /*	background-color:#e0f1ff;*/
}

@media only screen and (max-width: 600px) {
    .form-pane,
    .form-nonepane {
        width: 90vw;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding-top: 20px;
    }
}
@media only screen and (max-height: 640px) {
    .form-container .logo {
        margin-top: 25px;
    }
}

/* vertical/horizontal align helper */

.form-alignment-wrapper {
    position: relative;
    min-height: 100vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-alignment-wrapper .form-container {
    position: relative;
    left: inherit;
    top: inherit;
    /*margin:0 0 0 -190px; !* IMPORTANT: half width of .form-pane *!*/
}

.page-login .form-alignment-wrapper .form-container {
    /* top:15%; */
}

@media screen and (max-width: 600px), screen and (max-height: 600px) {
    .form-alignment-wrapper {
        min-height: 0;
    }
    /*.form-alignment-wrapper .form-container {*/
    /*	position:static;*/
    /*	margin:20px auto 0;*/
    /*}*/
}

/* ---------------------------------------------------------
 * P A G E S
 * ---------------------------------------------------------- */

/* ---- FREE TRIAL ---- */

.page-freetrial {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    min-height: 100vh;

    background: #F9F9F9;
    background-size: cover;
    display: flex;
    flex-flow: column;
    align-items: center;
    color: #3E3F42;
    font-family: 'Roboto', sans-serif;

}
.page-freetrial *{
    box-sizing: border-box;
}
.page-freetrial .wrapper {
    position: relative;
}

.page-freetrial .theme-alt {
    padding: 40px 20px;
    width: 50%;
}
.page-freetrial .theme-alt h1 {
    font-size: 46px;
}
.page-freetrial .theme-alt h2 {
    font-size: 26px;
}

.page-freetrial .register-form-pane {
    position: relative;
    margin-top: 40px;
    border: none;
    width: 100%;
    margin: 0 auto;
}
.register-form-page-step-2 .register-form-pane {
    margin-top: 0;
}

@media screen and (min-width: 800px) {

}

.page-freetrial .form-pane {
    position: relative;
    margin-top: 40px;
    border: none;
    width: 30%;
}
.page-freetrial input[type="checkbox"] + .form-label {
    font-size: 12px;
}

.page-freetrial h1.await {
    font-size: 18px;
    color: white;
    text-align: center;
}

@media only screen and (max-width: 820px) {
    .page-freetrial .theme-alt {
        padding-top: 20px;
        width: auto;
    }
    .page-freetrial .form-pane {
        width: 95%;
        /*position:static;*/
    }
    .page-freetrial .theme-alt h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .page-freetrial .theme-alt h2 {
        font-size: 20px;
    }
}

/* ---- LOGIN ---- */

.page-login {
}

.page-login .freetrial-adv {
    padding: 30px 0;
    text-align: center;
}
.page-login .freetrial-adv .btn {
    margin-left: 15px;
}

.page-login .theme-alt {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
    padding: 80px 0 40px 40px;

    background: #115e85 url("../img/cloud.png") no-repeat 100% 50%;
    background-size: cover;
}
.page-login .theme-alt h1 {
    width: 100%;
    font-size: 34px;
    line-height: normal;
}
.page-login .theme-alt p {
    width: 90%;
}

/* Right Side Styles */
.button-grid {
    position: absolute;
    bottom: 10px;
}

.button-grid p {
    font-size: 10px;
}

.button-grid .btn-alt {
    margin-bottom: 10px;
}

.button-grid .btn + .btn {
    margin-left: 0;
}
.button-grid .btn {
    margin-right: 10px;
}

h1 small {
    font-size: 15px;
    position: absolute;
    margin: 10px 5px;
}

@media only screen and (max-width: 820px) {
    .page-login.colpane > [class*="col"] {
        float: none;
        width: auto !important;
    }
    .page-login .theme-alt {
        display: none;
    }
}

/* ---- FORGOT ---- */

.page-forgot-password {
}

.page-forgot-password ul {
    margin: 0.5em 0 0.5em 1.5em;
    list-style: disc;
    font-size: 13px;
}
.page-forgot-password li + li {
    margin-top: 5px;
}
.page-forgot-password .btn {
    width: 45%;
}

/* ---- ACTIVATE ---- */

.page-activate {
}

.page-activate h1 {
    font-size: 22px;
}

/* ---- SUCCESS ---- */

.page-success {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    min-height: 100vh;
    padding: 40px 20px;

    background: #115e85 url("../img/cloud.png") no-repeat 50% 50%;
    background-size: cover;
}

.page-success .wrapper {
    max-width: 650px;
}
.page-success p + p {
    margin-top: 10px;
}

@media only screen and (max-width: 600px) {
    .page-success h1 {
        font-size: 30px;
    }
}

.page-freetrial .form-pane .form-stretch .input-group-addon,
.page-freetrial .register-form-pane .form-stretch .input-group-addon {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    line-height: 24px;
    font-size: 14px;
    padding: 8px 16px !important;
    border: 1px solid #E2E5ED !important;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px 0 rgba(102,113,123,0.21);
    height: 100%;
}
.page-successful-all .row,
.register-form-pane .row {
    margin-top: 10px;
    display: flex;
}

.page-successful-all .row .col-md-6:first-child,
.register-form-pane .row .col-md-6:first-child {
    padding-right: 5px;
}
.page-successful-all .row .col-md-6:last-child,
.register-form-pane .row .col-md-6:last-child {
    padding-left: 5px;
}
#payment-processing-icon,
#payment-complete-icon {
    display: none;
    color: #fff !important;
}
#payment-section-close {
    position: absolute;
    cursor: pointer;
    top: 10px;
    left: 15px;
    font-size: 20px;
    color: rgb(204, 204, 204);
}
.payment-section-register .subscription-group {
    display: flex;
    margin-bottom: 35px;
}
.payment-section-register .subscription-radio {
    display: none;
}
.payment-section-register .subscription-label {
    display: block;
    cursor: pointer;
    flex: 1;
    text-align: center;
    border: 1px solid #ccc;
    padding: 0.6em 0;
}
#subscriptionChoice1:checked ~ label[for="subscriptionChoice1"],
#subscriptionChoice2:checked ~ label[for="subscriptionChoice2"],
#subscriptionChoice3:checked ~ label[for="subscriptionChoice3"] {
    border-color: #12C853;
    color: #12C853;
}
label[for="subscriptionChoice1"] {
    border-radius: 2px 0px 0px 2px;
}
label[for="subscriptionChoice3"] {
    border-radius: 0 2px 2px 0;
}

.payment-form-register {
    width: 100%;
}
.payment-form-register .stripe-element-wrap {
    -webkit-appearance: none;
    margin-bottom: 8px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-weight: 400;
}
#card-errors {
    color: red;
}
.payment-submit-btn {
    margin-top: 20px;
    margin-left: auto;
    width: 100% !important;
}
.col-md-6 {
    float: left;
    width: 50%;
}
.col-md-3 {
    float: left;
    width: 25%;
}
.col-md-12 {
    float: left;
    width: 100%;
}

.page-freetrial h1.title {
    font-size: 40px;
    margin: 0 auto;
    width: 700px;
    text-align: center;
    /* padding-top: 60px; */
}

.page-freetrial h3.subtitle {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    margin: 20px auto;
    width: 440px;
}
.small-title {
    font-size: 14px;
    line-height: 24px;
    color: #717275;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: left;
}
.form-register-container {
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    width: 100%;
    max-width: 720px;
    padding: 35px 145px 90px 145px;
    display: flex;
    flex-flow: column;
    text-align: center;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .page-freetrial h1.title {
        font-size: 25px;
        color: white;
        margin: 0 auto;
        width: 352px;
        /* padding-top: 20px; */
    }

    .page-freetrial h3.subtitle {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        color: white;
        margin: 20px auto 0;
        width: 340px;
    }
    .page-freetrial .form-pane {
        /* height:520px; */
        margin-top: 20px;
    }
    .row {
        margin-top: 10px;
        display: block;
    }
    .row .col-md-6:first-child,
    .row .col-md-6:last-child,
    .row .col-md-12 {
        padding-right: 0;
        padding-left: 0;
        padding-top: 10px;
        float: left;
        width: 100%;
    }
    .form-register-container{
        max-width: 600px;
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
}
.capital-brackets {
    position: relative;
    bottom: 5px;
}

.page-successful-all .logo.page-successful {
    padding: 5px 5px 0 6px;
    background: white;
}
.logo.page-successful {
    /* margin-right: 20px; */
}
.page-successful-header {
    display: flex;
    justify-content: center;
    align-items: center;
}
h1.page-successful {
    font-size: 45px;
    color: white;
    margin: 0 auto;
    /* width: 1000px; */
    padding-top: 100px;
    text-align: center;
}
.page-successful-header h1.page-successful {
    margin: 0;
    padding-top: 0;
}
h3.page-successful {
    color: #3E3F42;
    margin: 0 auto;
    /* width: 1000px; */
    padding-top: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
div.tile-successful {
    background: none;
    color: #3E3F42;
    width: 100%;
    display: flex;
}
div.tile-successful h3{
    font-size: 20px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 15px;
}
div.tile-successful p {
    font-size: 16px;
    line-height: 24px;
    color: #9EA0A5;
}
div.tile-successful + div.tile-successful{
    margin-top: 30px;
}
.tile-successful-img {
    display: flex;
    padding-bottom: 20px;
}
.tile-successful-img img {
    height: 90px;
    margin: 0 auto;
}
.tile-successful-text h3 {
    font-size: 20px;
}
.tile-successful-text a {
    color: #4dbaff;
}
.tile-successful-text a:hover {
    text-decoration: underline;
}
.login-successful {
    /* margin-left: 50px; */
    display: block;
    width: 200px;
    margin: 0 auto;
    color: white !important;
}
.window-shadow {
    position: fixed;
    background: #000;
    opacity: 0.5;
    z-index: 1040;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}
/* Spinner */
.loader {
    display: none;
    z-index: 9001;
    top: 44%;
    left: 50%;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: fixed;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff,
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.5),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7),
            1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff,
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.7),
            1.75em 1.75em 0 0em #ffffff,
            0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.5),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7),
            0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff,
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.5),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7),
            -2.6em 0em 0 0em #ffffff,
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.7),
            -1.8em -1.8em 0 0em #ffffff;
    }
}

@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff,
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.5),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7),
            1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff,
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.7),
            1.75em 1.75em 0 0em #ffffff,
            0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.5),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7),
            0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff,
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.5),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7),
            -2.6em 0em 0 0em #ffffff,
            -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
            1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
            2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
            1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
            0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
            -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5),
            -2.6em 0em 0 0em rgba(255, 255, 255, 0.7),
            -1.8em -1.8em 0 0em #ffffff;
    }
}
#wait {
    display: none;
    text-align: center;
}
#created {
    display: none;
    text-align: center;
}

div.hr,
div.hr .line,
div.hr .text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;

    width: 100%;

    color: #4678ae;
    text-shadow: 0 1px fade(#4678ae, 40%);
}
div.hr {
    flex-direction: column;
    margin: 15px 0;
}
div.hr .text div {
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #4678ae;
}
div.hr .line div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}
div.hr .line div:first-child,
div.hr .line div:last-child {
    position: relative;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}
div.hr .line div:first-child {
    margin-right: 20px;
}
div.hr .line div:last-child {
    margin-left: 20px;
}
div.hr .line div:first-child:before,
div.hr .line div:last-child:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;

    height: 1px;

    background-color: #4678ae;

    -webkit-box-shadow: 0 1px 0 fade(#4678ae, 20%);
    -moz-box-shadow: 0 1px 0 fade(#4678ae, 20%);
    box-shadow: 0 1px 0 fade(#4678ae, 20%);
}

.google-color-btn {
    background: #d9534f;
}
.google-color-btn:hover {
    background: #e33b36;
}

.linkedin-color-btn {
    background: #3b5998;
}
.linkedin-color-btn:hover {
    background: #3660b8;
}

.twitter-color-btn {
    background: #5bc0de;
}
.twitter-color-btn:hover {
    background: #29b5df;
}

.facebook-color-btn {
    background: #428bca;
}
.facebook-color-btn:hover {
    background: #2580cf;
}

.snw-block {
    display: flex;
    margin-top: 20px !important;
}
.page-freetrial h1, h2, h3, h4, h5{
    font-family: inherit;
    text-transform: none;
    color: inherit;
}
.btn {
    font-size: 15px;
}

.slide_from_bottom {
    position: relative;
    width: 100vw;
    overflow: hidden;
}
.slide_from_bottom > div {
    animation: 0.5s ease-out 0s 1 slideInFromBottom;
}

@keyframes slideInFromBottom {
    0% {
        opacity: 0;
        transform: translateY(100vh);
    }
    75% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.oauth-signin {
    margin-top: 10px;
}
.snw-btn {
    margin: 5px;
}

.form-group.legal-container {
    margin-top: 15px;
}
.form-group.legal-container #legal {
    margin-left: 2px;
}
.g-wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.g-recaptcha {

}
.tos {
    margin: auto;
}
.row.tos {
    margin-top: 5px;
}
.modal-dialog {
    margin-top: 45px;
}

.modal-body {
    overflow: auto;
    max-height: calc(100vh - 165px);
}
.modal-header {
    background: #e4e4e4;
    border-color: #d4d4d4;
    padding: 5px 15px;
}
.modal-header .close {
    margin-top: 3px;
}
.modal-title {
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
}
.modal-footer {
    padding: 7px 15px 8px;
}
.modal-content {
    border: 8px solid rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
.modal-body {
    padding: 20px 15px;
}
.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
}
.modal-open .modal {
    overflow-y: scroll;
}
.btn-support-custom {
    position: fixed;
    right: 15px !important;
    bottom: 15px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    opacity: 0.8;
    border-radius: 100px !important;
    z-index: 1000;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    margin: 0;
}
@media (max-width: 321px) {
    .wrapper {
        max-width: 300px;
        margin: 15px auto;
    }
    .page-freetrial h1.title {
        font-size: 20px;
    }
    .page-freetrial h3.subtitle {
        font-size: 12px;
        margin: 15px auto 0;
        width: auto;
        text-align: center;
    }
    .page-freetrial .register-form-pane {
        margin-top: 10px;
    }
    .page-successful-all .row,
    .register-form-pane .row {
        margin-top: 0px;
    }
}
@media (max-width: 367px) {
    .col-md-6.tos.g-wrapper {
        display: flex;
        justify-content: center;
    }
    .g-wrapper{
        justify-content: center;
    }
    .g-recaptcha {
        transform: scale(0.8);
    }
}

.login-oauth-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.reg-here-btn a {
    margin-left: 8px;
}
.login-oauth-container .oauth-btn {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.ml-0 {
    margin-left: 0 !important;
}
.ml-a {
    margin-left: auto;
}
#register-user .form-stretch {
    overflow: inherit;
}
.page-login .reg-here-btn {
    padding-top: 30px;
    text-align: center;
}
.display-flex {
    display: flex;
}
.form-group.display-flex {
    font-size: 13px;
}

.d-flex{
    display: flex;
}
.justify-content-start{
    justify-content: flex-start;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-between{
    justify-content: space-between;
}
.align-items-center{
    align-items: center;
}
.flex-column{
    flex-flow: column;
}
.flex-grow-1{
    flex: 1;
}
.flex-wrap{
    flex-wrap: wrap;
}
.position-relative{
    position: relative;
}
.page-freetrial #wait,
.page-freetrial #created{
    position: fixed;
    top: 44%;
    z-index: 9003;
}
.page-freetrial #wait h3,
.page-freetrial #created h3{
    color: #BCBCBC;
}
.radio-btn-custom__control{
    display: block;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      border: 0.1em solid gray;
      display: flex;
      justify-content: center;
      align-items: center;
}
.radio-btn-custom__control::before {
    content: "";
     width: 50%;
     height: 50%;
     background: gray;
     border-radius: 50%;
     transition: 180ms transform ease-in-out;
     transform: scale(0);
}
.radio-btn-custom:checked+label .radio-btn-custom__control::before{
    transform: scale(1);
}
