
body {
	font-family: 'Poppins', sans-serif;
	background-color: #eee;
	font-weight:300;
}
.footer {
	position: fixed;
    bottom: 20px;
    width: 100%;
	color: #7f4bc7;
	font-size: 14px;
	font-weight:400;
	min-height: 100px;
}
.footer>.container {
    position: absolute;
    bottom: 0px;
}
@font-face {
    font-family: "HurmeGeometricSans4";
    src:url("/fonts/HurmeGeometricSans4-Regular.woff");
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-right: 10px;
    padding-left: 10px;
}
#block-login {
    height: 100%;
    width: 100%;
    position: absolute;
}
.inner{height: 25%;}

#forgot_password_form {
    margin-top: 40px;
}
.img-back {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: url(/images/ongenda_login_back.jpg);
    width: 50%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom left;

}
.no-padding{
	padding:0px;
}
.no-paddl{
	padding-left:0px;
}
#logo img{
	height: 42px;
}
.title-hurme{
	margin-top: 17px;
	color: #404040;
	font-size: 36px;
    line-height: 39px;
	font-family: "HurmeGeometricSans4";
    max-width: 75%;
}
.form-control {
    background: #eeeeee;
    border-color: #bbb8bf;
    color: #404040;
    height: 34px;
    font-size: 16px;
    border-radius: 20px;
    box-shadow: none;
	line-height: 34px;
}
.form-control:focus {
    border-color: #bfa5e3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(191,165,227,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(191,165,227,.6);
}
.form-control.has_error, .input-group.has_error>input, .input-group.has_error>.input-group-addon {
    border-color: #eb3569;
}
.form-group {
    margin-bottom: 9px;
	font-size: 14px;
}
.show-forgot-password{
	color: #bbb8bf;
	line-height:14px;
	font-size: 14px;
}
.show-forgot-password:hover, .show-forgot-password:focus{
	text-decoration: none;
    color: #bbb8bf;
}
.forgot-password{
	margin-top: 11px;
	margin-bottom: 40px;
}
.input-group{width: 100%;}
.show_password {
    background: url(/images/bt_reveal-pass.svg) no-repeat;
    height: 15px;
    width: 22px;
    cursor: pointer;
    opacity: 0.5;
    z-index: 9999;
    position: absolute;
}
.btn-login{
	height: 76px;
    width: 76px;
    border-radius: 40px;
    background: #7f4bc7;
    padding: 18px 24px;
	position: relative;
}
.btn-login:hover {background: #6837ad;}
.ic-sign-in:before {
    content: url(/images/ic_login-unlock.svg);
}
.btn-recover{
	height: 52px;
    width: 52px;
    border-radius: 40px;
    background: #7f4bc7;
    padding: 16px 10px;
}
.ic-send:before {
    content: url(/images/ic_login-send_mail.svg);
}

.circle .circle-name{display: none;}
.circle .circle-loader {
	top: 17px;
    left: 17px;
    margin: 0px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-left-color: #ffffff;
    animation-name: loader-spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    display: inline-block;
    vertical-align: top;
}
.circle .circle-loader,
.circle .circle-loader:after {
	border-radius: 50%;
    width: 40px;
    height: 40px;
}
.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #fff;
  transition: border 500ms ease-out;
}
@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn {outline:none !important;}
.text{
	font-size: 16px;
	color:#404040;
}
.text>p{
	margin: 0px;
}
.paddm{padding-left:16px;}
.number{
	font-size: 18px;
	color:#7f4bc7;
	font-weight:400;
}
input {    
    outline: none;    
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type=password]::-webkit-contacts-auto-fill-button,
input[type=password]::-webkit-credentials-auto-fill-button {
visibility: hidden;
display: none !important;
pointer-events: none;
height: 0;
width: 0;
margin: 0;
}
input[type=password]::-ms-clear, input[type=password]::-ms-reveal {display: none;}
.input-group .form-control:first-child{border-top-right-radius: 20px; border-bottom-right-radius: 20px;}
.input-group-addon:last-child {
    position: absolute;
    right: 22px;
    border: 0;
    top: 4px;
    background: inherit;
}
#block-login .back {
    display: none;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#block-login .front {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    z-index: 2;
}
#block-login .front, #block-login .back {
    width: 100%;
    transition: 0.6s;
    transform-style: preserve-3d;
    top: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
}
#block-login .flip-container.flip .back {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
}
#block-login .flip-container .flipper {
    transition: all 0.5s ease-in-out;
}
#block-login .flip-container.flip .flipper {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#login-form>div:first-child, #forgot_password_form>.content-form>div:first-child{max-width: 300px;}
.show-login {
	margin-top: 11px;
    margin-bottom: 40px;
    line-height: 18px;
}
.show-login-form {
    color: #bbb8bf;
    line-height: 14px;
    font-size: 14px;
}
.show-login-form:hover, .show-login-form:focus{
	text-decoration: none;
    color: #bbb8bf;
}
.pass_title {
	font-size: 20px;
    color: #7f4bc7;
    font-weight: 400;
    line-height: 20px;
}
.pass_text {
    font-size: 14px;
    color: #7f4bc7;
    margin-top: 5px;
    height: 35px;
    line-height: 14px;
	width: 70%;
}
.pass_text .has_error {
    color: #eb3569;
}
.pass_text .black {
    color: #404040;
}
.error_text {
    font-size: 14px;
    color: #eb3569;
	margin-top: 30px;
    margin-bottom: 10px;
    height: 24px;
    line-height: 14px;
	font-weight: 400;
}
#forgot_password_form .content-form{display: flex; height: 52px;}
#forgot_password_form .content-form>div{margin: auto 0;}
#forgot_password_form .content-form>div>.form-group{margin-bottom: 0px;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bbb8bf;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bbb8bf;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bbb8bf;
}
:-moz-placeholder { /* Firefox 18- */
  color: #bbb8bf;
}
@media (max-width: 1200px) {
	.img-back {
		background-size: 85%;
	}
}

@media (max-width: 992px) {
	.img-back {
		background-size: 95%;
		width: 65%;
	}
	.inner {
		height: 15%;
	}
	.main {
		padding: 0 15%;
	}
}

@media (max-width: 768px) {
	.img-back {
		background-size: 100%;
		width: 100%;
	}
	.inner {
		height: 5%;
	}
	.main {
		padding: 0 8%;
	}
}

@media (max-width: 480px) {
	.title-hurme {font-size: 27px;}
}


/* screen 500 pixels */
@media only screen and (max-height: 500px) {
	.footer{position:relative;}
}
