.product_brand_image {
    margin-top: 2px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/lseg_logo_rgb_pos.png);
    height: 77px;
    width: 212px;
}

body {
    background-color: #d5d8db;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    min-height: 568px;
}

ef-select#lang {
    --list-max-width: 85px;
    max-width: 85px;
    border: none;
}

ef-password-field:focus, ef-text-field:focus, #AAA-AS-SI1-SE014:focus {
    box-shadow: 0px 0px 5px 0px rgb(51, 75, 255);
}

ef-password-field[error=true]:focus, ef-text-field[error=true]:focus {
    box-shadow: 0px 0px 5px 0px rgb(217, 66, 85);
    border: 1px solid rgb(217, 66, 85);
}

ef-layout {
    overflow: visible;
}

ef-select#lang:focus, a:focus, ef-checkbox:focus {
    outline: 1px dotted;
}

ef-button.close-btn {
    min-width: 15px;
    height: 15px;
}

ef-button.large-btn {
    min-width: 80px;
    height: 35px;
}

.main-container {
    background-color: #fff;
    height: 568px;
}

.body-brand {
    justify-content: center;
    align-items: center;
}

.header {
    margin: 10px 10px 0px 10px;
    z-index: 1000;
}

.header_bar_right {
    justify-content: flex-end;
}

.buttonarea {
    padding-top: 25px;
    float: right;
    min-width: 160px;
    text-align: right;
}

/* body main */
.body-main {
    margin: 0px 30px 0px 30px;
    flex-basis: content;
}

.bold_font {
    font-weight: bold;
}

.body-dim {
    color: #666;
}

.product_brand_text {
    color: #001AFF;
    font-size: 14px;
    position: relative !important;
    width: 100%;
    text-align: left !important;
    font-size: 16px;
    font-weight: bold;
}

.errormsg-error-pages {
    margin-top: 20px;
    position: relative;
    line-height: 20px;
    font-size: 13px;
    text-align: left;
    color: #e50000;
    padding-left: 9px;
    overflow-y: auto;
    max-height: 120px;
}

.msg {
    margin-top: 10px;
}

.top-lowered {
    padding-top: 5px;
    padding-left: 9px;
    text-align: left;
  }

/* end body main */


/* footer  */
.footer {
    justify-content: center;
    background-color: #001AFF;
    
}

.footer a {
    color: #fff;
}

.footer a ef-icon {
    vertical-align: bottom;
}

#AAA-AS-SI-SE014 {
    margin-left: 22px;
    padding-right: 12px;
    border-right: 1px solid #d5d8db;
}

#AAA-AS-SI-SE012 {
    margin-left: 12px;
}
/* end footer */

/* ================= Media css================= */

/* mobile */
@media (max-width: 409px) {
    .buttonarea {
      text-align: center;
      padding-top: 15px;
      width:100%;
    }
  
    .buttonarea ef-button#AAA-AS-SI1-SE014 {
      margin: 5px;
    }
  
    .buttonarea ef-button {
      max-width: 50% !important;
      width: calc(50% - 10px);
      margin: 5px !important;
    }
}

@media (max-width: 480px)
{
    .main-container {
        height: 100%;
        flex-basis: 100%;
    }

}
/* end mobile */

/* trading */

@media (max-height: 510px) and (max-width: 750px)
{
    body {
        min-height: 410px;
    }

    .main-container {
        height: 100%;
        flex-basis: 100%;
    }

    .body-brand {
        flex-basis: 80px;
        margin-bottom: 40px;
    }

    .body-main {
        margin: 0px 60px 0px 60px;
    }
}
/* end trading */

/* eikon4 */
@media (max-height: 410px) and (max-width: 750px)
{
    body {
        min-height: 400px;
    }

    .main-container {
        height: 100%;
        flex-basis: 100%;
    }

    .body-brand {
        flex-basis: 80px;
        margin-top: -20px;
        margin-bottom: 20px;
    }

    .body-main {
        margin: 0px 60px 0px 60px;
    }

}
/* end eikon4 */