*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
}
@media (min-width: 576px) {
  body {
//    background: url("../images/background-lla.svg") no-repeat bottom right;
    background-size: contain;
  }
}
@media (orientation: landscape) {
  body {
    background-size: auto 75vh;
  }
}
@media (orientation: portrait) {
  body {
    background-size: auto 50vh;
  }
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: 300;
  line-height: inherit;
}

h1, h2, h3, h4, h5 {
  margin: 1rem 0;
  font-weight: 100;
  line-height: 1.15;
}

@media (min-width: 1200px) {
  h1 {
    margin-top: 0;
    font-size: 4.052em;
  }

  h2 {
    font-size: 4em;
  }

  h3 {
    font-size: 2.953em;
  }

  h4 {
    font-size: 2.563em;
  }

  h5 {
    font-size: 2.25em;
  }

  h5 {
    font-size: 1.25em;
  }

  small, .text_small {
    font-size: 0.8em;
  }
}
.container {
  display: flex;
  height: 100vh;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.hide {
  display: none;
}
    
.form-group:hover + .hide {
  display: block;
  color: red;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.sso--login {
  color: #606060;
  display: grid;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; 
  font-weight: 100;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media (min-width: 576px) {
  .sso--login {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sso--login .column--primary {
  text-align: center;
}
@media (min-width: 768px) {
  .sso--login .column--primary {
  }
}
.sso--login .column {
  text-align: center;
  margin-left: 150px;
}
.sso--login .logo {
  max-width: 75%;
  height: auto;
}
@media (min-width: 768px) {
  .sso--login .logo {
    margin-bottom: 3em;
  }
}
.sso--login .title {
  color: #FE4100;
  font-weight: 100;
}
.sso--login .title small {
  color: #000;
  display: block;
  font-size: 0.3em;
  font-weight: 300;
}
.sso--login .heading {
  font-weight: 100;
}
.sso--login .login--form {
  background-color: #fff;
  border: solid 1px #C2C4D1;
  border-radius: 1.5em;
  padding: 1.5em;
  text-align: left;
}
@media (min-width: 768px) {
  .sso--login .login--form {
    box-shadow: 0 0 1.5em #C2C4D1;
    margin: 1.5em;
  }
}
@media (min-width: 1200px) {
  .sso--login .login--form {
    margin: 4em 1.5em 1em;
  }
}
.sso--login .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.75rem;
  text-transform: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sso--login .btn-block {
  display: block;
  width: 100%;
}
.sso--login .btn-primary {
  color: #fff;
  background-color: #FE4100;
  border-color: #FE4100;
}
.sso--login .btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.sso--login .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #727272;
  border-radius: 0.75em;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sso--login .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.sso--login .form-control-plaintext a {
  color: #515151;
  font-size: 0.85em;
  font-weight: 300;
}
.sso--login .form-group {
  margin-bottom: 1rem;
}
.sso--login .form-group a {
  color: #515151;
  font-size: 0.85em;
  font-weight: 400;
}
.sso--login .form-text {
  display: block;
  margin-top: 0.25rem;
}

a img {
    display: inline-block;
    width: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.login--form .row {
    text-align: center;
    width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.medium-icon {
    width: 80px;
}
