.login-page{
    background: #fff url(../img/login_bg.jpg) center center no-repeat;
	background-size: cover;
}
.login-box, .register-box{
	width: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0px;
	-webkit-transform: translate(-50%, -50%);
	display: block;
	background: #f1f7fe;
	border-radius: 10px;
	box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.1);
	height: auto;
	overflow: hidden;
    
}
.login-logo, .register-logo{
    
   width: 100%;
   height: auto;
   margin-bottom: 0px;
   color: #3e3e3e;
   padding: 45px 0px;
   text-align: center;
   position: relative;
   padding-bottom: 0;
}
.login-box-body, .register-box-body{
    background: #263238;
    width: 100%;
  
    position: relative;
    height: auto;
	background: #f1f7fe;

	padding: 20px 40px;
}
.sw_name{
    font-size: 28px;
    font-weight: bold;
    position: relative;
    text-align: center;
    width: 100%;
}

.sw_name::after{
	width: 30px;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -10px;
	content: '';
	background: #3e3e3e;
	border-radius: 5px;
	z-index: 2;
}

.sw_name span{
    position: absolute;
    width: auto;
    left: -25px;
    top: -50px;
    font-size: 12px;
    text-transform: uppercase;
    background: #ff0019;
    color: #fff;
    font-weight: normal;
    padding: 3px;
    opacity: .1;
}
.login-box:after{
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
    display: block;
    content: '';
}
.sw_copy{
    font-size: 12px;
    position: absolute;
    left: 0px;
    bottom: -30px;
    text-align: center;
    width: 100%;
    opacity: .3;
}

.sw_input:after{
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.1);
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.sw_input .form-control{
    background: none;
	-webkit-transition: none;
	padding: 15px;
	height: auto;
	color: #3e3e3e;
	outline: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn.sw_login{
	width: 100%;
	height: auto;
	padding: 15px 0px;
	background: none;
	border-radius: 0px;
	margin-top: 25px;
	outline: none;
	border-color: #185596;
	color: #fff;
	background: #185596;
}
.sw1{
    margin-top: 25px;
    margin-bottom: 25px;
}
.form-group{
    position: relative;
}
#login-form .help-block{
    position: absolute;
    right: 0px;
    top: 0%;
    margin: 0px;
    line-height: 50px;
    font-size: 12px;
}
.btn.sw_login:hover{
	opacity: 0.9;
}
.btn.btn-primary.sw_login:active:focus{
    border: 2px solid #171e22;
    outline: 0;
}

@media screen and (max-width: 768px) {
    .login-box, .register-box{
        width: 90%;
    }
    .login-logo, .register-logo{
        width: 100%;
        padding: 20px 15px;
        height: auto;
        background: none;
    }
    .login-box-body, .register-box-body{
        width: 100%;
        margin-top: 0px;
        height: auto;
    }
    .sw_name{
        position: relative;
        top: 0%;
        -webkit-transform: translateY(0%);
    }
    .sw1{
        margin-top: 30px;
    }
}
.field-news-content{z-index: 0;}