@font-face {
    font-family: 'Nexa Extra';
    src: url('/Skinning/harvey/Locales/en/unsecured/fonts/Nexa-Book.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Nexa';
    src: url('/Skinning/harvey/Locales/en/unsecured/fonts/Nexa-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Nexa Book';
    src: url('/Skinning/harvey/Locales/en/unsecured/fonts/Nexa-Book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
body{font-family: 'Nexa Book';}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
 body{margin:0;padding:0;font-weight:normal;}
 h1{font-family: 'Nexa Book';font-size:32px;line-height:48px;color:#333333;font-weight:normal;}
 h2{font-family: 'Nexa Book';font-size:28px;line-height:42px;color:#333333;font-weight:normal;}
 h3{font-family: 'Nexa Book';font-size:24px;line-height:36px;color:#333333;font-weight:normal;}
 h4{font-family: 'Nexa Book';font-size:20px;line-height:30px;color:#333333;font-weight:normal;margin:0px;}
 h5{font-family: 'Nexa Book';font-size:24px;line-height:10px;color:#333333;font-weight:normal;margin:0px;}
header{border-bottom:solid 5px #C41230;}
.header-logo {
    padding: 15px 0;
}
.header-logo  img{
    width: 220px;
}
.login-body{
    /* background-image: url(/Skinning/harvey/Locales/en/unsecured/BrandBuilderLoginBackground.png); */
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 100%;
    width: 100%;
    height: calc(100vh - 65px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_box{    max-width: 499px;
    /* background: #fff; */
    /* padding: 3% 6%; */
    margin: 0px auto;
    }
.form_box h2{text-align:left;margin-top:0px;font-size:40px;margin-bottom:20px;
    letter-spacing: 1.5px;}
.registrationform label{width:100%;text-align:left;font-size:16px;color:#000;margin-bottom:0px;  font-weight: normal;}
.registrationform input{width:100%;padding:10px;margin:10px 0px;border:solid 1px #D7D7D7;border-radius:5px;height:44px;   font-size: 16px;
    font-weight: normal;}
.forgot-pw{text-align:right;}
.forgot-pw a{color:#000;text-decoration:none;font-size:16px;   font-weight: normal;}

.submit-btn a{text-align:right;color:#000000;margin-right:10px;font-size:16px;    font-weight: normal;}
.btn_submit{background:#C41230;width:117px !important;height:44px;color:#fff;border:solid 1px #C41230 !important;  font-weight: bold !important;}
footer{background-color:#000 ;padding:45px 20px;color:#fff;height:144px;font-family: 'Nexa Book';}
footer a {
    text-decoration: underline;
}
div#LoginMessageArea {
    color: #C41230;
}
.harvey_loginheading{
    text-align: center;
    margin-bottom: 45px;
    color: #000;
    font-size: 35px;
    font-weight: 900;
    font-family: 'Nexa Extra';
}
.submit-btn {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    vertical-align: middle;
}
.submit-btn a{
    color:#000;
    margin-top: 20px;
}
.loginbtn { 
    display: flex;
    justify-content: end;
    text-align: right;
    width: 50%;
}
.createuser {
    display: flex;
    justify-content: start;
    text-align: left;
    width: 50%;
    vertical-align: middle;
}
.footer_details p{
    font-size: 13px;
    margin-bottom: 10px;
}
#login{
    border: 1px solid #ccc;
    padding: 50px;
    box-shadow: 0 0 4px #ccc;
}
.contactsupport{
    text-align: center;
    padding: 25px 0 0;
}
.contactsupport a{
    color: #C41230;
    font-size: 16px;
    font-weight: 500;
}

@media screen and (max-width:767px){
    footer.container-fluid{
        padding: 20px 0;
        text-align: center;
    }
}
@media screen and (max-width:599px){
    .harvey_loginheading {
        font-size: 24px;
    }
    #login{
        padding: 15px;
    }
    .submit-btn a {
        text-align: center;
        margin: 20px 10px 0 0;
        font-size: 16px;
        font-weight: normal;
    }
    .loginbtn {
        width: 40%;
    }
    .createuser {
        width: 60%;
    }
    
}