/* THIS IS FOR OVERRIDING EXISTING STYLES FOR BRAND */

body {
    padding: 0 1rem;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

h1 {
    font-size: 32px !important;
    color: #2E1A47 !important;
    font-weight: 400 !important;
    text-align: right !important;
    position: relative !important;
    top: 10px !important;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 24px !important;
        text-align: center !important;
        margin-top: .5rem !important;
        margin-bottom: -1rem !important;
    }
}

.override-brand-header {
    padding: 1rem 0 2rem;
}

.override-brand-header {
    max-width: 1000px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .override-brand-header-logo {
        text-align: center !important;
    }
}

.override-brand-directive {
    margin: 0 auto 1rem;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    max-width: 420px;
    color: #2E1A47;
}

@media screen and (max-width: 768px) {
    .override-brand-directive {
        font-size: 18px;
    }
}

.override-brand-margin-auto-max-width {
    margin: auto;
    max-width: 420px;
}

.override-brand-btn {
    width: 100%;
    height: 56px !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    border: none !important;
    background-color: #2E1A47 !important;
    border-radius: 4px !important;
    color: #ffffff !important;
}

 .override-brand-btn :hover {
        background-color: #7C6A92 !important;
        height: 56px !important;
 }

.override-brand-btn-secondary {
    width: 100%;
    height: 56px !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    border: none !important;
    background-color: #AAAAAA !important;
    color: #ffffff !important;
    margin-top: .5rem;
}
.override-brand-btn-secondary :hover {
   background-color: #7C6A92 !important;
}

.override-brand-pw-rules-panel-group {
    background: #ffffff;
}

.override-brand-pw-rules-panel-group-2 {
    border: #707070 solid 1px;
    border-radius: 4px;
}

.override-brand-pw-rules-panel-title {
    height: 30px !important;
    /*line-height: 1.8rem !important;*/
    font-weight: 400 !important;
    color: #2E1A47 !important;
    font-size: 18px !important;
    text-align: center !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    cursor: pointer;
    margin-top: 1.0rem !important;
}

.override-brand-pw-rules-panel-color {
    color: #2E1A47;
    font-weight: 300;
    font-size: 18px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

    .override-brand-pw-rules-panel-color div {
        margin: .5rem 0 1rem;
    }

    .override-brand-pw-rules-panel-color ul {
        /*line-height: 1.5rem;*/
    }

/*input {
 height:50px !important;
 border-radius: 4px !important;
 border-color: #707070 !important;
 color: #2E1A47 !important;
 font-weight: 400 !important;
 font-size: 18px !important;
 margin-bottom: 1.25rem !important;
}*/

/*label {
 color: #2E1A47 !important;
}*/

/*label span {
 font-weight: 300;
 font-size: 18px;
}*/

.headerDivTable { 
    display: table;
    width: 100%;
    border-bottom: #2E1A47 solid 1px;
    padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
    .headerDivTable {
        border-bottom: none;
    }
}

.headerDivTableRow {
    display: table-row;
}

.headerDivTableCell {
    display: table-cell;
    padding: 3px 10px;
}

@media screen and (max-width: 768px) {
    .headerDivTableCell {
        display: block;
    }
}

.override-brand-helpful-info {
    margin: 0 auto 1rem;
    font-size: 14px;
    max-width: 420px;
    font-weight: 300;
    color: #2E1A47;
}

.override-brand-label {
    color: #2E1A47 !important;
    font-weight: 300;
    font-size: 18px;
}

.override-brand-input {
    height: 50px !important;
    border-radius: 4px !important;
    border-color: #707070 !important;
    color: #2E1A47 !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    margin-bottom: 1.25rem !important;
}

/*a#pwdatag.colpsible-panel.collapsed:after {
    font-family: 'Glyphicons Halflings';
    float: right;
    color: #408080;
    content: "\e114";
}

a#pwdatag.colpsible-panel:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    float: right;
    color: #408080;
}*/

.arrowPwd {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    /*    margin-left: 45px;*/
    margin-right: 34px;
    float: right;
    margin-top: 5px;
}



.arrowRight {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrowDown {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.override-brand-margin-auto-max-width-full {
    max-width: 1200px;
    margin: auto;
}

p {
    font-size: 16px !important;
    color: #2E1A47 !important;
    /*line-height: 1.5rem;*/
}

.form-group {
    margin-bottom: 15px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:focus:active, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

/*Error page start*/
.pagetitle {
    padding: 1rem 1rem 1rem 1rem;
    background-color: #222a31;
    color: #fff;
    height: inherit;
    box-sizing: inherit;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

 .pagetitle h2 {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0.93rem;
        padding-right: 0.93rem;
        width: 100%;
        font-size: 2.28rem;
        vertical-align: top;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #fff;
}


.text-block {
    position: absolute;
    right: 55%;
    left: 10%;
    z-index: 10;
    background-color: white;
    color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 3rem;
    padding-left: 2rem;
    bottom: 30%;
    border-radius: 6px;
}

/*Error page end*/

.panel-heading {
    padding: 5px 15px;
    border-bottom: #ddd solid 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.h4 {
    line-height: 1.1;
}

#pwdatag {
    text-decoration: none;
    color: #2e1a47 !important
}

.panel-body {
    padding: 15px 13px 15px 13px;
}
