body{
    font-family: 'Ubuntu', sans-serif;
}
.new-login-side {
    width: 100%;
    height: 100%;
}
.left-column {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 80px 0 80px;
    position: relative;
    width: 75%;
    height: 100%;
    float: left;
    color:#fafafa;
    background: url(../img/webtacho/login-bg.jpg);
}
.right-column {
    position: relative;
    width: 25%;
    height: 100%;
    background-image: url(../img/webtacho/world-bg.png);
    background-position: bottom;
    background-position-x: -200px;
    background-size: auto 70%;
    background-repeat: no-repeat;
    float: left;
    text-align: center;
}
.form-box input[type="text"],
.form-box input[type="password"] {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    height: 59px;
    box-shadow: 0 0 0 0;
    border: 1px solid #b3b3b4;
    border-radius: 1px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.82);
    padding-left: 50px;
    font-weight: 100;
}
.form-box h1 {
    font-weight: 100;
    font-size: 47px;
    margin-bottom: 48px;
}
.form-box {
    margin-top: 25%;
}
.input-box {
    position: relative;
    width: 100%;
    max-width: 390px;
    margin: 0 auto 20px auto;
    height: 59px;
}
.input-box img{
    width: 100%;
    max-width: 28px;
    height: auto;
    position: absolute;
    left: 0;
}
.input-box img {
    width: 100%;
    max-width: 28px;
    height: auto;
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.right-row-wf{
    margin-bottom: 58px;
    position: relative;
    top: 8px;
}
.form-box input[type="button"] {
    width: 235px;
    height: 58px;
    font-size: 22px;
    letter-spacing: -0.05em;
    font-weight: 500;
    background-color: #fe0036;
    border-radius: 3px;
}
.left-column h1 {
    font-size: 51px;
    letter-spacing: -.03em;
    line-height: 61px;
}
.left-column h2 {
    font-size: 33px;
    letter-spacing: -.03em;
    line-height: 40px;
    font-weight: 100;
}
.left-column p {
    font-size: 18px;
    letter-spacing: -.01em;
    line-height: 27px;
    font-weight: 100;
}
.left-column h1,
.left-column h2,
.left-column p{
    margin: 0 !important;
    padding: 0 !important;
}
.left-row-wf {
    margin-bottom: 2.2%;
}
.left-column a {
    text-decoration: none;
}
.left-column b{
    color: #fe0018;
}
.col-lg-4{
    width: 33%;
    float: left;
}
@media screen and (max-width: 1000px) {
    .col-lg-4{
        width: 100%;
        float: left;
    }
}
.col2 li {
    height: auto;
    display: block;
    font-size: 14px;
    letter-spacing: -.02em;
    line-height: 17px;
    font-weight: 100;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.9);
}
.col1 li {
    height: auto;
    display: block;
    font-size: 18px;
    letter-spacing: -.03em;
    line-height: 23px;
    font-weight: 100;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.9);
}
ul {
    list-style: none;
    padding:0;
    margin:0;
}

li {
    padding-left: 1em;
    text-indent: -1.25em;
}

.col1 li:before {
    content: "• ";
    color: #fe0036;
    font-size: 28px;
    height: 100%;
    padding-right: 2px;
}
.col2 li:before {
    content: "• ";
    color: #fe0036;
    font-size: 28px;
    height: 100%;
    padding-right: 2px;
}
.col-lg-4.col2 {
    padding-top: 19px;
}
.left-column h3 {
    margin-bottom: 14px;
}
.bottom-row{
    margin-top: 100px;
    position: absolute;
    width: 100%;
    bottom: 78px;
}
.left-row-wf.logo img{
     max-width: 320px;
}
@media screen and (max-height: 850px) {
    .bottom-row{
        bottom: 20px;
    }
    .left-row-wf.logo img{
        max-width: 280px !important;
    }
    .left-column h1 {
        font-size: 44px;
        letter-spacing: -.03em;
        line-height: 50px;
    }
    .left-column h2 {
        font-size: 30px;
        letter-spacing: -.03em;
        line-height: 36px;
        font-weight: 100;
    }
    .left-column p {
        font-size: 17px;
        letter-spacing: -.01em;
        line-height: 23px;
        font-weight: 100;
    }
    
    
}
@media screen and (max-height: 750px) {
    .bottom-row{
        bottom: 5px;
    }
    .left-row-wf.logo img{
        max-width: 280px !important;
    }
    .left-column h1 {
        font-size: 42px;
        letter-spacing: -.03em;
        line-height: 48px;
    }
    .left-column h2 {
        font-size: 28px;
        letter-spacing: -.03em;
        line-height: 33px;
        font-weight: 100;
    }
    .left-column p {
        font-size: 16px;
        letter-spacing: -.01em;
        line-height: 21px;
        font-weight: 100;
    }
    
}

@media screen and (max-width: 1755px) {.left-column {background-position-x: -100px;}}
@media screen and (max-width: 1600px) {.left-column {background-position-x: -200px;}}
@media screen and (max-width: 1455px) {.left-column {background-position-x: -300px;}}
@media screen and (max-width: 1355px) {.left-column {background-position-x: -400px;}}
@media screen and (max-width: 1255px) {.left-column {background-position-x: -500px;}}


ul.nav {
    padding: 0 !important;
}
.login-langs a {
    text-decoration: none;
}



@media screen and (max-width: 992px){
    .left-column {
        display: none;
    }
    .right-column {
        position: relative;
        width: 100%;
        text-align: center;
    }
    .form-box {
        margin-top: 16%;
        box-sizing: border-box;
        padding: 0 30px;
    }   
    .modal-lg {
        width: 100%;
    }
}


.new-cars-buttons button {
    font-size: 0;
    padding: 0 !important;
    width: 30px;
    height: 30px !important;
    border-radius: 8px !important;
    margin-left: 15px !important;
    margin: 13px 0;
}

.new-cars-buttons {
    text-align: right;
    float: right;
    margin: 6px 0;
}

