

.logo {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 50%;
}
.login-body{
    width: 100%;
    height: 100vh;
    background: linear-gradient(-135deg, #0994bd, #fff);
}

.login-panel {
    width:100%;
   
      margin: 0 auto;
 
}
.left-part{
    float:left;
    width:50%;
    height:100vh;
}
.right-part{
    float:right;
    width:50%;
    
}

.right-part{
   
    height: 100vh;
    background: url("../img/zvtac.svg") no-repeat;
    background-size: contain;
}
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{


}
.login-title
{
    color: #555;
    font-size: 28px;
    font-weight: 400;
    display: block;
}

.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
.bottom-message
{
    color: #555;
    font-size: 10px;
    font-weight: 400;
    display: block;
}
.error-message
{
    color: #FF0000;
    font-size: 20px;
    font-weight: 400;
    display: block;
}

.mobile-img {
    display:none;
}
@media screen and (max-width: 768px){

    .form-signin {
        max-width: 100%;
    }
    .right-part {
        float: none;
        display: none;
    }
    .left-part{
        float:none;
        width:100%;
    }
    .mobile-img {
        display:block;
    }

    .login-panel{
        height:550px;
        width:70%;
    }

    .account-wall {
        padding: 10px 0px;
    }

    .logo{
        padding: 0px 0px;
    }
}