
@media screen and (max-width: 320px) {
.modal-dialog-custom{
		width: 250px !important;
		position: absolute;
	left: 50%;
	margin-left: -150px;
	height: 500px;
	top: 50%;
	margin-top: -150px;
	}
}
	

@media only screen and (min-device-width: 480px) {
	.modal-dialog-custom{
		width: 300px !important;
		position: absolute;
	left: 50%;
	margin-left: -150px;
	height: 500px;
	top: 50%;
	margin-top: -150px;
	}
}

@media only screen and (min-width: 1000px) {
	.modal-dialog-custom{
		width: 500px !important;
		  left: 50%;
        right: auto;
		margin-left: -150px;
	}
}

@media only screen and (min-width: 1200px) {
	.modal-dialog-custom{
		width: 500px !important;
		/*transform: translate(135%,175%) !important;*/
		  left: 50%;
        right: auto;
	}
}

.modal-header-custom{
	padding: 0 !important;
	border-bottom: 0 !important;
	left: 50px;
	bottom: 20px;
}

.modal-body-custom{
	padding: 20px !important;
}

.modal-body-custom h4{
	font-family: "Oswald",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.modal-body-custom input{
	width: 100%;
	height: 50px;
	background-color:#E7E8E9;
	border: 0px;
}

.modal-footer-custom{
	border-top: 0px !important;
    padding: 0 20px 20px 20px !important;
	text-align: left !important;
}

.remember{
	float:left;
	font-size:12px;
}

.btn-modal-custom{
	float:left;
	background-color: #888888;
    color: #FFF;
    float: left;
	font-family: "Roboto",sans-serif;
	margin-top:20px;
	
}
