.login-body{
    overflow-x: hidden !important;
}
.login-title{
    color:#119bdd;
    font-weight: 700;
    font-family: Segoe UI, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom:30px;
    font-size: 26px;
}
.login-group .form-control::-moz-placeholder {
    color: #254b7c;
    opacity: 1;
}
.login-group .form-control:-ms-input-placeholder {
    color: #254b7c;
}
.login-group .form-control::-webkit-input-placeholder {
    color: #254b7c;
}
.input-group-addon{
    background-color:#119bdd;
    color:#fff;
}
.login-group .form-control{
    border:0px;
    height:40px;
    /* line-height:40px; */
    border-radius: 6px;
}
.login-group .form-control:focus,
.login-group .form-control:active{
    outline:0px;
    box-shadow:none;
}
.login-group .input-group-addon{
    border:0px;
    padding:5px 8px 5px 10px;
    font-size:24px;
}
.login-btn{
    background-color:#119bdd;
    color:#fff;
    border:0px;
    transition:0.3s linear all;
    outline:none;
    padding:10px 12px;
    font-size:16px;
    border-radius:6px;
}
.login-btn:hover,
.login-btn:focus,
.login-btn:active,
.btn:active:focus{
    outline:none;
    outline-offset:0px;
    border:0px;
    color:#fff;
    background-color:#1283b9;
    box-shadow:none;
}
.login-group .input-group-addon{
    border-radius:6px;
}
.login-group.input-group .form-control:not(:first-child):not(:last-child){
    border-radius:0px 6px 6px 0px;
}
.login-group .input-group-addon:first-child,
.login-group.input-group .form-control:first-child{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.forgot {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    font-size: 14px;
}

.right-login{
    position:relative;
    max-width:100%;
}
.right-login img{
    /* position:absolute;
    bottom:0; */
}
.left-login{
    margin-top: calc(30%);
    margin-bottom:30px;
}

.right-login {
    display: table;
    min-width: 100%;
  }
  .right-login-child {
    display: table-cell;
    vertical-align: bottom;
  }



@media (height:1920px) and (width:1200px){
    .login-container > .row > .col-lg-5{
        width:85%;
    }
    .login-container > .row > .col-lg-6{
        width:100%;
        margin:0px auto;
    }
    .login-container > .row > .col-lg-6 .right-login{
        width:50%;
        margin:0px auto;
        display:block
    }
}
@media (max-width: 1200px) {
    .right-login{
        display:none;
    }
}
@media (max-width: 767px){
    .left-login{
        margin-top:30px;
    }
    .right-parent {
      display: table;
      min-width: 100%;
    }
    .right-child {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {

}

@media (min-width: 1024px) {

}