* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body{
  
    overflow-x: hidden;

}

helpLink.tiny {
    display: none;
}

header {
    width: 100%;
    height: 12%;
    background: white;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.header-logo {
    max-width: 200px;
    display: flex;
    left: 20%;
    position: absolute;
    left: 10%;
}

img {
    vertical-align: middle;
    border-style: none;
}

.body-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    background: #054C70;
    padding: 20px;
    background: linear-gradient(-45deg, #09c, #054C70);
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #303030;
    padding: 20px;
}



.login-box {
    width: 100%;
    max-width: 900px;
    background-color: #fff;
    padding: 10% 10%;
    border-radius: 17px;
    margin-top: 100px;
    text-align: center;
    display: block;
}

.alert {
    background: #FFF0B3;
    color: #333;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 15px;
}

h2 {
    /* font-size: 22px;
    margin-bottom: 15px; */

    color: #003359;
    font-family: Oswald, sans-serif;
    font-size: 36px;
    letter-spacing: 0;
}

.register {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.register-button .btn {
    color: #086ea1;
    background-color: transparent;
    background-image: none;
    border-color: #086ea1;
    border: #086ea1;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 10px;
}

.forgot-links a {
    color: #007BFF;
    text-decoration: none;
}

.support {
    margin-top: 15px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .container {
        max-width: 600px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 900px;
        padding: 30px;
        width: 100%;
    }

}









.footer {
    background-color: #404040 !important;
    padding: 0 !important;
    height: auto;
    position: relative;
    margin-left: -15px !important;
    margin-right: -15px !important;
    z-index: 0;
    color: #fff;
    margin: 0;
    padding: 30px 0 65px;
    font-size: 0.875rem;
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.footer .footer-content {
    max-width: 1680px;
    margin: auto;
    padding: 2rem 15px !important;
}

.footer .footer-links {
    float: left;
    margin: 0px;
    margin-bottom: 30px;
    list-style-type: none;
    padding: 0;
    font-size: 0.81rem;
}

.footer .footer-links .footer-link {
    width: auto;
    margin: 0;
    padding: 0 30px 15px 0;
    background-image: none;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.footer .text {
    float: left;
    font-size: 0.81rem;
    line-height: 1.053rem;
    clear: left;
    width: auto;
    margin: 0px;
    padding: 10px 45px;
}

.footer .sm-icons {
    padding: 15px;
    margin-left: 15px;
    padding-bottom: 0px;
    padding-top: 0;
    float: right;
    border-left: 1px solid #fff;
    padding-left: 10px;
    height: 120px;
    margin-top: 20px;
    margin-left: 10px;
}

.footer .sm-icons a img {
    margin-right: 2px;
    margin-top: 2px;
    width: 28px;
    height: 28px;
}

.footer a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .footer-header {
    font-size: 0.81rem;
    width: 100%;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid white;
}


.nav {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    justify-content: space-between;
    display: flex;
    list-style: none;
    gap: 20rem;
}


input[type=text],
input[type=password] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #303030;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    height: 40px;
}

.intro {
    visibility: hidden;
}

#signInName_label {
    display: block;
    text-align: center;
    position: relative;
    color: #5e5e5e;
    box-sizing: border-box;
    font-family: 'proxima nova', 'montserrat', 'Arial', 'Helvetica', 'sans-serif';
    margin-bottom: 5px;
    font-size: 14px;
}

a#forgotUsername {
    font-family: 'proxima nova', 'montserrat', 'Arial', 'Helvetica', 'sans-serif';
    color: #086ea1;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
}

/* label[for="signInName"]{
	visibility: hidden;
	position: relative;
}
label[for="signInName"]::after{
    display: block;
	visibility: visible;
    text-align: center;
	position: relative;
	content:'Username';
    color: #5e5e5e;
    box-sizing: border-box;
    font-family: 'proxima nova', 'montserrat', 'Arial', 'Helvetica', 'sans-serif';

} */

button#next {
    align-items: flex-start;
    appearance: button;
    background-color: #06557d;
    border-color: #064d70;
    border-bottom-style: outset;
    border-bottom-width: 2px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-style: outset;
    border-left-width: 2px;
    border-right-style: outset;
    border-right-width: 2px;
    border-top-style: outset;
    border-top-width: 2px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "proxima nova", montserrat, Arial, Helvetica, sans-serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 13px;
    font-size-adjust: none;
    font-stretch: 100%;
    font-style: normal;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-variation-settings: normal;
    font-weight: 400;
    height: 34.4062px;
    letter-spacing: normal;
    line-height: 10.4px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    overflow-x: visible;
    overflow-y: visible;
    padding-block-end: 10px;
    padding-block-start: 10px;
    padding-bottom: 10px;
    padding-inline-end: 10px;
    padding-inline-start: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-size-adjust: 100%;
    text-transform: none;
    word-spacing: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-border-image: none;
    margin-left: 30px
}

