.modal p {
	margin:0;
}

.modal-content {
	padding:10px 25px;
}

.modal-header,
.modal-body,
.modal-footer {
	padding-left:0;
	padding-right:0;
    border:none;
}

.modalText {
	margin			: 0;
	color			: #666666;
}
.modalTitle {
	color			: #37C01B;
	text-transform	:lowercase;
	font-weight:normal;
    padding-top:20px;
}

.modalLogo {
	position: relative;
	max-width: 200px;
	width: 100%;
}


.modalClose {
	padding:0;
	border:0;
	background:none;
	margin:0;
	cursor:pointer !important;
	color			: #787878;
	line-height:30px;
	font-weight:bold;
	font-size:20px;

    border: 1px solid #CFCFD0;
    border-radius: 0;
    color: #9f9f9f;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    padding: 13px 0;
    width: 100px;
    text-align: center;
    background: none;
    text-transform: uppercase;
}

.modalClose:active,
.modalClose:hover
 {
    background: rgb(55,192,27);
    color: #FFF !important;
    border-color: rgb(55,192,27);
}
    


.modalClose:hover {
	color:#000000;
}


.loginModalBtn{
	font-size		: 13px;
    height			: 40px;
    line-height		: 40px;
	padding			: 0 10px;
	background		: #000000;
	color			: #FFFFFF;
	border			: none;

}
.loginModalBtnLink {
	cursor			: pointer;
	float			: left;
	line-height		: 40px;
}
.loginModalBtn:hover {
	background		: #666666;
}





/*MEDIA QUERIES*/
@media only screen and (max-width : 767px) {
	.modalText {
		font-size	: 15px;
	}
	.modalTitle {
		font-size	: 20px;
		text-align	: left;
		margin-top	: 20px;
	}
}

@media only screen and (min-width : 768px) {
	.modalText {
		font-size	: 17px;
	}
	.modalTitle {
		font-size	: 25px;
		text-align	: right;
		float		: right;
	}
}

/*MEDIA QUERIES*/