@charset "UTF-8";

html,
body{
    margin: 0!important;
}

.IsiSoftLogin{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between!important;
    align-self: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.IsiSoftLoginInfo{
    width: 60%;
    background: #0197eb;
    height: 100%;
    max-height: 100%!important;
    border-bottom-right-radius: 50%;
    display: flex;
    flex-direction: column!important;
    justify-content: space-between!important;
    align-items: flex-start!important;
    padding-top: 160px!important;
    padding-bottom: 160px!important;
    padding-left: 20px!important;
    color: #fff!important;
}
.IsiSoftLoginInfo-two,
.IsiSoftLoginInfo-one{
    width: 50%!important;
    max-height: 50%!important;
    max-width: 50%!important;
    height: 50%!important;
    /*background: rgba(255, 255, 255, 0.28) !important;*/
    margin: 20px 0!important;
    padding: 20px!important;
    border-radius: 6px!important;
}

.IsiSoftLoginInfo h1{
    font-size: 16pt!important;
    font-weight: bold!important;
}

.IsiSoftLoginInfo h2{
    font-weight: inherit!important;
    font-size: 14pt!important;
}

.IsiSoftLoginInfo h6{
    font-weight: bold!important;
    font-size: 16pt!important;
}

.IsiSoftLoginInfo label{
    font-weight: normal!important;
    display: block;
    font-size: 14pt!important;
}

.IsiSoftLoginForm{
    width: 39%!important;
    max-width: 30%!important;
    margin-left: 1%;
    margin-right: 3%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px!important;
}

.vx-toyota{
    background: rgba(29, 29, 27, 0.76) !important;
    padding: 10px!important;
}


@media only screen and (max-width: 720px){
    .IsiSoftLoginInfo-one,
    .IsiSoftLoginInfo-two{
        display: none!important;
        visibility: hidden!important;
    }

    .IsiSoftLogin{
        flex-direction: column!important;
    }

    .IsiSoftLoginInfo{
        border-bottom-right-radius: 50%!important;
        border-bottom-left-radius: 50%!important;
        width: 100%!important;
        max-width: 100%!important;
        padding: 100px!important;
        padding-top: 20px!important;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.71);
    }

    .IsiSoftLoginForm{
        width: 90%!important;
        max-width: 100%!important;
        margin: 20px auto!important;
    }
}