

.logo {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 50%;
}
.login-body{
    width: 100%;
    height: 100vh;
   
}

.login-panel {
    width:100%;
   
    margin: 0 auto;
    background-image: radial-gradient(circle at top right, #00ffd8 0%, #0029e2 100%) !important;
    height: 100vh;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #47D7FF;
    border-color: #357ebd;
}

.parallax_bg_wrap {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.parallax_bg{
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transform: translate(0px, -150px);
}

.left-part{
    float:left;
    width:50%;
    height:100vh;
    position: relative;
    z-index: 1 !important;
    
}
.right-part{
    float:right;
    width:50%;
    transform: translate(10px, 100px);
}

.right-part{
   
    height: 100vh;
    background: url("../img/login_style_3/right-image.png") 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;
}

.login-title
{
    color: #555;
    font-size: 28px;
    font-weight: 400;
    display: block;
    font-weight: 200;

}

.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
.bottom-message
{
    color: #eedada;
    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 (min-width: 981px) {
    .login-body {
        -webkit-transition: margin-top .4s ease-in-out;
        transition: margin-top .4s ease-in-out;
    }
}


@media screen and (max-width: 768px){

    .login-title{
        font-weight: 400;
    }
    .form-signin {
        max-width: 100%;
    }
    .right-part {
        float: none;
        display: none;
    }
    .left-part{
        float:none;
        width:100%;
    }
    .mobile-img {
        display:block;
    }

    .login-panel{
        height:100vh;
        padding:30px;
        background-image: radial-gradient(circle at bottom right, #00ffd8 0%, #0029e2 100%) !important;
    }

    .account-wall {
        padding: 10px 0px;
    }

    .logo{
        padding: 0px 0px;
    }
}