.social-btn{
    font-weight: 100;
    color:white;
    width:100%;
    font-size: 0.9rem;
	margin-bottom: 14px;
}

.social-btn:hover{
    color:white;
}

.facebook-btn{  background-color:#3C589C; }

.google-btn{ background-color: #DF4B3B; }

.facebook-btn:hover{  background-color:#314880; }

.google-btn:hover{ background-color: #c43020; }


#signupForm, #forgotPassword, #verifyOtp, #checkOtp, #newPassword{ display: none; }

.loader {
		position: fixed;
		margin:0 auto;
		top: 15%;
		left: 50%;
		z-index:999;
	}
	.overlay {
		background: #e9e9e9;      
		position: absolute;  
		top: 0;                  
		right: 0;               
		bottom: 0;
		left: 0;
		opacity: 0.2;
		z-index:99;
	}

.upload-image .upload-image-wrap{
    display: none;
}
.upload-image.ready .upload-image-wrap {
    display: block;
}
.upload-image-wrap {
    margin: 0 auto;
}

.btn-crop {
	display: none;
}

.btn-reset {
	display: none;
}

.btn-clear {
	display: none;
}