html, body {
    min-height: 100%;
    height: 100%;
}

body {
  /*  background: transparent url('../img/bg_img.png') no-repeat scroll 0 2px/17px;
    background-size: auto;*/
 /*   height: auto !important;
    min-height: max-content;*/

/*    background: transparent url('../img/bg_img.png') no-repeat scroll 0px 0px/17px;
    background-size: cover;*/
}
h2 {
    margin: 45px 0 0 0;
    font-size: 24px;
    font-weight: 700;
    /*color: #d7a9c0;*/
    color: white;
    line-height: 20px;
}
label {
    color: #e7bad1;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 4px;
    margin-top: 14px;
}

.logo-login {
    width: 95%;
}
.logo-link{
    display: block;
}
.login-wrapper {
    width: 100vw;
    /*height: 100vh;*/
    min-height: 100vh;
    background: transparent url('../img/bg_img.png') no-repeat scroll 0 0/17px;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.login-wrapper .container {
    display: flex;
    position: relative;
}
.login-form-wrapper{
    display: flex;
    justify-content: center;
    background: transparent url('../img/bg_img.png') no-repeat scroll 0 0/17px;
    background-size: cover;
    position: relative;
}
.slider-container {
    width: 520px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.left-container{
    width: 520px;
    color: white;
    display: flex;
    flex-flow: column;
  /*  justify-content: center;
    align-items: center;
   */
}
.left-container .logo-link{
    margin-top: 180px;
}
.left-container .form-title{
    font-size: 48px;
    font-weight: lighter;
    margin: 105px 0 0 0;
}
.slider-cell {
    width: 100%;
    padding-top: 130px;
}
.slider-cell .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.slider-cell .info-text{
    font-size: 48px;
    font-weight: lighter;
}

.slider-container h2 {
    color: white;
}

.header-language a {
    color: black;
}

.login-container {
    background-color: rgba(0, 0, 0, 0.30);
    height: 100vh;
    display: inline-flex;
    align-items: center;
    position: relative;
    min-height: 675px;
}
#html_element{
    margin-top: 40px;
}
.right-container {
    background-color: rgba(0, 0, 0, 0.40);

    display: inline-flex;
    align-items: center;
    position: relative;
}
.right-container.registration{
    padding-top: 140px;
}
.table-buttons{
    margin-top: 40px;
    margin-bottom: 90px;
}
.table-wire {
    width:100% !important;
    margin: 0px;
}
.registration tbody{
    display: flex;
    flex-flow: column;
}
.registration tbody tr{
    display: flex;
    flex-flow: column;
}
.registration tbody tr > *{
    display: flex;
    width: 100% !important;
    padding: 0px !important;
}
.registration tbody nobr{
    position: relative;
    width: 100% !important;
}
.registration .tooltip {
    cursor: help;
    position: absolute;
    right: 5px;
    width: 20px;
    height: 20px;
    background-color: #8a7c91;
    color: white;
    border-radius: 40px;
    text-align: center;
    line-height: 20px;
    border: none;
    padding: 0px;
    top: 12px;
    font-size: 13px;
    font-weight: 300;
}

.form-container{
    background-color: rgba(0, 0, 0, 0.40);
    position: relative;
    min-height: 100vh;
}

.apply-for-account {
    height: 70px;
    background-color: rgba(0, 0, 0, 0.30);
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    left: 0;

}

.apply-for-account .in-line {
    padding: 0 54px;
    display: flex;
    align-items: center;
}

.apply-for-account a:first-child {
    color: #d7a9c0;
    margin-right: 10px;
}

.apply-for-account a:last-child {
    color: white;
    margin-left: 10px;
}

.apply-for-account a {
    padding: 7px 10px;
    position: relative;
}

.apply-for-account .line {
    width: 1px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.38);
}

.login {
    width: 510px;
}

.registration {
  /*  width: 750px;
    margin: 75px auto 110px auto;
    display: block;
    text-align: left;
    !*min-height: calc(100vh - 195px);*!
    position: relative;
    z-index: 7;*/
}
.app-label{
    color: #d1d1d1 !important;
}

