.color-white{
	color: #fff !important;
}

.margin-top-10{
	margin-top: 10px !important;
}

.margin-top-15{
	margin-top: 15px !important;
}

.mg-top-90{
	margin-top: 90px !important;
}

.mg-top-0{
	margin-top: 0 !important;
}

.pd-bottom-50{
	padding-bottom: 50px !important;
}

.inline-block{
	display: inline-block !important;
}

.margin-bottom-0{
	margin-bottom: 0 !important;
}

.margin-bottom-10{
	margin-bottom: 10px !important;
}

.no-radius{
	border-radius: 0 !important;
}

.hidden_elem{
	display: none;
}

.bg-transparent {
	background: transparent !important;
}

.bg-white{
	background: #fff !important;
}

.text-bold{
	font-weight: bold !important;
}

.pd-top-20{
	padding-top: 20px !important;
}

.pd-top-25{
	padding-top: 25px !important;
}

.mg-bottom-20{
	margin-bottom: 20px !important;
}

.mg-top-15{
	margin-top: 15px;
}

.no-mg{
	margin: 0 !important;
}

.no-pd{
	padding: 0 !important;
}

.font-normal{
	font-weight: normal !important;
}

.mg-top-30{
	margin-top: 30px !important;
}

.mg-bottom-15{
	margin-bottom: 15px !important;
}

.mg-top-20{
	margin-top: 20px !important;
}

.mg-b-20{
	margin-bottom: 20px !important;
}

.mg-b-25{
	margin-bottom: 25px !important;
}

.font-small{
	font-size: small !important;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px !important;
}

.text-bold{
	font-weight: bold;
}

.pd-lf-15{
	padding: 0 15px;
}

.font-small{
	font-size: small;
}

.mg-top-170{
	margin-top: 170px !important;
}

.color-green{
	color: #99cc66;
}

.form {
    background: #fff;
    max-width: 530px;
    margin: 40px auto;
    border-radius: 9px;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .20);
}

.tab-group {
    list-style: none;
    padding: 0;
}

.tab-group .active span, .tab-group .active span:hover {
    background: #fff;
    color: #303030;
    border-top: 4px solid #ff4d4d;
}

.tabs-content {
    padding: 40px;
}

#signup label {
    padding-top: 20px;
}

label .label-text-reg {
    cursor: text;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    transition: all 0.3s;
    padding-bottom: 14px;
}

.tab-group li span{
    display: block;
    text-decoration: none;
    padding: 22px 15px;
    background: #d3d3d3;
    color: #303030;
    font-size: 23px;
    float: left;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    border-top: 4px solid rgba(255, 255, 255, 0);
}

.tab-group .active span, .tab-group .active span:hover {
    background: #fff;
    color: #303030;
    border-top: 4px solid #ff4d4d;
}

#register-btn, #reset-pass-btn{
	display: block;
	margin: 0 auto;
    margin-top: 20px;
}

.form-margin{
	margin-top: 30px;
}

label input:focus {
    max-width: 100%;
    border-bottom: 1px solid #eab83e;
}

small.input_error{
    font-size: 12px;
    padding: 5px 0px 10px 0px;
    color: rgb(169, 68, 66);
    font-weight: 600; 
}

input.input_error,
input.input_error:focus{
    border-bottom: 1px solid #a94442;
}

.suggested_email {
    text-decoration: underline;
    cursor: pointer;
    color: #99cc66;
}

@media (max-width: 991px){
	.form-margin{
		margin-top: 10px;
	}

	.smalldev-no-pd{
		padding: 0;
	}

	.tabs-content{
		padding: 30px;
	}	
}

.b-top-yellow{
    border-top: 5px solid #eab83d;
}

.capitalized{
    text-transform: uppercase;
}

.powered_by_text {
    color: #8a8a8a;
    font-weight: normal;
    font-size: 14px !important;
}

.color-green{
    color: #99cc66;
}


.reg-input::-webkit-input-placeholder {
   font-size: 15px;
}

.reg-input:-moz-placeholder { /* Firefox 18- */
   font-size: 15px;  
}

.reg-input::-moz-placeholder {  /* Firefox 19+ */
   font-size: 15px;  
}

.reg-input:-ms-input-placeholder {  
   font-size: 15px; 
}