@font-face {
    font-family: 'Aaux ProBold';
    src: url('./AauxProBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Aaux ProRegular';
    src: url('./AauxProRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@media (min-width:768px) {
    body.login-page .login-logo {
        padding-top:0px;
        margin-bottom:35px
    }
}

.btn-primary {
    background-color: #319172!important;
}

a {
    color: #319172!important;
}

.login-page {
    min-height: 100vh!important;
    display: flex;
    background: #15939f;
    font-family: "Aaux ProRegular"!important;
    padding: 85px 0;
}

.login-logo {
    font-size:12px;
    position: absolute;
    left:40px;
    top: 7px;
    opacity: 0.5;
}

.login-box-container {
    background: white!important;
    box-shadow: 0 2px 50px 1px rgba(64, 60, 67, .26);
    width: 90%;
    max-width: 900px;
    margin: auto;
    display: flex;
    padding: 30px;
    position: relative;
}

.login-box {
    border: 4px solid black;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    margin:0!important;
    padding: 30px 30px 200px 30px;
}

.welcome_image {
    position: absolute;
    right: -40px;
    bottom: -2px;
    width: 100%;
    max-width: 300px;
}

.logo-image {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 150px;
    transform:translateY(-15px);
}

.logo-blockmark {
    position: absolute;
    top: 0;
    right: -0px;
    z-index: 10;
    width: 150px;
}

body.login-page .login-box-body {
    box-shadow: none;
    flex: 1;
    padding: 0;
}

.login-head {
    font-family: 'Orator Std', sans-serif!important;
    color: #ea5169!important;
    margin-top:10px!important;
}

.login-box form {
    margin-top: 20px;
}

.login-box-msg {
    padding:0!important;
}


.alert-danger, .alert-error, .bg-red, .callout.callout-danger, .label-danger, .modal-danger .modal-body {
    background-color: #f2ccd1!important;
    color: #ea5169!important;
    border: none!important;
    border-radius:0!important;
    width: 100%;
}

@media (min-width:768px) {
    .login-box {
        flex-direction: row;
        padding: 20px 350px 20px 40px;
    }

    .login-box-body {
        min-height: 400px;
        display: flex;
        flex-direction:column;
        justify-content: center;
        max-width: 400px;
    }

    .welcome_image {
        max-width: 400px;
    }

    .logo-blockmark {
        width: 200px;
    }

    .logo-image {
        width: 200px;
    }
}
