


p {
    font-family: "TT-Norm-regular";
}

.header {
    /* background: #0aafc100 !important; */
    background-image: url("../../Images/32/IndiciaHeader2.png");
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: 52px 153px;
    height: 220px;
}

.container_header .wrapper {
    width: 1126px;
    margin-left: auto;
    margin-right: auto; 
    padding-left: 15px;
    padding-right: 15px;
}

.detail_panel {
    margin: 60px auto auto;
    min-height: 430px;
    /* background-color: #ecfafd; */
    /* background-image: url("../../Images/32/login-draft-bg-002.jpg"); */
    background-repeat: no-repeat;
    background-size: 976px;
    background-position: center 0px;
}

body {
    background-color: white;
    background-image: url("../../Images/32/login-indicia-bg-001.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
}


.panel-login {
    margin: 0 auto;
    /* border-color: #cbcbcb; */
    min-width: 1095px;
    /* box-shadow: 0 0 10px 1px rgba(0,0,0,.2); */
}

.panel {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid transparent;
    border-radius: 15px;
    /* box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 25%); */
    /* margin-bottom: 20px; */
    height: 380px;
}

.panel-forgot-fix {
    /* display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start; */
    width: 800px;
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 44px 49px 0px 49px;
    width: 550px;
    display: block;
    float: left;
    background-color: #ffffff;
    border-radius: 29px;
    height: 386px;
    background-image: url(../../Images/32/IndiciaHeader4.png);
    background-repeat: no-repeat;
    background-position: 50px 30px;
    background-size: 206px auto;
}

.panel-body {
    width: 445px;
    margin-top: 50px;
}

#Login > table > tbody > tr:nth-child(1) > td > table > tbody > tr > td > h1 {
    font-size: 36px;
    font-family: "TT-Norm-regular";
    text-transform: uppercase;
    color: #45c0ae;
}

#Login > table > tbody > tr:nth-child(1) > td > table > tbody > tr > td > h2 {
    color: #45c0ae;
    text-align: center;
    font-size: 17px;
}

#Login > table > tbody > tr:nth-child(1) > td > table > tbody > tr > td > h1 > span {
    color: #2a328d;
}

.cancel-form-link {
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    /* background-color: #09232C;
    border-color: #09232C;
    color: #fff; */
    font-size: 11pt;
    outline: 0;
    /* padding: 10px 16px 10px 17px; */
    font-family: "TT-Norm-regular";
    color: #000000;
}

.row > .cancel-form-link {
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    background-color: #008CFF;
    border-color: #008CFF;
    color: #fff;
    font-size: 11pt;
    outline: 0;
    padding: 7px 15px 6px 17px;
    font-family: "TT-Norm-regular";
    border-radius: 22px;
}

label {
    display: block;
    color: black;
    margin: 0 0 4px;
    font-size: 16px;
    /* padding-left: 10px; */
    font-family: 'TT-Norm-regular';
}

input {
    border: #000;
    padding: 10px;
    font-size: 1.2em;
    width: 100%;
}

input::placeholder {
    color: rgb(163, 163, 163);
  }

.panel-login input[type=text], .panel-login input[type=email], .panel-login input[type=password] {
    font-size: 17px;
    color: #4d4d4d;
    border: 1px solid #b2b2b2;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    font-family: "TT-Norm-regular";
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: -internal-light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
    color: -internal-light-dark(black, white) !important;
}

.form-group {
    float: left;
    width: 100%;
    padding-bottom: 6px;
}

.form-control {

}

.btn-login {
    font-weight: 400;
    float: right;
    cursor: pointer;
    background-color: #008CFF;
    border-color:  #008CFF;
    color: #fff;
    font-size: 11pt;
    height: auto;
    width: 130px;
    outline: 0;
    padding: 6px 0 6px 0px;
    text-transform: none;
    border: 1px solid  #008CFF;
    border-radius: 22px;
    font-family: "TT-Norm-regular";
}

.mx-4 {
    margin-top: 16px;
    margin-bottom: 20px;
}

/* .mt-15 {
    margin-top:15px;
} */


.forgot-password > p > a {
    margin: 0 0 0 7px;
    text-decoration: none;
    color: #7B4BF6;
    font-size: 14px;
    font-family: "TT-Norm-regular";
}

.forgot-password {
    margin-top:10px;
    display: block;
    color: #0375D6;
}

.panel-heading-fp {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}

.panel-login > .panel-heading > #login-form-link {
    font-size: 36px;
    font-family: 'TT-Norm-regular';
	font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #09232C;
    text-decoration: none;
}

.reset_pass {
    margin-top:3em;
}

.cancel_btn {
    width: 50%;
    float: left;
    padding-top: 8px;
    padding-left: 10px;
    font-size: 13px;
}

.mr-15 {
    margin-right: 15px; 
}

.float-left {
    float:left;
}


#login-form > div.form-inline > div > div > div:nth-child(2) > div, #login-form > div.form-inline > div > div > div:nth-child(4) > div {
    text-align: right;
}


.header > img {
    width: 193px;
    /* margin: auto; */
    display: none;
    margin-top: 11%;
}

/* Buttons alignment */
#Login > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(4) > td:nth-child(1) {
    float: left;
    display: flex;
    justify-content: flex-start;
}

#Login > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(4) > td:nth-child(2) {
    display: block;
    float: right;
    margin-top: 10px;
}

/* custom styling indicia */

#Login > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(1) {
	display:block;
}

#Login > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(2) {
    margin-top: 12px;
    display: block;
    height: 206px;
}

#Login > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(3) {
    width: 133px;
    display: block;
    float: right;
}

#Login > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(4) {
    width: 300px;
    display: block;
}


.panel-forgot-fix .panel-body {
    width: 488px;
    margin-top: 50px;
    position: relative;
    top: -198px;
    padding-left: 51px;
}

.panel-forgot-fix .panel-heading {
    padding: 84px 49px 0px 49px;
}

.success_page .panel-body {
    width: 488px;
    margin-top: 50px;
    position: relative;
    top: -269px;
    padding-left: 51px;
}

.success_page .panel-heading {
    height: 412px;
}

#login-sso {
    background-color: #863DFF;
    border-color: #863DFF;
    border: 1px solid  #863DFF;
}

#Login > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:nth-child(1) > td:nth-child(2) {
    padding-bottom: 29px;
}