.site-login, .site-signup {
    padding-top: 170px;
    padding-bottom: 70px;
}

#scroll-to-login {
    bottom: 80px;
    position: absolute;
}

.fade.in {
    opacity: 1;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -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);
}

.list-group-item {
    border: 0;
    padding: 5px;
}

.price {
    font-size: 72px;
}

.currency {
    position: relative;
    font-size: 25px;
    bottom: 31px;
}

.pricing-container {
    position: relative;
    margin-top: 170px;
    margin-bottom: 120px;
}

.flag {
    display: inline-block;
    margin-right: 5px;
}

.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}

.payment {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    background-color: #ffffff;
    padding: 0;
    /* max-width: 600px; */
    margin: auto;
}

.products {
    background-color: #f7fbff;
    padding: 25px;
}

.title {
    font-size: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 0.8em;
    font-weight: 600;
    padding-bottom: 8px;
}

.products .item {
    margin-bottom: 1em;
}

.products .total {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding-top: 19px;
    font-weight: 600;
    line-height: 1;
}

.products .price {
    float: right;
    font-weight: 600;
    font-size: 1rem;
}

.products .item p {
    margin-bottom: 0.2em;
}

.submit-form {
    margin-bottom: 1rem;
}

.product-description {
    font-weight: 600;
    opacity: 0.6;
}

.callback-container {
    padding: 10rem 2rem;
}

.site-error {
    margin-top: 170px;
    margin-bottom: 270px;
}

.form-label {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #20a5cd;
    color: #ffff;
}

.or-seperator {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.or-seperator i {
    padding: 0 10px;
    background: #f7f7f7;
    position: relative;
    top: -11px;
    z-index: 1;
}

.forms form {
    margin-bottom: 15px;
    padding: 30px;
}

.forms {
    background: #f7f7f7;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.social-btns {
    margin-left: auto;
    margin-right: auto;
    width: 160px;
}

.form-container {
    padding-top: 170px;
    padding-bottom: 170px;
}

.table-profile {
    width: 93%;
}

.table-buttons {
    padding-bottom: 1.5rem;
}

#form-reset-password .form-group,
#form-add-child .form-group {
    margin-bottom: 2rem;
}

.children-form {
    background: #f7f7f7;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.table-pricing {
    width: 95%;
}

.main-logo-title {
    font-size: 7px;
}

.flag-blok img {
    max-height: 65px !important;
}

.signup-alert-message {
    position: relative;
    top: 120px;
}

.thank-title {
    font-size: 55px;
    color: #28a745;
    margin-top: 70px ;
}

.payment-complete {
    color: #28a745;
    margin-top: 50px;
}
