@font-face {
    font-family: NeoSan;
    src: url("resources/neosan-webfont.woff");
}

@font-face {
    font-family: NeoSan;
    src: url("resources/neosanbol-webfont.woff");
    font-weight: bold;
}

html,
body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-family: NeoSan;
}

header {
    height: 45px;
}


body {
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.loading {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
    opacity: 0.2;
    will-change: opacity;
}

.preloader-wrapper {
    display: none;
    position: absolute;
    top: 50%;
    right: 47%;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
}


.logo-bancatlan {
    width: 40%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3rem;
}

.separator {
    position: relative;
    height: 20px;
}

.dialog-wrapper .header {
    height: 100px;
}

.dialog-wrapper .header img {
    width: auto;
    height: 100%;
    margin: auto;
    display: block;
}

.warning-text {
    color: white;
    margin: 0 auto;
    font-size: 1.4rem; 
    line-height: 1.6rem;
    text-align: center;
    text-justify: auto;
    width: 90%;
    padding: 0;
}

.warning-text:last-child {
    margin-bottom: 20px;
}

.dialog-wrapper .or-text {
    font-size: 1.2em;
    line-height: normal;
    text-align: center;
}

header .date {
    padding-top: 3px;
    /* color: white; */
    font-size: 15px;
    font-weight: normal;
    float: right;
    margin-right: 10px;
    text-transform: capitalize;
}

.notification-button-parent {
    margin-top: 5px;
}

.notification-button {
    border-radius: 5px;
    font-family: NeoSan;
    margin-top: 10px;
    background-color: #D22630 !important;
    border: #D22630;
    outline: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.box {
    width: 60vw;
    /* margin: 15vh auto; */
    display: block;
    margin: auto;
    border: 2px solid #FFF;
    border-radius: 1rem;
    padding: 4rem 2rem;
}

.in-box {
    border-radius: 25px;
    margin: auto;
    width: 80%;
    height: 80%;
    flex-flow: column wrap;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.item {
    align-self:flex-start;
}

.left-top-border {
    margin-left: -5px;
    border-top-left-radius: 25px;
    border-top-right-radius: 0px;
    border-right: 0px;
    border-left: 5px solid #FFF;
    z-index: 999;
}

.right-top-border {
    margin-right: -5px;
    border-top-right-radius: 25px;
    border-top-left-radius: 0px;
    border-left: 0px;
    border-right: 5px solid #FFF;
    z-index: 999;
}

.left-top-border,
.right-top-border {
    margin-top: -5px;
    display: block;
    border-top: 5px solid #fff;
    width: 15%;
    height: 25px;
}


.text-align-center {
    text-align: center;
}

.is-font-size-1 {
    font-size: 1rem;
}

.is-font-size-2 {
    font-size: 1.5rem;
}

.is-font-size-3 {
    font-size: 2rem;
}

.title-h2 {
    font-size: 3rem;
    color: #d9272e;
    font-weight: bold;
}

.title-final {
    width: 33rem;
    border: 1px solid #d9272e;
    color: #d9272e;
    padding: 1rem 2rem;
    border-radius: 1rem;
    font-weight: bold;
}

@media (max-width: 545px) {
    .box {
        width: 90vw;
    }
    .box .in-box{
        width: 80vw;
    }
}