@font-face {
	font-family: "Futura Light BT";
	src: url("/fonts/futura_light_bt.ttf");
}
 #navi_block {
    position: relative;
    max-width:
    1080px;
}
.footer_helper_wrap {
    background: transparent !important;
}
#main_content {
    margin-top: 150px !important;
    max-width: 100vw;
}
.register_button, .reg_submit, .create_new_account, .btn-warning {
    width: 100%;
    line-height: 1.5;
    border-radius: .3rem;
    padding: .5rem 1rem;
    font-weight: bold;
    font-size: 1.42rem;
    color: #005F36;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.reg_submit:hover, .create_new_account:hover {
    width: 100%;
    line-height: 1.5;
    border-radius: .3rem;
    padding: .5rem 1rem;
    font-weight: bold;
    font-size: 1.42rem;
    color: #FFFFFF;
    opacity: 0.95;    
}
.register_button:hover {
    width: 100%;
    line-height: 1.5;
    border-radius: .3rem;
    padding: .5rem 1rem;
    font-weight: bold;
    font-size: 1.42rem;
    color: #005F36;
    opacity: 0.95;   
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    opacity: 0.95;
}
.btn-primary, .singin_button {
    background-color: #005F36;
    border-color: #005F36;
    color: #FFFFFF
}
.btn-primary:hover {
    background-color: #005F36;
    border-color: #005F36;
    opacity: 0.95;
}
.singin_button:hover{
    color: #FFFFFF;
    background-color: #005F36;
    border-color: #005F36;
}
.btn-warning:hover{
    color: #005F36;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.card-header {
    background-color: black;
    background: rgba(0, 0, 0,0.6)  !important;
}
.main_card .card-block {
    background-color: black;
    background: rgba(0, 0, 0,0.6)  !important;
    padding: 0.1rem 5rem 0.1rem 5rem;
}
.create_acc_advice_block {
    margin-top: 1rem;
}
.appBadges {
 background-color: black;
 background: rgba(0, 0, 0,0.6)  !important;
 height: auto;
 padding-left: 30px;
 padding-right: 30px;
}
.bank-auth-container {
 background-color: black;
 background-color: rgba(0, 0, 0,0.6)  !important;
 height: 0px;
}
 .bank-auth-descr {
 background-color: black;
 background-color: rgba(0, 0, 0,0)  !important;
 color: #ffffff !important;
 font-weight: bold;
 opacity:1;

}
.language-switcher {
    background: transparent !important;
    width: 14rem;
    padding: 0;
    text-align: right;
    top: 30px;
    right: -4px;
    color:white;
    font-size: 14px;
    box-sizing: initial;
    width: 9.7rem;
}
.language-switcher a {
    position: relative;
    margin-left: 4px;
    padding-left: 1px;
    width: 22px;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 50px;
    font-family: "Futura Light BT", sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
    opacity: 1 !important;
    color: white;
}
.language-switcher a.active, .language-switcher a:hover {
    position: relative;
    opacity: 0.5 !important;
    color:white;
}
.language-switcher a img {
    display: none;
}
@media (max-width: 543px) {
    .main_card .card-header {
    height: 120px;
    }
}