﻿
#langFlag {
    float: left;
    margin: 0;
    padding: 4px 0 0 0;
}

.title br, .subtitle br {
    display:inherit;
}

.dropdown-toggle {
    white-space: nowrap;
    display: inline-block;
    width: 30px;
    float: right;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 6rem;
    padding: 0 0 0 5px;
    margin: 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.lng {
    float: right;
    padding: 6px 6px 0 3px;
    width: 22px;
}

.dropdown-menu a {
    color: #000;
    text-decoration: none;
}

    .dropdown-menu a:hover {
        color: #36db54;
        text-decoration: none;
    }

ul.dropdown-menu.dropdown-menu-default.show {
    margin: 0 0 0 -66px;
}

#passwordInput {
    /*width: 93%;*/
    float: left;
    display: inline-block;
}

#repeatPassInput {
    /*width: 93%;*/
    float: left;
}

.input-group-addon {
    padding-top: 14px;
    float: right;
    width: auto;
    margin-top: -47px;
}

a.btn.btn-success {
    background-color: #ccc;
    border-radius: 12px;
    font-size: 13px;
    padding: 3px 10px 4px 10px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

a.btn.btn-lng2 {
    background: #36db54;
    border-radius: 12px;
    font-size: 13px;
    color: #fff;
    padding: 3px 10px 4px 10px;
    font-weight: bold;
    cursor: pointer;
}

.active {
    background-color: #36db54 !important;
    color: #fff !important;
}

.error {
    color: red;
    font-family: verdana, Helvetica;
}

.text-danger {
    color: red;
    font-family: verdana, Helvetica;
}

.input-group-addon {
    float: left;
    width: auto;
    position: relative;
    padding: 16px 0 0 20px;
    margin-top: -47px;
}

#repeatPassInput {
    /*width: 19.5%;*/
    float: left;
    /*position: absolute;*/
}

#passwordInput {
    /*width: 19.5%;*/
    float: left;
    display: inline-block;
    /*position: absolute;*/
}

.errorblock {
    position: relative;
    top: 56px;
    margin: 0 0 46px 0;
}

.inner-subtitle {
    display: block;
    font-size: 38px;
}

@media (max-width:1000px) {
    .input-group-addon {
        margin-top: -52px;
    }
}


@media (max-width: 600px) {
    .slider-container {
        order: 2;
    }

    .form-container {
        order: 1;
    }

    .subtitle, .inner-subtitle
    {
        font-size:40px;
    }

    .approve_terms
    {
        font-size:14px !important;
    }

    .form__confirm.cb_confirm {
        justify-content: normal !important;
    }

}
