body {
  background: #642DFF;
  height: 100vh;
  font-family: "Rubik", sans-serif;
  overflow: hidden;
}

.wrapper {
  width: calc(100% - 100px);
  height: calc(100% - 50px);
  margin: 25px auto 25px auto;
  display: flex;
  max-width: 1800px;
  flex: 1;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  padding: 20px;
}
.wrapper .logo-wrapper {
  display: flex;
  justify-content: center;
  min-width: 300px;
  padding: 30px;
}
.wrapper .logo-wrapper .logo-top {
  max-width: 250px;
  margin-bottom: 20px;
}
.wrapper .logo-wrapper img {
  width: 100% !important;
}
.wrapper .content-wrapper {
  width: 100%;
  border-radius: 20px;
  flex: 1;
  background: #fff;
  min-height: 500px;
  height: 80%;
  overflow: hidden;
}

.auth-page {
  height: 100%;
  display: flex;
}

.auth-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 1 35%;
  max-width: 35%;
  height: 100%;
  justify-content: center;
  padding: 0 40px;
}
.auth-wrapper .form-body {
  display: block;
  width: 100%;
}
.auth-wrapper .form-body label {
  font-weight: 300;
}
.auth-wrapper .header {
  margin-bottom: 30px;
  text-align: center;
}
.auth-wrapper .header h2 {
  font-size: 35px;
  font-weight: 200;
  margin: 0;
  text-transform: uppercase;
}
.auth-wrapper .header p {
  margin: 0;
}

.btn {
  cursor: pointer;
  margin: 30px 0;
  width: 100%;
  display: block;
  background: #642DFF;
  color: #fff;
  border: none;
  padding: 20px 60px;
  border-radius: 20px;
  font-size: 22px;
  font-weight: 300;
  transition: background ease-in-out 300ms;
}
.btn:hover {
  background: rgb(137.6428571429, 96, 255);
}

input[type=text], input[type=password] {
  display: block;
  padding: 15px 20px;
  width: 100%;
  margin: 5px 0 15px;
  box-sizing: border-box;
  font-size: 18px;
}

.image {
  position: relative;
  background: url("../login-image.jpg") no-repeat center center #642DFF;
  background-size: cover;
  height: 100%;
  flex: 0 1 70%;
  max-width: 70%;
}

.nav-page {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.nav {
  list-style: none;
  margin: 20px 0 0 auto;
  width: 300px;
}
.nav .nav-item {
  display: inline-block;
  padding-left: 40px;
  line-height: 30px;
  font-size: 22px;
  position: relative;
}
.nav .nav-item:before {
  content: "";
  position: absolute;
  background: url("../user.svg") no-repeat;
  width: 20px;
  height: 30px;
  left: 0;
}
.nav .nav-item a {
  color: #fff;
  text-decoration: none;
}

.welcome-page {
  padding: 40px;
  display: block;
  text-align: center;
}

.invitation-content h1 {
  color: #642DFF;
  font-weight: 400;
}
.invitation-content p {
  font-size: 16px;
  font-weight: 300;
}

.invitation-not-valid {
  margin-top: 30px;
  padding: 20px;
  text-align: center;
  border: 1px solid #642DFF;
}
.invitation-not-valid h3 {
  color: #ec3862;
}

.logo-top {
  max-width: 250px;
  text-align: center;
  margin: 0 auto 20px auto;
}
.logo-top img {
  width: 100%;
}

.action-btn-flex {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  flex-wrap: nowrap;
}
.action-btn-flex .item {
  flex: 0 1 50%;
  width: 50%;
  padding: 5px;
  text-align: center;
}
.action-btn-flex a {
  position: relative;
  align-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  border: 1px solid #642DFF;
  text-decoration: none;
  background: #e8e3ff;
  display: block;
  transition: background ease-in-out 300ms;
}
.action-btn-flex a:hover {
  background: #f0eff5;
}
.action-btn-flex h4 {
  font-size: 16px;
}
.action-btn-flex h4 span {
  font-weight: 300;
  display: block;
  font-size: 12px;
}

/*# sourceMappingURL=site.css.map */
