/*Registration and Login Page v1
------------------------------------*/
.reg-page {
	color: #555;
	padding: 30px;
	background: #fefefe;
	border: solid 1px #eee;
	box-shadow: 0 0 3px #eee;
}

/*Reg Header*/
.reg-header {
	color: #555;
	text-align: center;
	margin-bottom: 35px;
	border-bottom: solid 1px #eee;
}

.reg-header h2 {
	font-size: 24px;
	margin-bottom: 15px;
}

/*Reg Forms*/
.reg-page label {
	color: #777;
}

.btn-google {
    color: #404040 !important;
    border: 1px solid #acacac;
    border-radius: 3px;
    padding: 0;
    text-shadow: 0 1px 0 #FFF;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    background: #F2F2F2;
    background: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#F2F2F2)) !important;
    background: -moz-linear-gradient(top, #fff, #f2f2f2) !important;
}
.btn-google .text{
    display: inline-block;
    padding: 3px 10px 0 5px;
}
.btn-google .icon{
    color: #DD4B39;
    float: left;
    padding: 5px 14px;
    margin-right: 10px;
    border-right: 1px solid #acacac;
}
.btn-google .icon i{
    display: block;
    margin-bottom: -4px;
    font-size: 24px;
}
.btn-google:hover, .btn-google:focus {
    background: #FAFAFA;
    background: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#FAFAFA)) !important;
    background: linear-gradient(top, #fff, #fafafa) !important;
}
.btn-google:active {
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.06),inset 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    border-color: #224084;
    border-bottom-color: #264894;
}

.btn-facebook {
    border: 1px solid #505050;
    border-radius: 3px;
    padding: 0;
    background-color: #4063B3;
    background-image: -webkit-linear-gradient(#4063B3, #3C599D);
    background-image: linear-gradient(#4063B3, #3C599D);
    border: 1px solid #224084;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.btn-vk .text,
.btn-facebook .text{
    display: inline-block;
    padding: 4px 10px 0 5px;
}
.btn-vk .icon,
.btn-facebook .icon{
    float: left;
    padding: 5px 15px;
    margin-right: 10px;
    border-right: 1px solid #acacac;
}
.btn-vk .icon i,
.btn-facebook .icon i{
    display: block;
    margin-bottom: -2px;
    font-size: 24px;
}
.btn-facebook:hover, .btn-facebook:focus {
    background-color: #4368BE;
    background-image: -webkit-linear-gradient(#4368BE, #405FA7);
    background-image: linear-gradient(#4368BE, #405FA7);
}
.btn-vk:active,
.btn-facebook:active {
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.06),inset 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}
.login_separator {
  position: relative;
  text-align: center;
}
.login_separator hr {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 1;
}
.login_separator .caption {
  position: relative;
  background: #fff;
  padding: 5px 10px;
  font-weight: bold;
  color: #929292;
  z-index: 2;
}