div#middle-block .container {
    display: flex;
    height: calc(100vh - 130px);
    align-items: center;
    justify-content: center;
	margin-bottom:20px;
}
form#form-login {
    position: relative;
    width: 360px;
    background: #fff;
    border: 1px solid #ccc;
	padding:0 !important;
    border-radius: 4px;
    max-width: 90%;
}
form#form-login h1 {
    font-size: 16pt;
    text-transform: uppercase;
    text-align: center;
    background: #eee;
    font-weight: bold;
    margin: 0;
    padding: 18px 0;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #ccc;
}
form#form-login .form-group {
    padding: 30px 20px;
    margin: 0;
}
table{width:100%;}
form#form-login i {
    position: absolute;
    top: 50%;
	transform:translateY(-50%);
    background: #ccc;
    width: 35px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    border-radius: 4px 0px 0 4px;
}
form#form-login td {
    position: relative;
    padding: 7px 5px;
}
form#form-login input {
    padding-left: 47px;
    font-size: 9pt;
}
.btn-success,.btn-primary {
    width: 100%;
    margin-top:5px;
}
form#form-login td:first-child {
    padding-right: 10px;
}
form#form-login a.show-password i {
    background: transparent;
    width: 15px;
	font-size:9pt;
}
a.show-password {
    position: absolute;
	display:none;
    left: 100%;
    top: 0;
    color: #555;
}
@media(max-width:767px){
form#form-login td:first-child {display:none}	
}
