body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    min-height: 100%;
    background-color: #fafafa;
    color: #333;
}
@media only screen and (max-height: 550px) {
    body {
        min-height: 550px;
        max-height: 550px;
        height: 550px;
    }
    iframe {
        min-height: 550px;
        max-height: 550px;
        height: 550px;
    }
}
.Note {
  position: absolute;
  top: 48px;
  right: 0;
  z-index: 6;
  width: 26em;
}
@media (max-width: 667px) {
  .Note {
    right: auto;
    width: auto;
  }
}
.Login.Form.Container {
    width: 320px;
    float: right;
    overflow: hidden;
}
.Login.Form.Container h1 {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 21px;
    font-weight: 200;
}
.Main.Photo {
    margin-right: 320px;
    height: 100vh;
}
.Main.Photo iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.Login.Form {
    width: 270px;
    min-width: 270px;
    margin: 0 auto;
    padding-top: 12%;
}
.Login.Form #okta-sign-in {
    border: none;
    margin: 0;
    width: auto;
    min-width: auto;
}
.Login.Form #okta-sign-in .auth-content {
    padding: 0;
}
.Login.Form #okta-sign-in .button-primary {
    height: 38px;
    background-color: #93c90e;
    border-color: #82b10c;
    color: white;
    line-height: 38px;
}
.Login.Form .PulseLogo {
    width: 260px;
    height: 40px;
    background-image: url('/static/images/conviva-logo-registered.png');
    background-repeat: no-repeat;
    background-size: 208px auto;
    position: absolute;
    text-indent: -100%;
    overflow: hidden;
    top: 5%;
}
.Login.Form footer {
    position: fixed;
    bottom: 10px;
    padding-left: 40px;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
.Login.Form footer .ext.links {
    margin: 0px;
    color: #999;
    font-size: x-small;
}
.Login.Form footer .ext.links a {
    text-decoration: none;
    color: inherit;
}
.Login.Form footer .ext.links .separator {
    padding-left: 5px;
    padding-right: 5px;
}
.Login.Form footer .cp {
    margin-bottom: 0px;
    color: #999;
    font-size: x-small;
    text-align: center;
}
@media only screen and (max-height: 500px) {
    .ext.links {
        position: relative;
        bottom: 0%;
        top: 100px;
    }
    .cp {
        position: relative;
        bottom: 0%;
        top: 100px;
    }
    footer {
        top: 350px;
    }
}
.okta-sign-in-header {
    display:none;
}
#okta-sign-in .o-form-head {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 21px;
    font-weight: 200;
    color:#90c84f;
}