* {
    font-family: 'Roboto', sans-serif;
}

body, button, input, textarea {
    font-family: 'Roboto', sans-serif;
}

body {
    background-image: url('https://alutiiq.blob.core.windows.net/myalutiiq/img/LoginCardBackgroundImage.png');
    background-size: cover;
    background-position: center;
}

.heading {
    text-align: center;
}

h1 {
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 45px;
    margin-bottom: 0px;
}

.tagline {
    margin: -5px 0px 25px 0px;
    padding: 0px;
    display: block;
    font-size: 14px;
    color: #727272;
}

h2 {
    font-size: 14px;
    line-height: 12px !important;
    margin-bottom: 10px;
}

input{
    border: none;
    border-bottom: 2px solid gray;
    height:35px;
    width: 99%;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 32px;
}

.social {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

#forgotPassword {
    color: #448aff;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 5px;
    text-transform: lowercase;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    border-color: #e5e5e5 !important;
}

.create{
    display: none;
}

.halfSection{
    width: 50%;
    padding: 0px;
    float: left;
}

#container{
    justify-content: center;
} 

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h2, h2 {
    font-size: 30px;
} 

.loginCard {
    border-radius: 10px;
    margin-top: 9%;
    width: 350px;
    height: 590px;
    background-color: #fff;
    color: rgba(0,0,0,0.87);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    position: relative;
    z-index: 1;
    border-radius: 2px;
    transition: .3s cubic-bezier(.4,0,.2,1);
    transition-property: all;
    transition-property: color,background-color;
    will-change: color,background-color;
    border-radius: 15px;
}

.card-content {
    font-size: 14px;
    border-radius: 25px;
}

.loginCardFlex {
    display: flex;
    flex-direction: row;
}

.loginCardBackgroundImage {
    position: absolute;
    border-radius: 10px;
    height: 100% !important;
    width: 529px;
    max-width: 529px;
}

.loginLogo {
    position: relative;
    width: 25%;
    padding: 15px;
}

.leftCardText {
    color: white !important;
    position: absolute;
    margin-top: 12.5%;
    margin-left: 10%;
    margin-right: 50%;
}
.loginCardFlexRight {
    display: flex;
    flex-direction: column;
    width: fit-content;
    min-width: 350px;
}

.loginCardRight {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 11.5%; 
    margin-right: 10.75%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loginIconDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobileLoginLogo {
    display: block;
    width: 99px !important;
}

.helpIcon {
    color: rgb(94, 94, 94);
    height: 30px !important;
    cursor: pointer;
    margin-top: 3%;
}

.loginMobileTitle {
    display: flex;
    justify-content: center;
    color: rgb(94, 94, 94);
    margin-top: 30px;
    width: 300px;
}

.b2cLoginContainer {
    position: relative;
    width: 300px;
    margin-top: 20px;
}

.b2cLogin {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: inherit;
    height: 350px;
    width: 300px;
}

.footerContainer {
    display: flex;
    justify-content: center;
    padding: 20px;
    bottom: 0px;
    position: absolute;
    width: 287px;
    left: 17px;
}

.footerText {
    position: absolute;
    bottom: 10px;
    padding-right: 6px;
    margin-top: 3.5%;
    text-align: center;
    font-size: 11px;
    color: darkgray;
}

#Okta{
    height: 55px;
    width: 150px;
    background-size: contain; 
    background-color: transparent;
    border: none;
    border-radius: 15px;
    outline: none;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    background-color: var(--md-theme-default-background, #fff);
    color: var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87));
    margin-top: 14px;
    cursor: pointer; 
}

#OktaGlobal{
    height: 55px;
    width: 150px;
    background-size: contain; 
    background-color: transparent;
    border: none;
    border-radius: 15px;
    outline: none;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    background-color: var(--md-theme-default-background, #fff);
    color: var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87));
    margin-top: 14px;
    cursor: pointer; 
}

.oktaButton {
    border-radius: 10px;
    width: 64%;
    height: 64px;
    min-width: 88px;
    padding-top: 20px;
    margin: 6px 8px;
    user-select: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
    outline: none;
    background: transparent;
    border: 0;
    transition: .4s cubic-bezier(.4,0,.2,1);
    font-family: inherit;
    line-height: normal;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

#next {
    width: 100%;
    height: 36px;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    margin-top: 20px;
    background-color: #3390F3;
    border: none;
    cursor: pointer;
}

.buttonRipple {
    height: 100%;
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oktaButtonContent {
    position: relative;
    z-index: 2;
}

.separatorSection {
    margin-top: 15px;
    column-count: 3;
    padding-bottom: 25px;
}

.separator2 {
    padding-top: 2px;
}

.separatorText {
    min-width: 105px;
    color: darkgrey;
    position: relative;
    right: 5px;
}

hr  {
    border: 0;
    border-top: 1px solid #eee;
    color: darkgrey;
}

.error.itemLevel p {
    margin-top: 5px;
    margin-bottom: 0;
  }

label {
    display: hidden;
}

@media screen and (max-height: 700px) {
    .separatorText {
        right: 0px;
    }
}