.container {
    position: relative;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 50% 50%;
    min-height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 1;
}

.container-onecol {
    margin: 0;
    padding: 0;
    height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    display: grid;
    grid-template-rows: 1fr;

}

.content-wrapper {
    margin-top: -0.5em;
    margin-right: -0.5em;
    background-color: #f8f8f8;
    height: 100vh;
    display: flex;
    Xgrid-template-rows: 95% 5%;
    Xgrid-template-rows: 80% 20%;
    XXgrid-template-rows: 1fr 30%;
    XXvertical-align: middle;
    align-items: center;
}

.content {
    margin: auto;
    XXpadding-top: 3em;
    line-height: 1.5em;
    text-align: center;
}

.centertext {
	max-width: 550px;
}

.centertext h3 {
	color: #2789c3;
}

.phone-text {
	color: #076dcf;
}

.disclaimer {
    margin: 40px auto 0px;
    Xwidth: 50%;
    line-height: 1.5em;
    font-size: 0.8em;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #3b424b;
}

.leftside-wrapper {
    margin-top: -0.5em;
    margin-left: -0.5em;
    padding-left: 25%;
    padding-right: 25%;
    Xbackground-color: #2789c3;
    Xcolor: #f8f8f8;
    color: #ffffff;
    font-weight: bolder;
    Xheight: 100vh;
    display: grid;
    /*grid-template-rows: ;*/
    vertical-align: middle;
    align-items: center;
}

/* Fixed faded left-half background */
.leftside-wrapper::before {
    content: "";
    position: fixed; /* keeps it fixed while scrolling */
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    Xheight: 100vh;
    background: url("/SVCLNKimageb.jpg") center center / cover no-repeat;
    XXbackground-color: rgba(39, 137, 195, 0.8); /* Blue with 50% opacity */
    Xopacity: 0.2; /* fade level */
    z-index: 0;   /* behind content */
}

.leftside {
    margin: auto;
    Xwidth: 80%;
    line-height: 1.5em;
    font-size: 1.5em;
    font-weight: 400;
    text-align: center;
    z-index: 5;
}

.logintext {
    line-height: 1.35em;
    font-size: 1.25em;
    font-weight: lighter;
    color: #36566b;
}

.logo {
    padding-top: 1.5em;
    padding-bottom: 0.5em;
}

.Xform-border {
    background-color: white;
    border: solid 1px #dddddd;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
    border-radius: 5px;
}

.legacy-form {
    line-height: .8em;
    margin: auto;
    margin-top: 30px;
    background-color: white;
    border: solid 1px #dddddd;
    width: 350px;
    padding: 10px 10px 30px 10px;
    border-radius: 5px;
}

.legacy-label {
    margin-top: 1em;
    margin-bottom: -0.75em;
    Xfont-size: .8em;
    Xfont-weight: lighter;
    color: gray;
    padding: 1em;
    text-align: left;
}

.legacy-input{
    margin-bottom: -1.5em;
    font-size: 1em;
    width: 250px;
    width: 90%;
    padding: .5em;
    border: 1px solid #325063;
    border-radius: 3px;
}

.legacy-input2{
    margin-bottom: 1em;
    font-size: 1em;
    width: 250px;
    width: 90%;
    padding: .5em;
    border: 1px solid #325063;
    border-radius: 3px;
}

.label {
    margin-top: 1em;
    /*margin-bottom: -0.75em;*/
    font-size: .8em;
    font-weight: lighter;
    color: gray;
    text-align: left;
}

.input {
    /*margin-top: 1em;*/
    margin-bottom: 1em;
    font-size: 1em;
    width: 250px;
    padding: .5em;
    border: 1px solid #325063;
    /*border-radius: 5px;*/
}

.button {
    margin-top: 1em;
    Xmargin-left: -2em;
    Xmargin-right: -2em;
    padding: 1em;
    font-weight: bold;
    Xfont-size: 0.65em;
    font-size: 1em;
    width: 250px;
    width: 95%;
    /*height: 2em;*/
    background-color: #0079bc;
    color: #f8f8f8;
    border: none;
    /*border-radius: 5px;*/
}

.footer {
    XXXXbottom: 10px;
    display: grid;
    XXgrid-template-rows: 90% 10%;
    align-items: center;
    line-height: 1.5em;
    font-size: 0.7em;
    vertical-align: middle;
    text-align: center;

}

.footer a {
    color: #076dcf;
    text-decoration: none;
}

.footer-links {
	Xbottom: 100px;
    display: flex;
    color: #076dcf;
    Xfont-size: 0.75em;
    Xfont-weight: lighter;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
}

.footer-text {
    XXmargin: 0 auto 10px;
    margin: auto;
    margin-top: 4em;
    width: 75%;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #3b424b;
}

.separator {
    padding: 6px;
    color: #eee29c;
    font-size: 1.5em;
}

.smalltext {
    font-size: 0.75em;
    font-weight: normal;
    /*color: #36566b;*/
}

#loginerror {
	margin-top: 20px;
	color: red;
}

#okta-login-container {
    Xmargin-top: 30px;
    Xwidth: 100%;
    Xzoom: 0.95;
    XXmargin-bottom: -4em;
}


#okta-sign-in {
    margin-top: 30px;
    width: 400px;
    max-width: 500px;
    text-align: left;
}


#okta-sign-in .auth-content {
    padding: 60px 20px 20px;
    Xmargin-bottom: 2em;
}

.enroll-factor-description {
    Xwidth: 500px;
}

/* Hide Okta’s header */
/*
#okta-sign-in .auth-org-logo,
#okta-sign-in .auth-header {
  display: none !important;
}
*/
