@import url(https://fonts.googleapis.com/css?family=Nunito);body {
  overflow: hidden;
}

body #app {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: visible;
  position: relative;
}

body .card {
  background-color: #37A661;
  color: #fff;
}

body .login .card-body > div {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}

body .login .box-logo {
  flex-direction: column;
}

body .login .title-login > * {
  text-align: center;
}

body .login .logo-pcp {
  margin-bottom: 25px;
}

body .login .title-login > h2 {
  font-size: 16px;
  font-weight: 600;
}

body .btn-login {
  background: #fff;
  color: #37a661;
  border: 1px solid #37a661;
}

body .login .card .form-group .btn-link {
  color: #fff;
}

.opacity {
  opacity: 0.6;
}

.cols-flex {
  display: flex;
  justify-content: space-between;
}

