body{
	text-align:center;
	font-size:8px;
  margin:0;
  background-color:#F5F5F5;
}
#inputBox{
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: auto;
  width:300px;
  height:400px;
}
.logo img{
  width:50%;
}
.logo h1{
  margin-bottom:2rem;
}
.logo h1 span{
  font-size:2rem;
}
.text-left{
  text-align:left!important;
  font-size:1.4rem;
}
.margin-top{
  margin-top:15px!important;
  margin-bottom:15px;
}
.container{
  height : calc(100vh - 45px);
}

#errMsg{
  color:red;
  font-size:1.6rem;
}

