.login-section {
  max-width: 500px;
}
.box-login{
  background: #403f3f87;
  border-radius: 5px;
  align-items: baseline;
  text-align: center;
}
.bg-login {
  background-image: url("../img/login/planner3.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1px 0;
  position: relative;
}
.login-welcome {
  position: absolute;
  top: 20px;
  right: 30px;
}
/* .login-welcome h1,
.login-welcome h2,
.login-welcome h3,
.login-welcome h4,
.login-welcome h5,
.login-welcome h6,
.login-welcome .h1,
.login-welcome .h2,
.login-welcome .h3,
.login-welcome .h4,
.login-welcome .h5,
.login-welcome .h6 {
  font-family: Arial, Helvetica, sans-serif;
} */

.login-loader {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-loader img {
  width: auto;
}