html{box-sizing:border-box;font-size:16px;width: 100%;}*,:after,:before{box-sizing:inherit}body,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proxima/proximanova-regular/proximanova-regular-webfont.woff2') format('woff2'),
    url('fonts/proxima/proximanova-regular/proximanova-regular-webfont.woff') format('woff'),
    url('fonts/proxima/proximanova-regular/proximanova-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proxima/proximanova-regular/proximanova-regularit-webfont.woff2') format('woff2'),
    url('fonts/proxima/proximanova-regular/proximanova-regularit-webfont.woff') format('woff'),
    url('fonts/proxima/proximanova-regular/proximanova-regularit.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

/* Proxima Nova Bold */
@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proxima/proximanova-bold/proximanova-bold-webfont.woff2') format('woff2'),
    url('fonts/proxima/proximanova-bold/proximanova-bold-webfont.woff') format('woff'),
    url('fonts/proxima/proximanova-bold/proximanova-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proxima/proximanova-bold/proximanova-boldit-webfont.woff2') format('woff2'),
    url('fonts/proxima/proximanova-bold/proximanova-boldit-webfont.woff') format('woff'),
    url('fonts/proxima/proximanova-bold/proximanova-boldit.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

body {
    font-size: 16px;
    font-family: 'Proxima Nova', 'Lato', Arial, Helvetica, sans-serif;
    background-color: #FFFFFF !important;

}

#regwrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 432px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
    #regwrapper{
        padding-left:25px;
        padding-right:25px;
    }
}

.txtcolor,.welcome-class{
    font-size: 21px;
    font-weight: 700;
    color: #172C42 !important;
}
.second-line{
    font-size: 16px;
    color: #505D6D;
    margin-top: 8px;
}
fieldset {
    border: none;
    margin:0;
    padding:0;
    position: relative;
}

a#contactUs {text-decoration:none;
    color: #015AC8;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;

}

body #footer_container {
    left: 0!important;
}

#footer_links{
    margin-top: 16px;
    display:flex;
    flex-wrap: wrap;
    color: #015AC8;
    font-size: 16px;
    font-weight: 400;
    gap: 8px;
}
#footer_container #footer_links, #footer_container #copyright {
    padding: 0 !important;
}
#copyright{
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #505D6D;
}

#toolbox #websvcnav a:hover {color:#172C42 !important;}

#reqFields{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin-top: 16px;
    color: #505D6D;
}

.para-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin-top: 16px;
    color: #505D6D;
}

.para-text-new-reg{
    margin-bottom: 16px;
}

.newCode{

    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #505D6D;
}

input[type="text"]~span {
    border: 1px solid #FFFFFF; /* Change border color */
    color: #CF230C; /* Change background color */
    display: block;
    margin-top: 16px;
}


#brandingwrapper
{border-bottom:1px solid #CCD1D6 !important;
    width: 100%;
}

#errorMessage{
    color: #CF230C; /* Change background color */
    display: block;
    margin-top: 16px;
}

#otpErrorMessage,
.server-error-msg{
    color: #CF230C; /* Change background color */
    display: block;
    margin-top: 16px;
}

#lockoutMessage button {
    font-family: 'Proxima Nova', 'Lato', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0066A5;
    outline: none;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration: underline;
}

#careRegisterForm span.help-inline-error {
    display: block;
    color: #F00;
    font-weight: 400;
    font-style: italic;
}

#logoleft {

    padding-top: 2%;
    padding-left: 4%;
    width: 50%;

}