#continue {
    color: #fff;
    border: none;
    line-height: 1rem;
    background-color: #086ea1;
    border-color: #086ea1;
    cursor: pointer;
    height: 50px;
    font-size: .875rem !important;
    /* padding: 0% 19%;*/
    width: 40%;
    border-radius: 5px;
    outline: 0 !important;
    transition: none !important;
    box-shadow: none;
    margin-top: 2%;
    font-family: 'proxima nova', 'montserrat', 'Arial', 'Helvetica', 'sans-serif';
}

#continue:hover {
    background-color: #1e4766;
    background-color: #1e4766;
    border-color: #1e4766;
}

.error {
    color: red;
    margin-bottom: 1%;
    order: 3;
}

.verifying-modal {
    color: transparent;
}

.TextBox {
    /* Styles for elements with the TextBox class */
    list-style-type: none;

}

.signInName_li {
    /* Styles for elements with the signInName_li class */
    list-style-type: none;
}

#signInName {
    width: 40%;
    margin: auto;
    padding: auto;
    background-color: white;
}

.RadioSingleSelect {
    list-style-type: none;
}

.textInput {
    border-color: #bbb;
    outline: #5e5e5e;
    width: 288px;
    height: 40px;
    background-color: #FFFFFF;
    padding: 6px 12px;

}

input[type="text"]:focus {
    border-color: #6c757d;
}

input[type="text"]:hover {
    border-color: #6c757d;
}

.textInput::placeholder {
    color: transparent;
    border-color: #bbb;
}

.helpLink {
    color: transparent;

}


#extension_PreferredMFA_email,
#extension_PreferredMFA_SMS {
    display: none !important;
}

label#email_option {
    background: #086EA1 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0.25rem;
    clear: both;
    display: flex;
    width: 40%;
    margin: 0 auto;
    padding: 14px;
    margin-bottom: 8px;
    color: white;
    font-size: 15px;
    cursor: pointer;
    z-index: 9999;
}
img#emailauth {
    margin-right: 12px;
}
img#smsauth{
    margin-right: 12px; 
    height: 23px;
}
label#SMS_option{
    background: #086EA1 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0.25rem;
    clear: both;
    display: flex;
    width: 40%;
    margin: 0 auto;
    padding: 12px;
    margin-top: 8px;
    margin-bottom: 10px;
    color: white;
    font-size: 15px;
    cursor: pointer;
    z-index: 9999;
}
#SMS_option:hover{
    background-color: #054C70 !important;
}
#email_option:hover{
    background-color: #054C70 !important;
}
.attrEntry {
    display: flex;
    flex-direction: column; 
    margin-bottom: 10px; 
}

.textInput {
    width: 100%; 
    padding: 8px;
    margin-top: 5px;
}

.error {
    color: red;
    font-size: 14px; 
    margin-top: 5px; 
    display: block; 
}

.error.itemLevel.show {
    display: block; 
}
.error.itemLevel{
    display: none;
}
#sublabelsms,#sublabelemail{
 cursor: pointer;
 font-family: proxima nova, montserrat, Arial, Helvetica, sans-serif;
}

.error.itemLevel.show {
    display: none; /* Hide initially */
}
.footer-disclaimer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-disclaimer[_ngcontent-c11] {
    padding-right: 1.5rem;
    margin-right: 1.5rem;
    border-right: 1px solid #fff;
    margin-top: 1.5rem;
}
.cf-container {
    width: 100%;
    max-width: 1140px;
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.small, small {
    font-size: .875rem;
    font-weight: 400;
}
.footer-language {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid #fff;
    width: 90%;
    /* padding: 10px 50px; */
    margin: 0 auto;
}
.footer-language .font-weight-light {
    font-weight: 300 !important;
}
.footer-language .mb-4, .footer-language .my-4 {
    margin-bottom: 1rem !important;
}
.footer-language .row{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.footer-language .h4, .footer-language h4 {
    font-size: 1.5rem;
    font-family: "Open Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
}
@media (min-width: 992px) {
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667% !important;
        max-width: 16.66667% !important;
    }
}
.lang-assistance {
    width: 100%;
}
.lang-assistance .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
}

.version-div{
    width: 100%;
    padding: 20px 60px;
    font-size: 14px;
}
.version-div div{
    margin-bottom: 5px;
}