body {
	background: url("../images/hospital-background-2.jpg") no-repeat center center fixed;
	background-size: cover;
	font-size: 16px;
	/*font-family: 'Lato', sans-serif;*/
	font-weight: 300;
	margin: 0;
	color: #666;
}

/* Typography */
h1#title {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 3.2em;
	color: #00a551;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	margin: 0 auto;
	padding-top: 180px;
	max-width: 500px;
	text-align: center;
	position: relative;
	top: 0px;
}

h1#title span span {
	font-weight: 400;
}

h2 {
	text-transform: uppercase;
	color: white;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 1.4em;
	line-height: 2.8em;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #aeaeae;
}

p.small {
	font-size: 0.8em;
	margin: 20px 0 0;
}


/* Layout */
.container {
	margin:  auto;
}

.top {
	margin: 0;
	padding: 0;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 10%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 10%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.login-box {
	background-color: white;
	max-width: 500px;
	margin: 0 auto;
	position: relative;
	top: 150px;
	padding: 30px 30px 5px 30px;;
	border-radius: 5px;
	box-shadow: 0 5px 50px rgb(0 0 0 / 80%);
	text-align: left;
}

.login-box .box-header {
	margin-bottom: 36px;
}

.login-box .textWarning {
	color: #EC5C59;
	font-weight: 400;
	margin-bottom: 24px;
}

.login-box label {
	font-weight: 700;
	font-size: .8em;
	color: #00a551;
	text-transform: uppercase;
	/*font-family: 'Roboto Thin', sans-serif;*/
}

.login-box input {
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: .9em;
	color: #888;
}

.login-box input:focus {
	outline: none;
	border-color: #665851;
	transition: 0.5s;
	color: #665851;
}

.login-box input#login-button {
	margin-top: 0px;
	border: 0;
	border-radius: 2px;
	color: white;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.7em;
	background-color: #00a551;
	cursor:pointer;
	outline: none;
}

.login-box input#login-button:hover{
	background: #f4811f
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.selected {
	color: #f4811f !important;
	transition: 0.5s;
}

/* Animation Delay */
#logo {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2s;
}

.login-box {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
}
.password-wrapper {
    position: relative;
}
.toggle-password {
    position: absolute;
    right: 16px;
    top: 30%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toggle-password:hover {
    opacity: 0.6;
}

.toggle-password svg {
    width: 20px;
    height: 20px;
    fill: #666;
}
