.modal-open {
  overflow:hidden !important;
  overflow-y:scroll !important;
  padding-right:0 !important;
}

.modal-login {
	max-width: 400px !important;
	margin: auto !important;
	padding: 0 !important;
}

.modal-login .modal-content {
	border: none;
}

.modal-login .modal-header {
	color:#66b412;
    position: relative;
	justify-content: center;
    background: #222;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    padding: .6rem 0 .6rem 0 !important;
    border-bottom: none !important;
}

.modal-login .modal-header .modal-close {
	position: absolute;
	right: 0.2rem;
	top: 0rem;
	font-size: 2rem;
	padding: 0;
	line-height: 25px;
	color: #a8a8a8;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
}

.modal-login .btn-col, .modal-login .modal-body {
	background-color: #5c5c5c;
}

.modal-login .modal-body {
    padding: 30px 30px 0 30px;
}

.modal-login .modal-body .form-control {
	border: none;
	-webkit-box-shadow: 0px 3px 13px -1px rgba(0,0,0,0.6) !important;
	-moz-box-shadow: 0px 3px 13px -1px rgba(0,0,0,0.6) !important;
	box-shadow: 0px 3px 13px -1px rgba(0,0,0,0.6) !important;
	transition: all 0.3s linear;
}

.modal-login .modal-body .form-control:focus {
	background-color: #e8e8e8;
	box-shadow: none !important;
	border: solid 1px #9d9d9d !important;
}

.modal-login h4 {
	font-family: 'Muli', sans-serif;
	text-align: center;
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 500;
}

.modal-login label {
	color:#77e600;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.modal-login .btn-col {
	padding: 15px 30px 18px 30px;
}

.modal-login .login-submit {
	font-family: 'Maven Pro', sans-serif !important;
	border-radius: 0.3rem;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
	background-color: #66b412;
	color: #121212;
	transition: background-color 0.25s linear, box-shadow 0.1s linear;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.modal-login .login-submit:hover {
	background-color: #559510;
	color: #121212 !important;
}

.modal-login .login-submit:active {
	transform: translateY(2px);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
}

.modal-login .login-submit:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 104, 8, 0.76);
}

@media (max-width: 576px) {

	.modal-login .modal-body {
		padding: 20px !important;
	}

	.modal-login .btn-col {
		padding: 0px 20px 20px 20px !important;
	}

}