﻿.form-control:focus {
    border-color: #c34848 !important;
}

.login-block {
    height: 556px;
    margin-top: -278px;
}

.forgot-block {
    height: 670px;
    margin-top: -335px;
}

.Msg-block {
    height: 300px;
    margin-top: -150px;
}

.success-block {
    height: 450px;
    margin-top: -225px;
}

.Block-login {
    width: 400px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: 250px;
    background-color: transparent;
}

.background-login {
    position: fixed;
    z-index: 1;
    height: 100%;
    display: normal;
    opacity: 1
}

@media (max-width: 1540px) {
    .Block-login {
        margin-right: 150px;
    }
}

@media (max-width: 1380px) {
    .Block-login {
        margin-right: 100px;
    }
}

@media (max-width: 1300px) {
    .Block-login {
        margin-right: 50px;
    }
}

@media (max-width: 1230px) {
    .Block-login {
        right: 50%;
        margin-right: -200px;
    }

    .background-login {
        opacity: 0.1;
    }
}

@media (max-width: 610px) {
    .Block-login {
        position: unset;
        margin: auto;
        margin-top: -50px;
    }
}

.Block-login-contrainer {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding-bottom: 100px;
}

@media (min-width: 611px) {
    .Block-login-contrainer {
        height: 100%;
    }
}


.TOYOTA-LEASING-FRONT-END {
    font-family: DBHelvethaicaX-75Bd;
    font-size: 46px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: 0.83px;
    text-align: left;
    color: #e8162d;
}

.text-style-1 {
    color: #3a3c41;
}

.administration-communication {
    font-family: DBHelvethaicaX-55;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 1.93px;
    text-align: left;
    color: #595a5d;
}

.icon-FRONT-END {
    width: 500px;
    height: 90px;
    margin: 100px 0 0 80px;
    position: absolute;
    z-index: 2;
    display: normal;
}

@media (max-height: 750px) {
    .icon-FRONT-END {
        margin-top: 60px;
    }
}

@media (max-width: 1360px) {
    .icon-FRONT-END {
        margin-left: 50px;
    }
}

@media (max-width: 1230px) {
    .icon-FRONT-END {
        width: 390px;
        height: 70px;
        margin: 40px 0 0 40px;
    }

    .TOYOTA-LEASING-FRONT-END {
        font-size: 36px;
    }

    .administration-communication {
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    .TOYOTA-LEASING-FRONT-END {
        font-size: 30px;
    }

    .administration-communication {
        font-size: 26px;
    }
}

@media (max-width: 500px) {
    .TOYOTA-LEASING-FRONT-END {
        font-size: 26px;
    }

    .administration-communication {
        font-size: 22px;
    }
}

@media (min-width: 610px) {
    @media (max-height: 600px) {
        .icon-FRONT-END {
            display: none;
        }
    }
}

@media (max-width: 610px) {
    @media (max-height: 570px) {
        .icon-FRONT-END {
            display: none;
        }
    }
}


.login_mb {
    display: normal;
}

@media (min-width: 610px) {
    .login_mb {
        display: none;
    }
}

@media (max-width: 610px) {
    .background-login {
        display: none;
    }
}


















body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-repeat: no-repeat
}

.card0 {
    /*   box-shadow: 0px 4px 8px 0px #757575;
        border-radius: 0px*/
}

.card2 {
    margin: 0px 40px;
}

.logo {
    width: 200px;
    height: 100px;
    margin-top: 20px;
    margin-left: 35px
}

.image {
    width: 360px;
    height: 280px
}

.border-line {
    border-right: 1px solid #EEEEEE
}

.facebook {
    background-color: #3b5998;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.twitter {
    background-color: #1DA1F2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.linkedin {
    background-color: #2867B2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.line {
    height: 1px;
    width: 45%;
    background-color: #E0E0E0;
    margin-top: 10px
}

.or {
    width: 10%;
    font-weight: bold
}

.text-sm {
    font-size: 14px !important
}

::placeholder {
    color: #959ea7;
    opacity: 1;
    font-weight: 300;
    font-family: 'DBHelvethaicaX-55';
    font-size: 20px;
}

:-ms-input-placeholder {
    color: #959ea7;
    font-weight: 300;
    font-family: 'DBHelvethaicaX-55';
    font-size: 20px;
}

::-ms-input-placeholder {
    color: #959ea7;
    font-weight: 300;
    font-family: 'DBHelvethaicaX-55';
    font-size: 20px;
}

input,
textarea {
    padding: 5px 12px 5px 12px;
    border: 1px solid lightgrey;
    border-radius: 8px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'DBHelvethaicaX-55';
    font-size: 20px;
}

    input:focus,
    textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #304FFE;
        outline-width: 0
    }

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

a {
    color: inherit;
    cursor: pointer
}

.btn-blue {
    background-color: #e8162d;
    width: 100%;
    color: #fff;
    border-radius: 21px;
    height: 46px;
    font-family: 'DBHelvethaicaX-55';
    font-size: 20px;
}

    .btn-blue:hover {
        background-color: #000;
        cursor: pointer
    }

.bg-blue {
    color: #fff;
    background-color: #1A237E
}

@media screen and (max-width: 991px) {
    .logo {
        margin-left: 0px
    }

    .image {
        width: 300px;
        height: 220px
    }

    .border-line {
        border-right: none
    }

    .card2 {
        margin: 0px 15px
    }
}

.bg-left {
    background: url('@Url.Content("~/images/Login.png")');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bg-right {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.log-in {
    font-size: 44px;
    font-weight: 800;
    color: #3a3c41;
    font-family: 'DBHelvethaicaX-55';
}

.img-logo {
    width: 167px;
    height: 34px;
}

.div-login {
    max-width: 450px;
    margin-left: unset;
}

@media screen and (max-width: 768px) {
    .div-login {
        margin-left: 16%;
        max-width: 450px;
    }
}

@media screen and (max-width: 375px) {
    .div-login {
        margin-left: unset;
        max-width: 100%;
    }
}

.ModalWarning {
    font-size: 22px;
}

.txt-login {
    font-size: 20px;
    border-radius: 5px;
}

.lbl-login {
    font-size: 20px;
    line-height: 1.2;
    font-family: 'DBHelvethaicaX-55';
    color: #9f9f9f;
    float: left;
}


.btn-login {
    padding: 11px 162px 11px 162px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    border-color: none;
    border-radius: 8px;
    background-color: #e8162d;
    font-size: 22px;
    font-family: DBHelvethaicaX-55;
}

.alert-text {
    text-align: right;
    width: 100%;
    padding-right: 20px;
    font-size: 22px;
    color: #e8162d;
    font-family: DBHelvethaicaX-55;
}

.btn-forgot {
    font-family: 'DBHelvethaicaX-55';
    color: #e8162d !important;
    font-size: 20px !important;
    font-weight: 500;
}
