body{
    background:url('../../images/backgrounds/purple.jpg') #49497c!important;
    background-size: 100% 100% !important;
}
.form-simple input[type=text] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.form-simple input[type=mail] {
    margin-bottom: -1px;
    border-radius: 0
}

.form-simple input[type=password] {
    margin-bottom: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.help-block ul {
    margin: 0 !important;
    padding: 0 !important
}

.help-block ul li {
    list-style: none
}

.navbar-flexbox-container {
    height: calc(100vh - 10rem);
    top: -50px;
    position: relative
}

.login-header{
    width:33%;
    margin-top:1rem;
}

.bg-gradient{
    position: absolute;
    width: calc(100% - 1rem);
    top: 0.5rem;
    right: 0.5rem;
    border-radius: 1rem;
    height: 50%;
    background-image: linear-gradient(to right, #D6A84A, #FEF6C5);
    z-index: -10;
}

.blank-page .content-wrapper .flexbox-container {
    min-height: calc(100vh - 8.2rem)
}

.first-btn,.first-btn:hover {
    background:#D6A84A;
    border-color:#D6A84A;
    color:#fff;
}

.second-btn,.second-btn:hover {
    background:#0F2A35;
    color:#fff;
    border-color:#0F2A35;
}

.swal2-content ul{
    padding:0;
}

.swal2-content ul li{
    list-style: none;
    text-align:center;
}

.swal2-content{
    font-size: 1rem;
}

@media (max-width: 575.98px) {
    .login-header{
        width:100%;
    }

    body.swal2-toast-shown .swal2-container.swal2-top{
        width:100%;
    }

    .line-on-side {
        border-bottom: 1px solid #DADADA;
        line-height: .1em;
    }
}

@font-face {
    font-family: 'Morraba';
    src: url('../../fonts/morabba/Morabba-Bold.ttf?##') format('truetype');
}

.morraba{
    font-family:'Morraba'!important;
}

