@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

html, body {
    height: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    background-color: #ffffff;
}
.t-brand,
a.t-brand {
  color: #C514E0;
}
.ms-page {
  height: 100%;
  position: relative;
  background: #FFF;
}
.ms-login h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
.ms-login h3 {
  font-size: 1.15rem;
  font-weight: bold;
}

.ms-collage .background,
.background .bg-item-s,
.background .bg-item-top,
.background .bg-item-bottom {
  position: absolute;
}
.ms-collage .background {
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.background .bg-item-s {
  position: absolute;
  top: 25%;
  right: 0;
  width: 20%;
}
.background .bg-item-top {
  position: absolute;
  top: 0;
  left: 33%;
  width: 33%;
}
.background .bg-item-bottom {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 50%;
}
.ms-content {
  position: relative;
  width: 100%;
  min-height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content: center;
}
.ms-login,
.ms-contact {
  padding: 20px;
}
.ms-login {
  margin: 0 auto;
  text-align: center;
}
.ms-login .logo,
.ms-contact .logo {
  margin-bottom: 10px;
}
.logo__img {
  width: 90px;
}
.btn-cta {
  display: inline-block;
  min-width: 240px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  padding: 0.85rem 1.5rem;
  border-radius: 4px;
  color: #ffffff;
  background: linear-gradient(180deg, #DA21FF 0%, #451483 100%);
}
.btn-cta:hover,
.btn-cta:focus {
  color: #ffffff;
  background-color: #451483;
}
.form-control {
  padding: calc(0.5rem + 1px) 2.5rem;
  border-radius: 4px;
}
.contact-panel .form-control {
  padding: calc(0.5rem + 1px) 2.5rem;
  border-radius: 4px;
}
.form-control-wrap {
  position: relative;
}
.form-control-wrap .form-control {
  padding-left: 3rem;
}
.form-control-wrap.user .icon,
.form-control-wrap.pass .icon {
  position: absolute;
  top: calc(50% - 8px);
  left: 1.5rem;
  width: 16px;
  height: 16px;
  fill: #6c757d;
}
.form-control-wrap.user input:focus + .icon,
.form-control-wrap.pass input:focus + .icon {
  fill: #1b74e4;
}
.copyright,
.legal-links {
  font-size: 14px;
  color: #666666;
}
.legal-links a {
  color: #666666;
  padding: 0 .25rem;
}
.legal-links a:hover {
  color: #1b74e4;
}
.contact-panel textarea {
  resize: none;
}

@media only screen and (min-width: 768px) {
  .ms-login {
    margin: auto;
    text-align: center;
  }
  .ms-login h1,
  .ms-contact h1 {
    font-size: 2.5rem;
  }
  .ms-login h3 {
    font-size: 1.5rem;
  }
  .login-panel {
    width: 600px;
    max-width: 100%;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
  }
  .ms-login .logo,
  .ms-contact .logo {
    margin-bottom: 30px;
  }
  .logo__img {
    width: 180px;
  }
  .btn-cta {
    padding: 0.85rem 2rem;
  }
  .contact-panel {
    width: 740px;
    max-width: 100%;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 991px) {
  .background .bg-item-s {
    position: absolute;
    top: 25%;
    right: 20px;
    width: auto;
  }
  .background .bg-item-top {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
  }
  .background .bg-item-bottom {
    position: absolute;
    bottom: 0;
    left: 6%;
    width: auto;
  }
}
