@charset "UTF-8";
/* CSS Document */
 .dashicons-wmc {                                 
      /*  background-image: url("'.plugins_url().'/wp-member-check/img/dashincons-wmc.png"); */
	    background-image: url("img/dashincons-wmc.png");
        background-repeat: no-repeat;
        background-position: center; 
    }
.col-md-12{
  	padding-bottom: 5%;
	padding-left: 20px;
  	padding-right: 20px;
	min-height: 600px;
}
#login-modal {
	pointer-events: all;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	padding-top: 20px;
	background-color: #eee;
}
.modal-login {
	color: #636363;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 550px;
    margin: 1.75rem auto;
  }
}
.modal-dialog {
	position: relative;
	width: auto;
	/*margin: .5rem;
	pointer-events: none; */
}
.modal-body {
	position: relative;
	padding: 1rem;
}
.modal-login .form-control, .modal-login .btn {
	min-height: 30px;
	border-radius: 3px;

}
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.invalid-feedback {
	width: 100%;
	margin-top: .25rem;
	color: #dc3545;
}
.modal-login .btn {
	border: none;
	line-height: normal;
}
.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	border-radius: 10px;
	font-weight: 600;
	width: 10em;
}
.btn-group-sm > .btn, .btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;

}
a {
	color: #4183c4;
	text-decoration: none;
	background-color: transparent;
}
#resend_code{color: #327ab7;
  font-size: 14px;}

