body,
html {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  height: 100%;
  background-repeat: no-repeat;
  background: url("/assets/img/login-background.jpg") no-repeat center center
    fixed;
  background-size: cover;
}

hr {
  width: 100%;
}

.logo {
  margin-top: 5%;
}

.loading {
  display: none;
  margin-top: 20px;
  text-align: center;
  color: #fff;
}

.card-container.card {
  max-width: 350px;
  background: url("/assets/img/login-background-ms.jpg") no-repeat center center;
  background-size: cover;
}

.btn {
  font-weight: 700;
  height: 36px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  border-radius: 5px;
  background: #183261fa;
  border: 1px solid #183261fa;
  height: 55px;
  margin-bottom: 10px;
  margin-top: 20px;
  cursor: pointer;
}
.btn:hover {
  background: #183261fa;
  border: 1px solid #183261fa;
}
.x-icon {
  top: 4px;
  position: relative;
}

/*
* Card component
*/
.card {
  background-color: #fffdec;
  /* just in case there no content*/
  padding: 1px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 25%;
  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
