body {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff url('../../../../Images/body-bg.png') 0 0 repeat-x;
}

body,input,select,td,textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    padding: 5px;
}
a.logo {
background: transparent 0 0 no-repeat;
display: inline-block;
width: 105px;
height: 81px;
padding: 20px;
}
#username {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid silver;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 349px;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
    font-size: 16px;
    text-align: left;
}

#loginBox #username {
    color: #000000;
}

#signUpBox #username {
    color: #333333;
}

#username.agentname {
    background-color: #ccc;
    border:none;
}
#username.agentname:hover {
    border:none;
    -webkit-box-shadow:none;
    -ms-box-shadow:none;
    box-shadow:none;
}

#pass,
#confPass {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid silver;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #000000;
    width: 349px;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
    font-size: 16px;
    text-align: left;
}

#username:hover,#pass:hover,#confPass:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

#signIn,
#signUp {
    margin: 0px;
    padding: 9px 0px 9px 18px;
    border-bottom: 1px solid #666666;
    color: rgb(255, 255, 255);
    font-size: 20px;
    /*    background: rgb(244, 175, 99);*/
    /*    background: -moz-linear-gradient(90deg, rgb(244, 175, 99) 0%, rgb(238, 139, 30) 100%);*/
    /*    background: -webkit-linear-gradient(90deg, rgb(244, 175, 99) 0%, rgb(238, 139, 30) 100%);*/
    /*    background: -o-linear-gradient(90deg, rgb(244, 175, 99) 0%, rgb(238, 139, 30) 100%);*/
    /*    background: -ms-linear-gradient(90deg, rgb(244, 175, 99) 0%, rgb(238, 139, 30) 100%);*/
    background-color: var(--color-neutral-500, #818791);
    /*    background: linear-gradient(180deg, rgb(244, 175, 99) 0%, rgb(238, 139, 30) 100%);*/
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.signButBlock {
    text-align: center;
    margin-bottom: 25px;
}

#signInb,
#signUpb {
    color: #fff;
    font-size: 15px;
    background-color: var(--color-primary-700, #52339a); /* Old browsers */
    /*background: -moz-linear-gradient(top, #f7ba77 0%, #ee9230 100%);*/ /* FF3.6+ */
    background-color: var(--color-primary-700, #52339a); /* Chrome,Safari4+ */
    background-color: var(--color-primary-700, #52339a); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #f7ba77 0%,#ee9230 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #f7ba77 0%,#ee9230 100%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom, #f7ba77 0%,#ee9230 100%);*/ /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ba77', endColorstr='#ee9230',GradientType=0 ); /* IE6-9 */
    border: none;
    padding: 4px 29px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    line-height: 23px;
    margin: 20px 0 0 0;
}
#signUpC {
    color: var(--color-neutral-lightest, #ffffff);
    font-size: 15px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /*background: #c8c8c8;*/ /* Old browsers */
    background-color: var(--color-neutral-600, #6b7280);
    /*background: -moz-linear-gradient(top, #c8c8c8 0%, #a4a4a4 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8c8c8), color-stop(100%,#a4a4a4));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #c8c8c8 0%,#a4a4a4 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #c8c8c8 0%,#a4a4a4 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #c8c8c8 0%,#a4a4a4 100%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom, #c8c8c8 0%,#a4a4a4 100%);*/ /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#a4a4a4',GradientType=0 ); /* IE6-9 */
    border: 1px solid #a4a4a4;
    padding: 4px 29px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    line-height: 23px;
    margin: 20px 0 0 0;
}
    #signUpC:hover,
    #signUpC:focus {
        color: #fff;
        font-size: 15px;
        /*background: #cccccc;*/ /* Old browsers */
        /*background: -moz-linear-gradient(top, #cccccc 0%, #a4a4a4 100%);*/ /* FF3.6+ */
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#a4a4a4));*/ /* Chrome,Safari4+ */
        /*background: -webkit-linear-gradient(top, #cccccc 0%,#a4a4a4 100%);*/ /* Chrome10+,Safari5.1+ */
        /*background: -o-linear-gradient(top, #cccccc 0%,#a4a4a4 100%);*/ /* Opera 11.10+ */
        /*background: -ms-linear-gradient(top, #cccccc 0%,#a4a4a4 100%);*/ /* IE10+ */
        background-color: var(--color-neutral-700, #4b5563); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#a4a4a4',GradientType=0 ); /* IE6-9 */
        border: 1px solid #868686;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

#signUpC:active,
#signUpC.active {
    color: #fff;
    font-size: 15px;
    background: #9c9c9c; /* Old browsers */
    background: -moz-linear-gradient(top, #9c9c9c 0%, #b4b4b4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c9c9c), color-stop(100%,#b4b4b4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9c9c9c 0%,#b4b4b4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9c9c9c 0%,#b4b4b4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9c9c9c 0%,#b4b4b4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #9c9c9c 0%,#b4b4b4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9c9c', endColorstr='#b4b4b4',GradientType=0 ); /* IE6-9 */
    border: 1px solid #9c9c9c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
#signInb:hover,
#signUpb:hover {
    background-color: var(--color-primary-600, #7c4ccd); /* Old browsers */
    /*background: -moz-linear-gradient(top, #fac46d 0%, #f19c18 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fac46d), color-stop(100%,#f19c18));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #fac46d 0%,#f19c18 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #fac46d 0%,#f19c18 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #fac46d 0%,#f19c18 100%);*/ /* IE10+ */
    background-color: var(--color-primary-600, #7c4ccd); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac46d', endColorstr='#f19c18',GradientType=0 ); /* IE6-9 */
}

#signInb:active,
#signUpb:active {
    background:  var(--color-primary-700, #52339a); /* Old browsers */
    /*background: -moz-linear-gradient(top, #dc801b 0%, #f1a047 100%);*/ /* FF3.6+ */
    background-color: var(--color-primary-700, #52339a); /* Chrome,Safari4+ */
    background-color: var(--color-primary-700, #52339a); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #dc801b 0%,#f1a047 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #dc801b 0%,#f1a047 100%);*/ /* IE10+ */
    background-color: var(--color-primary-700, #52339a); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc801b', endColorstr='#f1a047',GradientType=0 ); /* IE6-9 */
}

#userbox {
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    width: 391px;
    background: rgb(237, 237, 237);
    top: 50%;
    left: 50%;
    margin-top: -151px;
    margin-left: -196px;
    -webkit-box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.45);
    -ms-box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.45);
    border: 1px solid #666666;
}

#loginBox , #signUpBox {
    position: absolute;
    width: 100%;
    height: 85%;
    /*box-shadow: inset 0 0 376px rgba(0, 0, 0, 0.22);*/
    z-index: 9999;
    min-height: 301px;
    -moz-min-width: 391px;
    -ms-min-width: 391px;
    -o-min-width: 391px;
    -webkit-min-width: 391px;
    min-width: 391px;
}

#loginBox  .form-list,
#signUpBox .form-list {
    list-style: none;
    margin: 0;
    padding: 5px;
}

#loginBox .form-list li,
#signUpBox .form-list li {
    margin: 10px 0 0 10px;
}

.errorMsg {
    color: var(--color-danger-600, #d12828);
    font-size: 12px;
    padding: 5px 0 5px 28px;
}


#error{
    margin: 0px;
    padding: 9px 0px 9px 18px;
    border-bottom: 1px solid #666666;
    color: rgb(255, 255, 255);
    font-size: 20px;
    background: rgb(244, 175, 99);
    background: -moz-linear-gradient(90deg, rgb(244, 175, 99) 0%, rgb(238, 139, 30) 100%);
    background: -webkit-linear-gradient(90deg, rgb(244, 175, 99) 0%, rgb(238, 139, 30) 100%);
    background: -o-linear-gradient(90deg, rgb(244, 175, 99) 0%, rgb(238, 139, 30) 100%);
    background: -ms-linear-gradient(90deg, rgb(244, 175, 99) 0%, rgb(238, 139, 30) 100%);
    background: linear-gradient(180deg, rgb(244, 175, 99) 0%, rgb(238, 139, 30) 100%);
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

#errorbox {
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    width: 391px;
    background: #E5E5E5;
    color: var(--color-neutral-800, #343944);
    top: 50%;
    left: 50%;
    margin-top: -151px;
    margin-left: -196px;
    -webkit-box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.45);
    -ms-box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.45);
    border: 1px solid #666666;
}

#errorbox .list{
    list-style: none;
    margin: 0;
    padding: 5px;
}

#errorbox .list li{
    margin: 10px 0 0 10px;
    color: var(--color-neutral-800, #343944);
}

#error-block {
    margin-left: 400px;
    margin-right: 400px;
    border: 1px solid darkgray;
    border-top: 5px solid var(--color-primary-600, #7c4ccd);
    border-radius: 5px 5px 2px 2px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    height: 300px;
    text-align: center;
    font-size: 16px;
    color: var(--color-neutral-800, #343944);
    margin-top: 100px;
    padding-left:50px;
    padding-right:50px;
}

#error-block div {
    margin-bottom: 20px;
    margin-top: 20px;
}

#error-block .errorTitle{
    font-size:28px;
    color:black;
}

#error-block div.errorIcon {
    margin-top: 40px;
}

#error-block .errorIcon img {
    width: 90px;
    height: auto;
    max-width: 90px;
}

/* Ensure message copy (and nested elements) is not light gray from other stylesheets */
#error-block .errorMessage,
#error-block .errorMessage p,
#error-block .errorMessage span,
#error-block .errorMessage strong,
#error-block .errorMessage b,
#error-block .errorMessage i {
    color: var(--color-neutral-800, #343944);
}

#footerinner .footertext {
    color: var(--color-neutral-800, #343944);
}

#error-block a,
#error-block a:link,
#error-block a:visited,
#error-block a:hover,
#error-block a:focus {
    color: var(--color-primary-600, #7c4ccd);
}