.login-box-body {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.login-logo {
    margin-bottom: 15px;
}

.login-logo img {
    max-width: 140px;
}

.login-box-body, .register-box-body {
    padding: 30px;
}

.has-feedback {
    text-align: justify;
}

.invalid-feedback {
    font-size: 12px; 
    color: #dd0b0b;
}

.customcheckbox {
	margin-top: 7px;
	margin-bottom: 7px;
}

.customcheckbox label {
	padding-left: 26px;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}

.customcheckbox label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 19px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}

.preloadfontfix::after {
    font-family: 'FontAwesome';
    content: "\F00C";
    opacity: 0;
}

.customcheckbox input[type="checkbox"]:checked + label::after {
    position: absolute;
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: 900;
    content: "\F00C";
    top: 50%;
    left: 4px;
    margin-top: -5px;
    font-size: 11px;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #333;
}

.customcheckbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}

.custom-separator span {
	text-align: center;
	color: #CCC;
	background: #fff; 
    padding: 0 10px; 
}

.custom-separator {
    position: relative;
    z-index: 1;
}

.custom-separator::before {
    border-top: 1px solid #dfdfdf;
    content:"";
    margin: 0 auto; 
    position: absolute; 
    top: 50%; left: 0; right: 0; bottom: 0;
    width: 80%;
    z-index: -1;
}