@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  background: #fff;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
}
.signin-title{
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-weight: bold;
}
.newline{
	clear: both;
	margin-top: 15px;
}
.center{
	text-align: center;
}
#lang{
	height: 43px;
}
    .captcha-container{
        position:absoulate;
    }
    #captcha_img{
        width:50%;
        position:relative;
        float:left;
        margin: 7px 5px 0 0;
    }
    #refresh_captcha{
        position: relative;
        float:left;
        margin:10px 10px 0 0;
    }
    #captcha_text{
        width: 111px;
        float: left;
    }
    .login-logo{
        width: 80px;
    }
    .login-logo-holder{
        text-align: center;
        margin-bottom: 20px;
    }
    .login-title{
    	text-transform: uppercase;
        font-size: 18px;
        font-weight: bold;
    }
