.login_form{
    text-align: center;
    color: #3A383B;
}
.registration_form{
    text-align: left;
    color: #3A383B;
    opacity: 1;
}

.login_wrapper{
    max-width: 300px;
}

.btn-register {
	background-color: #8ac43e;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 9px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}

.subdomen-st{
    float: right;
    display: block;
    padding: 6px 24px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #c6ccbf;
}

.input-group-addon{
    border-radius: 0px;
}

.loader-animation {
    display:none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
    background: url('img/gears.gif') 50% 50% no-repeat rgba(249,249,249,0.5);
}

.active {
  display: block;
}