body {
    height: 100vh;
}

.alert {
    padding: 0.75rem 15px;
}

.container-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 100%;
}

.div-title {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}

.div-title img {
    /* width: 100%; */
    width: 75%;
}

.title::before {
    background: #7e7e7e;
    content: "";
    position: absolute;
    height: 1px;
    top: 50%;
    left: 0;
    width: 20%;
}

.title::after {
    background: #7e7e7e;
    content: "";
    position: absolute;
    height: 1px;
    top: 50%;
    right: 0;
    width: 20%;
}

.title {
    color: #6c757d !important;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font: 400 24px Helvetica, Arial, sans-serif;
    letter-spacing: -.05em;
    line-height: 20px;
    margin: 10px 0 30px;
}

.not-null::after {
    color: #d64830;
    content: "*";
    font-size: 130%;
    line-height: 1px;
}

.forgot-password {
    font-size: 12px;
    font-style: italic;
}

.submit {
    border: 0;
    background-color: #3875e8;
    margin-top: 40px;
}

.submit:hover {
    background-color: #1e93f5;
}

.create-account {
    border-top: 1px dotted #eee;
    padding-top: 10px;
    margin-top: 15px;
    font-size: 13px;
    white-space: normal;
}

form label {
    font-weight: 700;
    padding-left: 5px;
    display: inline-block;
    content: "";
    /* border-left: .3rem solid black; */
    line-height: 120%;
}

form {
    padding-bottom: 20px !important;
}

form input {
    border-radius: 0 !important;
}

.card {
    border-radius: 0 !important;
}

.forgot-password img {
    margin-top: -2px;
    margin-right: 5px;
}

@media (max-width: 575.98px) {
    .container-fluid {
        width: 100%;
    }
}
@media (max-width: 481px) {
    .title::before {
        width: 1.5rem;
    }

    .title::after {
        width: 1.5rem;
    }
}
@media (max-width: 320px) {
    .title::before {
        display: none;
    }

    .title::after {
        display: none;
    }
}
.remove-data-input {
    color: #ced4da;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
}
.arcanuma-logo {
    width: auto;
    min-height: 70px;
}
@media screen and (min-width: 769px) {
    .card {
        min-width: 300px;
    }
}
