html,
body{
    background-size: fit !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 100%;
    font-family: "Sanchez", sans-serif;
}

.container {
    height: 100%;
    align-content: center;
}

.card {
    margin-top: auto;
    margin-bottom: auto;
    width: 480px;
    background-color: rgba(0, 0, 0, 0.6) !important;
}
.user-login-button {
    position: absolute;
    top: -60px;
	right: 15%;
}
.user-login-button span {
    font-size: 18px;
    margin-left: 10px;
    color: #ffffff;
    background: #001122;
}
.card-header h3 {
    color: white;
}

.login-logo{
	height:150px;
	width:auto;
}
/* JBS */
.form-group {position: relative;}
.form-group img, .form-group i {
	position: absolute;
	left: 8px;
	top: 8px;
	height:24px;
	width: 24px;
}
.form-group span {
	position: absolute;
	left: 40px;
	top: 10px;
	font-size:14px;
	font-weight: bold;
	color:#000;
}
.form-control {
	padding-left:45px;
	top: 8px;
	border: 0;
	border-bottom: 0.5px solid #333;
	font-size: 14px;
}
.toggle-password {
	margin-left: 90%;
	height:24px;
	width: 24px;
}
.form-control:focus {border-color: #00ce81;}
.form-control, .btn {
	min-height: 40px;
	border-radius: 3px; 
}

/*End of JBS */

.login_btn {
    color: whitesmoke;
    background-color: #f94d1e;
    width: 100px;
}

.login_btn:hover {
    color: black;
    background-color: white;
}
/* Login / Registration Form */
.modal-login {
	color: #636363;
	width: 480px;
	margin: 0 auto;
}
.modal-login .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}
.modal-login .modal-header {
	border-bottom: none;
	position: relative;
	justify-content: center;
}
.modal-login h4 {
	text-align: center;
	font-size: 26px;
}
.modal-login  .form-group,
.form-theme  .form-group {
	position: relative;
}

.modal-login img, 
.form-theme img {
	position: absolute;
	left: 8px;
	top: 8px;
	height:24px;
	width: 24px;
}
.form-theme span {
	position: absolute;
	left: 40px;
	top: 10px;
	font-size:14px;
	font-weight: bold;
	color:#000;
}
.modal-login .form-control,
.form-theme .form-control {
	padding-left:45px;
	top: 8px;
	border: 0;
	border-bottom: 0.5px solid #333;
	font-size: 14px;
}
.form-theme .form-control {
	padding-left:145px;
}
.toggle-password {
	margin-left: 90%;
	height:24px;
	width: 24px;
}
.modal-login .form-control:focus,
.form-theme .form-control:focus {
	border-color: #00ce81;
}
.modal-login .form-control, .modal-login .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-login .hint-text {
	text-align: center;
	padding-top: 10px;
}
.modal-login .close {
	position: absolute;
	top: -5px;
	right: -5px;
}
.modal-login .btn, .modal-login .btn:active {	
	border: none;
	background: #61892f !important;
	line-height: normal;
}
.modal-login .modal-footer {
	background: #ecf0f1;
	border-color: #dee4e7;
	text-align: center;
	margin: 0 -20px -20px;
	border-radius: 5px;
	font-size: 13px;
	justify-content: center;
}
.modal-login .modal-footer a {
	color: #777;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
.custom-select{z-index:999 !important;}


/* End of Login / Registration Form */

@media only screen and (max-width: 767px) {
	.user-login-button {right: 10px;}
	.toggle-password {margin-left: 88%;}
	.modal-login {width: 320px;}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.user-login-button {right: 10px;}
	.toggle-password {margin-left: 88%;}
	.modal-login {width: 320px;}
}
