@charset "utf-8";
/* CSS Document */
.input-group-text {
	  background-color: #1995dc;
	  color:white;
}

.login form #rememberme, .register form #rememberme {
	 width: 100%;
	 height: auto;
	 background-color: transparent;
	 color: #000;
	 justify-content: flex-start;
}

.login form #rememberme input {
	 transform: scale(1.3);
	 margin-right: 7px;
}

.bg-light {
    margin-top: 5%;
}

.has-error label,
.has-error input,
.has-error textarea {
	color: red;
	border-color: red;
}

.list-unstyled li {
	font-size: 13px;
	padding: 4px 0 0;
	color: red;
	margin-left:5px;
}

.btn:not(:disabled):not(.disabled) {
    color: white;
    background-color: green;
    border-color: green;
}

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.msg {color:red; margin-bottom:5px;}
.result {color:green;}
