@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat-bold-webfont.eot");
    src: url("../fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-bold-webfont.woff") format("woff"), url("../fonts/montserrat-bold-webfont.ttf") format("truetype"), url("../fonts/montserrat-bold-webfont.svg#montserratbold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat-regular-webfont.eot");
    src: url("../fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat-regular-webfont.ttf") format("truetype"), url("../fonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    background: #fbfbfb;
    background-image: url("../brokers/bg-login.jpeg");
    font-family: Montserrat;
}

body.login .middle-container-new {
    overflow: visible;
    display: table;
    position: static;
    width: 100%;
    height: 100%;
}

body.login .login-container-header-new {
    padding: 30px 0 40px 0;
    color: white;
    font-size: 30px;
    text-shadow: none;
    font-weight: 200;
    line-height: 30px;
}

body.login .login-container-new {
    position: relative;
    padding: 40px 0;
    /*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);*/
    /*-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);*/
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);*/
}


.container {
    max-width: 100% !important;
}

.input-forget {
    color: #1A1918;
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    float: right;
}

.input-forget:hover {
    text-decoration: underline;
    color: #C3B798;
}

.white-title {
    color: #1A1918;
}

form .border {
    border-radius: 6px!important;
}

.title {
    margin: 0;
}

.title2 {
    color: #1A1918;
    font-weight: 600;
    margin-bottom: 70px;
    margin-top: 10px;
}

body .form-color {
    border-radius: 6px!important;
    padding: 20px 10px;
    color: #ffffff;
    border-color: #9BBBD9;
    background-color: dimgray; /*#9BBBD9;*/
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857;
    vertical-align: middle;
    -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);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-color:focus {
    box-shadow: 0 0 8px #dce1e5;
}

.form-color::placeholder {
    color: white;
    font-weight: 500;
    font-size: 13px;
}

.btn-lightgrey {
    background: lightgrey;
    border: none;
    width: 140px;
    height: 48px;
    border-radius: 6px;
    justify-content: center;
    text-align: center;
}

.btn-gold {
    background: linear-gradient(273.42deg, #EEC537 -9.44%, #CEB167 47.27%, #BC963D 93.26%, #E0CC8F 127.27%);
    border: none;
    width: 140px;
    height: 48px;
    border-radius: 6px;
    justify-content: center;
    text-align: center;
}

.dont-have-account {
    font-size: 13px;
    font-weight: 500;
    color: white;
}

.strong-gold {
    color: #E3BF48;
    font-size: 13px;
    font-weight: 600;
    margin-left: 22px;
}

.footer {
    padding: 20px 0;
    margin-bottom: 20px;
}

a:hover, a:focus {
    text-decoration: underline;
    color: #E3BF48;
}

a.btn-group {
    margin-bottom: 5px;
    background: #9BBBD9;
    color: white;
}

ul.dropdown-menu {
    /*background: #708090; /*#9BBBD9;*/
    background: rgba(112, 128, 144, 0.8);
}

.label-agree {
    color: #C3B798;
    font-size: 13px;
    font-weight: 500;
}

.btn-login {
    width: 48%;
    -moz-box-shadow: 0px 3px 8px #ccc;
    -webkit-box-shadow: 0px 3px 8px #ccc;
    box-shadow: 0px 3px 8px #ccc;
    background-color: unset;
    line-height: 34px;
    color: white;
}

body .container .form-color-select {
    padding: 0px 10px;
    height: 44px;
}

.btn-white {
    background-color: white;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: black;
}
.login-container-white-block{
    position: absolute;
width: 45%;
height: 81%;
background-color: rgba(255,255,255,0.5);
margin-left: 27.5%;
border-radius: 15px;
}