/*.registration .logo-login{
    position: relative;
    top: unset;
    left: unset;
    height: auto;
    margin-top: 42px;
    margin-left: 43px;
    margin-bottom: 38px;

    width: auto;
    display: inline-block;
}
.registration .logo-login img{
  width: 270px;
}*/
.container .all-rights-reserved{
    height: 70px;

    bottom: 0;
    display: flex;
    align-items: center;
    left: 0;

    font-size: 13px;
    font-weight: 300;
    color: #d7a9c0;
    position: absolute;
}
.form-container .all-rights-reserved{
    height: 70px;
    background-color: rgba(0, 0, 0, 0.30);



    padding-left: 20px;
    font-size: 13px;
    font-weight: 300;
    color: #d7a9c0;

    z-index: 9;

    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    width: calc(100% - 20px);
    left: 0;
}
.login-header {
    padding: 0 54px;
    margin-bottom: 90px;
}

.form-header {
    padding: 0 54px;
}

.form-title{
    margin: 65px 0 0 0;
    color: white;
    font-stretch: expanded;
    font-size: 31px;
    font-weight: 700;
}
.login-lang {
    /*position: absolute;
    top: 30px;
    right: 16px;
    width: 34px;
    height: 34px;
    margin: 0;
    float: right;*/
}


.header-language-login {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    line-height: 34px;
    margin-right: 20px;
    text-decoration: none;
    background-image: url("img/arrow_down.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 10px 6px;
}

.login-content, .login-footer {
    padding: 0 54px;
}

.registration .login-content {
    padding-bottom: 0;
}

.login-content h1 {
    margin: 0;
    padding: 20px 0;
    color: #403e65;
}

.login-content .input-container {
    margin: 0 0 24px 0;
}

.input-user-login {
    padding-left: 50px;
}

.input-login-bg {
    background: url(img/login_username.png) no-repeat 5px 5px;
    background-size: 32px;
    position: absolute;
    z-index: 9;
    width: 45px;
    height: 45px;
}

.input-user-password {
    padding-left: 50px;
}

.input-password-bg {
    margin-top: 7px;
    background: url(img/login_password.png) no-repeat 5px 0px;
    background-size: 32px;
    position: absolute;
    z-index: 10;
    width: 45px;
    height: 45px;
}

.login-forgot {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}
.login-forgot a{
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #d7a9c0;
    position: relative;
}
.login-forgot a:before{
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -5px;
    background-color: #F21C51;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.login-forgot a:hover:before{
    right: 0;
}
.apply-for-account a:hover:before{
    right: 10px;
}
.apply-for-account a:before{
    content: "";
    position: absolute;
    left: 10px;
    right: 100%;
    bottom: 0px;
    background-color: #F21C51;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.login-button {
    margin: 72px 0 20px 0;

}

.login-footer {
    height: 0;
    padding: 10px 24px 10px 24px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #52536b;
}

.login-bank {
    width: 100%;
    padding: 0px 0 20px 0;
    color: #ffffff;
}

/*.login {
	margin-top: 44px !important;
	padding-bottom: 44px !important;
}*/

@media all and (max-height: 533px) {
    .logo-login img {
        /*margin-top: 0 !important;*/
    }

    h1 {
        display: none;
    }

    /*.login-content {*/
        /*padding-top: 10px;*/
        /*padding-bottom: 20px;*/
    /*}*/

    /*.login {
	margin-top: 44px !important;
	padding-bottom: 44px !important;
    }*/
}

@media all and (max-width: 1024px) {
    .registration {
        /*width: 65%;*/
        /*margin: 75px auto 110px auto;*/
    }

    .logo-login {
        position: absolute;
        width: 100%;
        top: 15px;
        left: 0;
        height: 34px;
        z-index: 2;
    }

    .logo-login img {
        margin: 0 0 0 20px !important;
    }
    .slider-container {
        width: 410px;
    }
}


/*768px*/
@media all and (max-width: 1030px) {
    .left-container .logo-link {
        margin-top: 90px;
    }
    .left-container .form-title{
        margin: 75px 0 60px 0;
    }
    .container .all-rights-reserved{
        position: relative;
    }
    .login-wrapper .container {
        display: flex;
        flex-flow: column;
    }
    .registration {
        /*width: 75%;*/
        /*margin: 75px auto 110px auto;*/
    }

    .slider-container {
        width: 510px;
    }
    .slider-cell {
        padding-bottom: 40px;
    }
}

@media all and (max-width: 640px) {
    .container .all-rights-reserved{
        position: relative;
    }
    .logo-login {
        top: 15px;
        left: 6px;
    }

    .registration {
        /*width: 93%;*/
        /*margin: 75px auto 110px auto;*/
    }

    .login-footer {
        padding: 10px 0 10px 20px !important;
    }

    .logo-login img {
        margin-top: 0 !important;
    }

    .slider-container, .login {
        width: 410px;
    }

    .login-wrapper .logo-link img{
        width: 100%;
    }

}

@media all and (max-width: 440px) {
    .container .all-rights-reserved{
        position: relative;
    }
    .login-wrapper .logo-link img{
        width: 100%;
    }
    .slider-container, .login {
        /*width: 310px;*/
    }

    .login-container {
        height: auto;
    }

    .registration {
        /*width: 93%;*/
        /*margin: 75px auto 110px auto;*/
    }

    .login-forgot {


    }

    .login-button {
        margin: 30px 0 24px 0;
    }

    .footer-call-local, .footer-call-ww {
        float: none;
    }

    .footer-call-local {
        margin: 0 0 10px 0;
    }
}

@media all and (min-width: 321px) and (max-width: 360px) {
    .container .all-rights-reserved{
        position: relative;
    }
    .login-wrapper .logo-link img{
        width: 100%;
    }
    .slider-container, .login {
        width: 310px;
    }

    #html_element {
        transform: scale(0.88);
        -webkit-transform: scale(0.88);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        width: 264px;
    }

    .registration {
        /*width: 93%;*/
        /*margin: 75px auto 110px 10px;*/
    }
}

