html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
}

#instructions, #showInstructionsButton {
    font: 11px 'Lucida Grande', sans-serif;
    background-color: black;
    color: #eee;
    position: absolute;
    padding: 0px;
    right: 262px;
}
#instructions a, a:visited{
    color: white;
}

#instructions {
    visibility: hidden;
}

#instructionsContent{
    padding: 5px;
}

#showInstructionsButton,#hideInstructionsButton{
    cursor: pointer;
    padding: 4px;
    text-align: center;
}

#hideInstructionsButton{
    border-top:  1px solid #2c2c2c;
}


.login-body {
    background-color: #f1f1f1;
}
.lang-select{
	float: right;
	width: 150px;
	margin-top: 30px;
    margin-right: 30px;
}
.login-body .login-logo{
    margin: 0;
    text-align: center;
    background: #f1f1f1;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    padding: 25px 0 10px;
    margin-top: 0;
}
.login-logo img {
    width: 160px;
}
.log-row{
	max-width: 380px;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0;
}
.form-signin {
    margin: 10px auto 0;
}
.login-wrap {
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.05);
    padding: 30px 30px 15px;
    border-top: 4px solid #3dc3f0;
}
.login-wrap h3 {
    font-size: 16px;
	line-height: 26px;
    color: #3dc3f0;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 5px;
}
.login-wrap span {
	display: block;
    color: #6f7072;
    font-weight: normal;
}
.form-signin input[type="text"], .form-signin input[type="password"] {
    margin-bottom: 15px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: none;
    font-size: 13px;
    color: #87888a;
    padding: 8px 10px;
    margin: 0;
    width: 100%;
}
.login-wrap .form-group {
    margin-bottom: 20px;
}
.login-social-link {
   text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
}
.login-social-link .login {
	display: inline-block;
    background: #3ac1ed;
    border-radius: 3px;
    border: none;
    padding: 8px 25px;
    color: #fff;
}