body, html {
  height: 100%;
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
}

.login-page {
  background-color: #53B8F5;
  height: 100vh;
  position: relative;
}

.login-box {
  width: 100%;
  max-width: 600px;
}

.login-box > div:first-child > img:first-child{
  height: 60px;
}

.login-box > div:first-child > img:last-child{
  height: 40px;
}

.login-box > h5{
  font-size: 1.8em;
  color: #53B8F5;
}

.bg-nurse{
	position:absolute;
	left:0;
	bottom:0;
}

.nurse-img {
  max-height: 62vh;
  object-fit: contain;
}

.login-text{
	position:relative;
	margin-bottom: 44px !important;
}

.login-text::after{
	content:"";
	border-bottom: solid 3px #53B8F5;
	width: 50px;
    position: absolute;
    left: 0;
    bottom: -6px;
}