@font-face {
  font-family: 'bnpp_sans';
  src: url('/evo/contentp/view/static/fonts/BNPPSans/bnpp_sans-webfont.eot');
  src: url('/evo/contentp/view/static/fonts/BNPPSans/bnpp_sans-webfont.eot?#iefix') format('embedded-opentype'),
            url('/evo/contentp/view/static/fonts/BNPPSans/bnpp_sans-webfont.woff') format('woff'),
            url('/evo/contentp/view/static/fonts/BNPPSans/bnpp_sans-webfont.svg') format('svg'),
            url('/evo/contentp/view/static/fonts/BNPPSans/bnpp_sans-webfont.ttf') format('truetype');
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.login {
    border: #1AA48c 1px solid;
    width: 350px;
    padding: 10px;
    overflow: hidden;
    background: #fff;
    margin: 150px auto;
    box-shadow: 3px 2px 2px #cccccc;
}

.content {
    font-family: "bnpp_sans";
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    background-color: #1AA48c;
    height: 50px;
    margin: -10px;
}

.continue {
    font-family: "bnpp_sans";
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    background-color: #1AA48c;
    border: 0;
    width: 130px;
    margin: 0 auto;
    padding: 5px;
    justify-content: center;
    position: relative;
    display: flex;
    outline: none;
    cursor: pointer;
}

i element.style {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 3px;
    width: 0;
    top: 13px;
    right: 20px;
    position: absolute;
}

.header-arrow {
    padding-top: 20px;
    padding-left: 10px;
}

.header-arrow > i {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 3px;
    width: 0;
    top: 13px;
    right: 20px;
    position: absolute;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(-45deg);
    color: #f90;
}

.caption {
    padding: 10px;
}

.label-level-1 {
    font-family: "bnpp_sans";
    font-size: 16px;
    font-weight: normal;
    color: #1AA48c;
    text-transform: uppercase;
    padding-top: 20px;
}

.label-level-2 {
    text-transform: uppercase;
    display: flex;
    padding-left: 8px;
    padding-bottom: 10px;
    flex-direction: row;
    margin: 10px -10px;

}

.label-level-2 span:first-child {
    margin-right: 20px;
}

.notif-level-3{
   color: #f00;
   display:none;
   font-size: 14px;
   text-align: center;
}

.input-section {
    border-bottom: 1px solid #ccc;
    font-family: "bnpp_sans";
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}


/*
Modal
*/

.modal-dialog-box {
    background-color: #FFFFFF;
    margin: auto;
    border: 1px solid #888;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px;
    width: 50%;
    top: 10%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.modal-header-container {
    height: 100%;
    top: 0px;
    padding: 10px 20px 60px 20px;
    left: 0px;
    background: #ffe4e4;
    min-width: 30px;
    text-align: center;
    width: 4%;
    position: absolute;
}

.header-message {
    padding: 20px 0px 10px 80px;
    position: absolute;
    font-family: "bnpp_sans";
    font-size : 26px;
  	line-height : 35px;
    font-weight: normal;
    color: #000000;
    border-bottom: 1px solid #2388CA;
}

.modal-body-container {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

.info-background {
    background: url(/images/Icon_Warning.svg) no-repeat center top;
    width: 30px;
    height: 30px;
}

.body-message {
    margin: 0 20px;
    font-family: "bnpp_sans";
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 20px;
    right: 50px;
    padding: 5px 5px 5px 60px;
}