body {
	background: #f3f3f3;
}
body div.content-container {
	padding-bottom: 15px;
	background: #fff;
}
.login-error {
	color: red;
    font-weight: bold;
}


.show-pw-icon {
	display: inline-block;
    margin-left: 10px;
    position: relative;
    left: 15px;
}
.show-pw-icon img {
	max-width: 15px;
    height: auto;
    opacity: 0.6;
}
.show-pw-icon img:hover {
	opacity: 1;
	cursor: pointer;
}
.tx-felogin-pi1 > form input#pass {
    position: relative;
    left: 13px;
}


.align-center {
    text-align: center;
}
.tx-felogin-pi1 {
    text-align: center;
}
.tx-felogin-pi1 > h3 {
    display: none;
}
.tx-felogin-pi1 > form {
    margin-top: 40px;
}
.tx-felogin-pi1 > form > fieldset > legend {
    display: none;
}
.tx-felogin-pi1 > form label[for=pass]{
    text-align: center;
    margin-top: 10px;
}
.tx-felogin-pi1 > form input[type=text],
.tx-felogin-pi1 > form input[type=password]{
    text-align: center;
}
.tx-felogin-pi1 > form input[type=submit]{
    margin-top: 15px;
    padding: 6px 10px;
}
.row.login-page-row {
    margin-right: 0;
    margin-left: 0;
    background: url("/fileadmin/Resources/Public/Images/login_backgrnd.jpg") transparent scroll no-repeat center top;
    padding-bottom: 50px;
}
.login-center-wrapper {
	width: 50%;
    position: relative;
    left: 50%;
}
.login-center-container {
	width: 100%;
    position: relative;
    left: -50%;
    background: rgba(255,255,255,0.6);
    border-radius: 14px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.login-center-container > div:nth-child(1){
	padding-top: 30px;
}
.login-center-container > div:nth-child(2){
	padding-bottom: 22px;
}
.login-center-container > div:nth-child(2) .tx-felogin-pi1 > p > a {
	margin-top: 12px;
    display: block;
}
.row-top-logo div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 5px;
    margin-top: 5px;
}
.row-top-logo div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image img {
	width: 160px;
    height: auto;
}
.login-page-row .container.content-container {
	padding-bottom: 0;
    background: none;
}

/* RESPONSIVENESS */
@media (max-width: 992px){ 
	.login-center-wrapper {
		width: 100%;
		left: 0;
	}
	.login-center-container {
		width: 100%;
		left: 0;
	}
}

@media (max-width: 767px) {
	.login-center-wrapper {
		width: 100%;
		left: 0;
	}
	.login-center-container {
		width: 100%;
		left: 0;
	}
}

/*new edits*/

.login-center-wrapper{
    margin-top: 80px;
}
.login-center-wrapper label{
    display: block;
    margin-top: 0 !important;
    margin-bottom: 4px;
}
.login-center-wrapper figure{
    text-align: center;
}

.login-center-wrapper input[type="text"],
.login-center-wrapper input[type="password"]{
    height: 26px;
    width: 178px;
    margin-bottom: 10px;
    left: 0 !important;
}
.login-center-wrapper .eye{
    position: relative;
    max-width: 246px;
    margin: auto;
}
.login-center-wrapper .eye-block{
    cursor: pointer;
}
.login-center-wrapper .eye-block:after{
    content: "";
    width: 15px;
    height: 19px;
    background: url(../Images/eye.png);
    background-size: contain;
    position: absolute;
    top: 29px;
    right: 11px;
    background-repeat: no-repeat;
    opacity: 0.6;
}
.login-center-wrapper .eye-block:hover:after{
    opacity: 1;
}