body{
    font-family: Montserrat, Regular;
    font-style: normal;
    font-weight: normal;
    background-color: #fff;
    color: #333333;
    letter-spacing: 0.65px;
}

.content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    min-height: 350px;
}

.span_pseudo, .checkbox-custom span:before, .checkbox-custom span:after {
    content: "";
    display: inline-block;
    background: #333333;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}
.checkbox-custom {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
}
.checkbox-custom input {
    display: none;
}
.checkbox-custom input:checked ~ span {
    background: #fff;
    /*border-color: #fff;*/
}
.checkbox-custom input:checked ~ span:before {
    width: 1rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.1s;
}
.checkbox-custom input:checked ~ span:after {
    width: 0.4rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.1s;
}
.checkbox-custom input:disabled ~ span {
    background: #ececec;
    border-color: #dcdcdc;
}
.checkbox-custom input:disabled ~ label {
    color: #dcdcdc;
}
.checkbox-custom input:disabled ~ label:hover {
    cursor: default;
}
.checkbox-custom label {
    padding-left: 2rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom:0;
    font-size: 12px;
}
.checkbox-custom span {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #ccc;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
}
.checkbox-custom span:before {
    transform: rotate(-55deg);
    top: 1rem;
    left: 0.37rem;
}
.checkbox-custom span:after {
    transform: rotate(35deg);
    bottom: 0.35rem;
    left: 0.2rem;
}

.login-clean .policy {
    padding-top: 32px;
}
.login-clean .policy a {
    text-decoration: underline;
}
.login-clean .policy a:hover {
    text-decoration: none;
}

#login{
   /* width: 283px;*/
}


#login h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 26px;
}

#login .panel-links {

}
#login .panel-links a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #4F4F4F;
    text-decoration: underline;
}
#login .panel-links div:not(:last-child):after {
    content: '';
    position: absolute;
    height: 15px;
    border-right: 1px solid #4F4F4F;
    left: 100%;
    margin-top: 5px;
}

.container{
    max-width: 1024px;
}

.back-image {
    position: absolute;
    right: 0;
    top: auto;
    margin-top: -125px;
}

.login-clean {
    padding: 5rem 0;
}

.login-clean form {
    max-width: 20rem;
    margin: 0 auto;
    color: #505e6c;
}

.login-clean .mode a {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}

.login-clean .mode a.active:after{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% + 8px);
    border-bottom: 2px solid #333333;
    pointer-events: none;
}

.login-clean .buttons {
    margin-top: 32px;
}

.login-clean .btn.connect {
    /* Button */
    width: 285px;
    height: 48px;
    background: #F2C94C;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);

    /* Text */
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    color: #333333;
}

.login-clean .link {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px;
    text-decoration: underline !important;
    color: #4F4F4F;
}
.login-clean .link:hover {
    cursor: pointer;
    text-decoration: none !important;
}


.login-clean a{
    color: #000;
}

.login-clean a:hover{
    text-decoration: none;
}

.login-clean input, button, select, optgroup, textarea ::placeholder{
    text-align: center;
}

.login-clean form .form-control {
    border: none;
    border-bottom: 1px solid #333333;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: black;
    text-indent: 0.5rem;
    height: 2.625rem;
}

.login-clean form input:focus {
    color: #338FBF;
    border-color: #338FBF;
}

.login-clean form input::placeholder {
    color: #828282;
}

.login-clean form .error {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #EB5757;
}

.login-clean form .btn-primary:active {
    transform: translateY(1px);
}

.login-clean form .forgot:hover, .login-clean form .forgot:active {
    opacity: 1;
    text-decoration: none;
}

.login-clean .block-error {
    flex: none;
    order: 15;
    align-self: center;
    margin: 0px 0px;
}

.navbar {
    padding: 0
}

ul.navbar {
    justify-content: flex-end;
}


ul.navbar li+li {margin-left: 32px;}
@media(max-width: 1000px) {
    ul.navbar li + li {margin-left: 24px;}
    #navbar-menu_toggle { display: none !important}
}
.navbar > .container{
    max-width: 1024px;
    min-width: 320px;
    padding: 0 24px;
}
.navbar-light {
    width: 100%;
    height: 53px;
    font-size: 0.875rem;
    text-transform: uppercase;
    position: relative;
    box-shadow:  0px 8px 8px -4px #18274B14,  0px 4px 6px -4px #18274B1F;
    background-color: #fff;
    z-index: 1;
}
.navbar-light .navbar-toggler {
    border: none;
}
.navbar-light ul li{
    margin-top: 12px;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link {
    color: #333333;
}
.navbar-brand{
    font-family: Montserrat,Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    color: #000000;
}

.navbar-brand.logo {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    color: #000000;
}

.navbar-brand.logo strong{
    font-weight: 800;
}

@media screen and (max-width: 992px){
    .navbar-brand{
        font-family: Montserrat,Regular;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.65px;
        text-transform: uppercase;
        color: #000000;
    }
    .row{
        margin: 0;
    }
    .navbar > .container {
        max-width: 100%;
        min-width: 320px;
        padding: 0 16px;
    }

}

@media screen and (max-width: 767px){
    .navbar-light {
        height: auto;
        padding: 14px 0;
        height: 56px;
    }
}

@media screen and (max-width: 425px) {
    header {
        height: 490px;
        background-position: 91% 246%;
        background-size: 209%;
    }

    header .container .row .justify-content-center {
    }

    header .container .row .col-sm-6 h2 {
        padding-top: 39px;
    }

    header .container .row .col-sm-6 h4 {
        padding-top: 0;
        margin: 8px 22px;
        width: 85%;
    }

    header #connect {

    }

    header .container .row p {
        padding-top: 6px;
    }

    header #connect {
        padding-top: 32px;
    }

    header .connect {
        width: 100%;
    }
}
