header.auth-header {
    position: static;
    background: #fff;
}

.auth-page header.auth-header .navbar-nav li a,
.auth-page header.auth-header .logo-text {
    color: #000;
}

.login-form-bx {
    position: relative;
    padding: 20px 0;
}

.login-form-bx .inner-athuntication-wrapper {
    min-height: calc(100vh - 205px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-signup {
	min-height: calc(100vh - 155px);
}

.inner-athuntication-wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    width: 60%;
    background-color: #fff;
    height: 100%;
    top: 0;
    bottom: 0;
}

.login-form-bx .box-skew,
.login-form-bx .box-skew1 {
    height: 100%;
    position: relative;
}

.login-form-bx .inner-content {
    max-width: 500px;
    padding-left: 50px;
    padding-right: 30px;
}

.authincation-content {
    width: 100%;
    background: #fff;
    padding: 60px 50px;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 35px 0 hsla(215, 9%, 64%, .15);
}

.login-form-bx .box-skew1::after {
    background: url('../img/sidebar-bg.png'), #FF7700cc;
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.login-form-bx .box-skew1 {
    background-color: #fbfbfb;
    z-index: 1;
    height: 100%;
}

.field-icon {
    position: absolute;
    top: 52px;
    right: 30px;
}


.social-icon a:not(:last-child) {
    margin-right: 10px;
}

.social-icon {
    display: inline-flex;
    width: 100%;
}

.social-icon a {
    flex: 0 0 33.33%;
    max-width: calc(33.33% - 8px);
}

.social-icon a {
    border: 1px solid #ADADAD;
    border-radius: 4px;
    background-color: transparent;
    padding: 8px;
    text-align: center;
}