* {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  outline: none;
}

.page-title-span {
  margin-left: 35px;
}

.button-right-icon {
  margin-left: 50px;
}

/*Login Section */

.login-cover {
  background: #fff;
  position: fixed;
  top: 0;
  left: 10;
  width: 200%;
  height: 200vh;
  z-index: 800;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loginProgress {
  display: none;
}

#loginError {
  display: none;
}
.h1{
	color :#4dadc7;
}