html, body { overflow-x: hidden; background: #fff }  ul, li , dl, dd { list-style: none }  .d-flex { display: flex }
.justify-content-center{ justify-content: center } .align-content-center { align-content: center } .align-items-center{ align-items: center } .flex-wrap { flex-wrap: wrap }
input::-webkit-input-placeholder {  font-size: 15px; color: #999 }  input::-moz-placeholder {  font-size: 15px; color: #999 }
input:-ms-input-placeholder { font-size: 15px; color: #999 }  input:-moz-placeholder { font-size: 15px; color: #999 }
input:focus { outline: none }

/* Header */
#header {
    background: none;
    padding: 14px 25px;
}
#header:not(.affix) {
    border: none
}
.col-branding {
    margin-bottom: 10px;
}
.whole-main {
    background-color: rgba(255, 255, 255,1);
    height: calc(100vh );
}
.whole-right{
    background: url(../img/31.jpg) no-repeat 50% 50%;
}
/* Form Input */
.form-input {
    height: calc(80vh);
    position: relative;
}
.form-input .inx-login-form {
    border: none;
    background: none;
    margin-top: 0;
}
.branding__logo {
    background-size: auto;
    margin-bottom: 40px;
    background-position: 50% 50%;
}
.social-text {
    margin-bottom: 50px;
    font-size: 15px;
    color: #666;
}
.input-lg {
    height: auto;
    font-size: 15px;
    color: #111;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 12px 32px;
}
.inx-page_login .inx-login-form .btn-primary{
    padding: 12px;
    border-radius: 0;
}
.form-group {
    margin-bottom: 30px;
}
.input-lg:focus {
    box-shadow: none;
    border: 1px solid #000;
}
.inx-login-fields {
    display: revert;
}
.input-user {
    background-image: url(../img/icons/user.svg);
    background-size: 16px;
    background-position: 10px 50%;
    background-repeat: no-repeat;
}
.input-user:focus {
    background-image: url("../img/icons/user-dark.svg");
}
.input-password {
    background-image: url("../img/icons/password.svg");
    background-position: 10px 50%;
    background-repeat: no-repeat;
    background-size: 14px;
}
.input-password:focus {
    background-image: url("../img/icons/password-dark.svg");
}
.login-signin-button-wrapper {
    margin-top: 10px;
    padding: 0;
}
.ipi-lock:before {
    content: none;
}
.text-center {
    margin: 30px 0 40px 0;

}
.lead {
    font-size: 14px;
    color: rgb(17, 17, 17);
    text-decoration: underline;
}
.social-accounts__separator {
    position: relative;
    padding: 0;
    margin: 20px 0;
}
.social-accounts__separator div {
    transform: revert;
}
.social-accounts__buttons {
    justify-content: space-around;
}
.social-accounts__separator, .social-accounts__buttons {
    float: none;
}
.social-accounts__buttons .form-group {
    margin-bottom: 0;
}
.social-accounts__separator::before, .social-accounts__separator::after {
    height: 1px;
    width: 46%;
    position: absolute;
    top: 50%;
    border: none;
    background: #bbb;
}
.social-accounts__separator::before {
    left: 0;
}
.social-accounts__separator::after {
    right: 0;
}
.social-accounts {
    position: absolute;
    bottom: 0;
}
.btn-default {
    border-radius: 4px ;
}
.login-mode {
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
    color: #666;
}

@media (max-width: 720px) { .whole-right { display: none } }
@media (max-width: 480px) {
    #header .branding__logo { height: 36px }
    #header { padding-left: 15px ; padding-right: 15px}
    .form-input { height: calc(88vh); }
    .form-group { margin-bottom: 20px }
    .login-mode { margin-bottom: 20px }
}
@media (max-width: 479px) { .hidden-xs { display: block !important; } }