@media all and (max-width: 320px) {
    .container .all-rights-reserved{
        position: relative;
    }
    .login-wrapper .logo-link img{
        width: 100%;
    }
    .slider-container, .login {
        width: 270px;
    }

    #html_element {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        width: 230px;
    }

    .logo-login img {
        margin: 0 0 0 10px !important;
    }

    .registration {
        /*width: 93%;*/
        /*margin: 75px auto 110px 10px;*/
    }
}


.custom-navigation{
    position: relative;
    margin-top: 35px;
}




/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  /*  font-family: 'flexslider-icon';
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;*/
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
/*    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;*/
    position: relative;
    zoom: 1;
/*    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
@-moz-document url-prefix() {
    .loading .flex-viewport {
        max-height: none;
    }
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
    content: '\f002';
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: '\f003';
}
.flex-control-nav {
/*    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;*/
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: rgba(102, 102, 102, 0);
    cursor: pointer;
    text-indent: -9999px;
    box-shadow: none;
    border-radius: 20px;
    border: 1px solid #d795b1;
}
.flex-control-paging li a:hover {
    background: rgba(215, 149, 177, 0.57);

}
.flex-control-paging li a.flex-active {
    background: #d795b1;
    background: rgba(215, 149, 177, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

/* ====================================================================================================================
 * CUSTOM INPUT File
 * ====================================================================================================================*/

.file-wrap{
    display: flex;

}
.js .input-file-trigger {
    position: relative;
    cursor: pointer;
    z-index: 9;
    text-align: center;
    width: 140px;
    display: block;
    background: rgba(225, 159, 186, 0.57) !important;
    color: #fff;
    transition: all .4s;
    font-size: 13px;
    line-height: 45px;
    font-weight: 300;
    height: 45px;
    margin: 0;
}
input[type="file"]{
    opacity: 0;
}
.js input[type="file"] {
    position: absolute;
    top: 0; left: 0;
    /*width: 225px;*/
    /*opacity: 0;*/
    /*padding: 14px 0;*/
    cursor: pointer;
}

.file-return {
    padding-left: 10px;
    width: 100%;
    font-size: 13px;
    line-height: 45px;
    font-weight: 300;
    height: 45px;
    color: #e7bad1;
    margin: 0;
    background: rgba(225, 159, 186, 0.33) !important;
}
.file-return:not(:empty) {

}
.js .file-return {
   /* font-style: italic;
    font-size: .9em;
    font-weight: bold;*/
}
.js .file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal;
}
.js .file-return:empty:before {
    content: "No file chosen... ";
    font-style: normal;
    font-weight: normal;
}