*{
    margin: 0px;
    padding:0px;

}
.background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 4;
    overflow: auto;
    background-image: url("/local/templates/login/image/bg.jpg");
}
.center{
    width: 410px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    z-index: 5;
    transform: translate(-50%, -50%);
    margin-left: 0;
    margin-top: 0;
    -webkit-box-shadow: 21px 20px 44px 20px rgba(0, 0, 0, 1);
    -moz-box-shadow: 21px 20px 44px 20px rgba(0, 0, 0, 1);
    box-shadow:21px 20px 44px 20px rgba(0, 0, 0, 1);
    padding: 25px;
}
.center .bx-authform{
    margin: 0px;
}
.button{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: 'roboto_ltregular';
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    width: 130px;
    background-color: #ed1c24;
    border-collapse: collapse;
    outline: none;
    -webkit-box-sizing: content-box;
    border: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    font: normal normal 14px "roboto_ltregular" , arial , sans-serif;
    -webkit-font-smoothing: antialiased;
}

.float-left{
    float: left;
}
.register{
    font: normal normal 14px "roboto_ltregular" , arial , sans-serif;
    width: 40%;
    text-align: right;
    float: right;
    display: inline-block;
    line-height: 46px;
}
.float-center{
    margin: auto;
    width: 36%;
}
h3{
    text-align:center;
    font-size: 1.5em;
}
form{
    margin: 0px;
}
body .bx-authform-link-container{
    padding: 0px;
}
h3{
    color:#cc3300;
    font: normal normal 25px "roboto_ltregular" , arial , sans-serif;
}
.text{
    text-align: center;
    margin: 25px 0px;
}
.alert-success, .alert-warning{
    display: none;
}
.small{
    margin-top: 60px;
    font-size: 13px;
}
.select2-container--default .selection .select2-selection--single{
    height: 38px;
    padding-top: 4px;
}
.select2-container--default .selection .select2-selection--single .select2-selection__arrow{
    top: 6px;
}
.bx-title{
    margin-bottom: 25px;
}
.register .btn{
    line-height: 40px;
    background-color: #000;
}
.register.center-button{
    margin: 0 auto;
    width: 130px;
    float: unset;
    position: relative;
    display: block;
}
.red .button{
    background-color: #cc3300;
}

.register-in {
    width: auto;
}

.forgot-password-link {
    padding-left: 18px;
    color: #736d6d;
    text-decoration: none;
}

.black-btn {
    line-height: 40px;
    background-color: #000;
}

.register-in a{
    font-weight: normal;
}
@media screen and (max-width:767px) {
    .center .bx-authform{display:inline-block;width:100%;}
    .center{width:75%;position:relative;transform: translate(-50%, 0%);top:50px;}
}
@media screen and (max-width:520px) {
    .center{width:75%;position:relative;transform: translate(-50%, 0%);top:50px;}
}
@media screen and (max-width:360px) {
    .forgot-password-link, .bx-authform input.btn-primary{width:100%;text-align:center;display:inline-block;margin-top:10px;}
    .bx-authform .float-left{width:100%}
}

#myModal {
    width: 600px;
    height: 219px;

    padding: 18px 9px;
    border-radius: 4px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    opacity: 0;
    text-align: center;
    z-index: 999999999999;

}
#myModal #myModal__close {
    width: 21px;
    height: 21px;
    position: absolute;
    font-size: 29px;
    top: 1px;
    right: 11px;
    cursor: pointer;
    display: block;
    margin-top: 10px;
}
#myOverlay {
    z-index: 37;
    position: fixed;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}
#myModal .custom-modal-title {
    margin-top: 25px;
    font-size: 20px;
}
#myModal img {
    max-width: 400px;
    height: auto;
    margin-bottom: 30px;
    max-height: 240px;
}

@media (max-width: 768px) {
    #myModal {
        width: 90%;
        height: 36%;
        min-height: 310px;
    }
    .lang-container {
        width: 100% !important;
    }
    .lang-container:last-of-type {
        margin-top:5%;
    }
}

#myModal #content {
    margin-top: 10px;
}

.choose-lang input[type=submit] {
    margin: 0;
    margin-top: 15px
}

.choose-lang select {
    width: 50%;
    margin: 0 auto;
    color: black;
    border: 1px solid #e7e3e3;
}

.choose-lang h1 {
    font-size: 25px;
    margin-top: 20px;
}

.lang-container {
    width: 49%;
    display: inline-block;
    text-align: center;
}
.choose-lang h2 {
    font-size: 1.866em;
    line-height: 28px;
    margin: 40px 0 26px;
}
.lang-container .btn {
    width: 75%;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 0.933em;
    font-weight: bold;
    text-transform: none;
    text-decoration: none;
    margin: 0 10px 10px 0;
    border: 1px solid;
    border-radius: 2px;
    padding: 9px 20px 11px;
    overflow: hidden;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: #ffffff;
}

#myModal {
    font-family: roboto_ltregular, arial, sans-serif;
}

.lang-container .title-lang {
    margin-left: 10%;
    display: block;
    text-align: left;
    font-size: 14px;
    padding-bottom: 5px
}

#myModal .popup-error {
    color: red;
    font-size: 24px;
    margin-top: 70px;
}