body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
    -webkit-font-smoothing: antialiased;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

a { color: #f68938; }

a:hover { text-decoration: none; }

hr { margin: 20px 20px 0; }

.relative { position: relative; }

.flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;  
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
}

.left-side { padding: 0; }

.login-reg-bg {
    overflow: hidden;
    background: url('../../../images/login-reg-bg.jpg') no-repeat center/cover;
    width: 100%;
    height: 100%;
    min-height: 400px;
}
.login-reg-abs-text {
    position: absolute;
    bottom: 25px;
    z-index: 1;
    background: rgba(0,0,0,.5);
    width: 100%;
    color: #fff;
    padding: 15px;
}

.login-reg-abs-text .title { 
    margin-top: 0; 
    margin-bottom: 5px;
}
.wrapper {
    height: 100vh;
    background: #f7f7f7;
    overflow-y: auto;
    justify-content: center;
    -webkit-justify-content: center;
}
.wrapper-inner { 
    max-width: 1140px;
    margin: 15px;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
}

.wrapper-inner  > .row {
    align-items: unset;
    -webkit-align-items: unset;
}

.logo { margin-bottom: 10px; }

.logo, .logo-selltico { display: inline-block; }

.logo img {
    max-width: 100%;
    max-height: 65px;
}
.bg-fff {
    background: #fff; 
    padding: 60px;
}
.bg-fff > div { width: 100%; }

.registration-b2b-page .bg-fff {
    padding: 50px 35px 50px
}
.title {
    font-size: 25px;
    font-weight: 500; 
    margin: 15px 0 20px 0;
}
.box-gap {
    margin-bottom: 15px;
}
.registration-b2b-page .box-gap label { 
    min-width: 140px;
    text-align: left; 
    font-weight: 500;
    font-size: 14px;
    padding-right: 10px;
}

.registration-b2b-page .box-gap .flex > div { flex: 1; }

.label {
    font-size: 90%;
    color: inherit; 
    padding: 0;
}

input[type=text], input[type=password] {
    border-color: #d5dae2;
    height: 42px;
    font-size: 13px;
    padding: 10px 20px;
}

input[type=password] { padding-right: 35px; }

.sign-in-btn {
    background: linear-gradient(45deg, #00425c, #001540);
    color: #fff;
    border: none;
    padding: 8px 0;
    font-size: 115%;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 15px;
    width: 100%;
    border-radius: 4px;
}
.sign-in-btn:hover, .registration-btn:hover {
    opacity: .8;
}
.new-psw-btn, .registration-part > span, .privacy-policy {
    color: #6c757d;
}

.registration-part { font-weight: 600; }

.toggle-password {
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 1;
    height: 100%;
    background: 0;
    border: 0;
}
button:focus {
    outline: none;
}
.logo-selltico {
    font-weight: 600;
    font-size: 85%;
    color: inherit; 
    margin-top: 10px;
}
.logo-selltico img {
    max-height: 16px;
}
.logo-selltico > * { vertical-align: middle; }

.error {
    color: #f00;
    font-size: 12px; 
}

.capcha {
    border: 1px solid #d5dae2;
    margin: 20px 0;
    padding: 10px;
    border-radius: 4px;
}
.capcha img { margin-bottom: 5px; }

.date {
    color: #6c757d;
    opacity: .8;
}

@media screen and (min-width: 767px) { 
    .date {
        position: absolute;
        top: 30px;
        right: 60px;
    }

    .new-psw-btn, .privacy-policy { opacity: .8; }

    .registration-b2b-page input::placeholder { color: #fff; }
}
@media screen and (max-width: 767px) {
    .bg-fff {
        /*background: url('../../../images/login-reg-bg.jpg') no-repeat center/cover;*/
        padding: 30px 20px;
        z-index: 1;
        border-radius: 25px;
    }
    /*.bg-fff:after {
        content: '';
        position: absolute;
        background: rgba(255,255,255,.8);
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }*/
    .registration-b2b-page .bg-fff {
        padding-left: 20px;
        padding-right: 20px;
    }
    .capcha { background: #fff; }

    .date {  padding: 0 0 10px; }
}