
html, body {
    height: 100%;
    margin: 0;
    background-color: #f7fcfe;
}

.center-segment, .BgOverlay {
    /* 	width: 1024px; */
    height: 100%;
    /* 	padding: 254px 312px 253px; */
}


.primary {
    width: 49%;
    height: 60px;
    /*	margin: 19px 57px 0; */
    font-family: Barlow;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #002d74;
    text-transform: uppercase;
    border: none;	
    background: none;
    cursor: pointer;
    color: #fff;
}


.segment {
    background-color: #fff;
    color: #00214B;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    width: 400px;
    top: 120px;
    box-shadow: 0 10px 16px 0 rgba(0, 50, 90, 0.08);
    left: 50%;
    border-radius: 12px;
    transform: translate(-50%, 0%);
}

.segment-parent{
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.segment-password{    
    background-color: #fff;
    color: #00214B;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px;
    width: 400px;
    box-shadow: 0 10px 16px 0 rgba(0, 50, 90, 0.08);
    border-radius: 12px;
}

.segment-message{
    padding: 40px 120px 55px 120px;
}

.segment-form{
    padding: 40px 20px 55px 20px;
}	
/*	width: 400px;
        /* height: 261px; */
/*	border-radius: 12px;--
        box-shadow: 0 10px 16px 0 rgba(0, 50, 90, 0.08);--
        background-color: #fff;--
        text-align: center;
        margin: 0;
        position: absolute;--
        top: 220px;--
        left: 50%;
        transform: translate(-50%, 0%);
        padding: 40px 120px 55px 144px;*/

h2 {
    /* width: 152px; */
    height: 21px;
    margin: 0 50px 25px;
    font-family: Barlow;
    font-size: 21px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #002d74;
}

table{
    display: inline-table;
    width: 100%;
}

.Text {
    width: 352px;
    height: 42px;
    margin: 25px 24px 18px;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #19466a;
}

label {
    font-family: Barlow;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #19466a;
}

input {
    width: 300px;
    height: 25px;
    margin: 4px 15px 5px 0;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #19466a;
    border: none;
}
input:focus {
    outline: none;
    color: 859db0;
}

input::-ms-reveal,
input::-ms-clear {
        display: none;
}

.field {
    margin: 25px 24px 16px;
    padding: 0 0 7px;
    text-align: left;
}

.divider {
    padding-top: 5px;
}

a {
    font-family: Barlow;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #002d74;
    text-transform: uppercase;
    text-decoration: none;
}

.visible {
    font-family: Barlow;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #19466a;
}

.negative {
    font-family: Barlow;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: white;
}

.server-error{
    background-color: #f56d80;
}

.Title {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-family: Barlow;
    font-size: 23px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.subTitle{
	font-size: 32px;
	font-family: Barlow;
	font-weight: 500;
}

.Logo {
    top: 40px;
    left: 32px;
    position: absolute;
    width: 93px;
}

img{
    max-width: 100%;
}

.otp{
    font-family: Barlow;
    font-size: 48px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #859db0;
    background: 
        repeating-linear-gradient(90deg, 
        dimgrey 0, 
        dimgrey 1ch, 
        transparent 0, 
        transparent 2ch) 
        0 100%/100% 2px no-repeat;
    height: 45px;
	letter-spacing: 1.045ch;
	font-variant-numeric: tabular-nums;
	width: 324px;
	border: none;
	overflow-x: clip;
}

.otp-wrapper{
	width: 320px;
	overflow: clip;
}

.otp::after{
    content: '6';
    color: red;
}


.product-title{
    height: 136px;
    background-color: #002d74;
}

.bottom{
    position: fixed;
    bottom: 0px;
    background-color: #002d74;
    width: 100%;
    color: white;
    text-align: center;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

#footer {
    background: #0070FF;
    line-height: 2;
    text-align: center;
    color: #042E64;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: bold;
    text-shadow: 0 1px 0 #84BAFF;
    box-shadow: 0 0 15px #00214B
}

.error{
    font-family: Barlow;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 22px 0px 22px 0px;
    background-color: #d02e44;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    box-shadow: 0 0 30px 0 #d02e44;
}
.error > * {  
    vertical-align: middle;  
}	
.warning{
    font-family: Barlow;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #fff;
    padding: 30px 20px 30px 20px;
    background-color: #01a581;
    display: flex;
    align-items: center;
}

.policy{
    padding: 0px 25px 0px 25px;
    text-align: justify;
}

.success{
    font-family: Barlow;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 22px 0px 22px 0px;
    background-color: #01a581;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    box-shadow: 0 0 30px 0 rgba(1, 165, 129, 0.32);
}

.animated{
    animation: error-animate 1s ease alternate;
    transform-origin: bottom;
    animation-delay: 5s;
    animation-fill-mode: forwards;
}

.error-resized{
    padding:0px
}
.error-transformed {
    transform: scaleX(0.5);
}

@keyframes error-animate {
    0% { transform: scaley(1) }
    100% { transform: scaley(0) }
}

.input{
    border-bottom: 1px solid #859db0;
}

button > * {  
    vertical-align: middle;  
}	

img.Icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    vertical-align: middle;
}
img.eye {
    background-image: url(/accountmanagement/libs/themes/baie/assets/images/icon-eye.svg);
    cursor: pointer;
    opacity: 0.48;
}

img.slash {
    background-image: url(/accountmanagement/libs/themes/baie/assets/images/icon-eye-closed.svg);
    cursor: pointer;
    opacity: 0.48;
}

img.arrow {
    background-image: url(/accountmanagement/libs/themes/baie/assets/images/icon-arrow.svg);
    flex-grow: 0;
}

.Description {
    font-family: Barlow;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #5c7c96;
}

a.disabled {
    pointer-events: none;
    color: #c4dbf1;
}

select{
    color: white;
    background: #002d74;
    width: 100%;
    border-radius: 3px;
    border: 1px solid rgba(34,36,38,.15);
    padding: .62em 1em;
    line-height: 1.15;
    font-size: 100%;
    transition: color .1s ease,border-color .1s ease;
    font-family: Barlow;
    font-size: 16px;
}
	
.iconBox{
    float: right;
    padding: 5px 0px 0px 0px;
}