/*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;
}

/* Small and Extra Small Devices, i.e. Phones */
@media only screen and (max-width: 991px) {

  .mobile-font-size-17 {
    font-size: 17px !important;
  }

  .mobile-height-44 {
    height: 44px;
  }

	.mobile-main-login-button {
		height: 44px;
		font-weight: 500;
	}

}