.auth-wrap {
    position: absolute;
    display: block;
    width: 100%;
    transform: translate(0, -50%);
    top: 48%;
}
.auth-footer {
    display: block;
    width: 100%;
    transform: translate(0, 30%);
    text-align: center;
}
.auth-footer a:first-child{
    padding-left: 10px;
}
.login-detail {
    margin-bottom: 20px;
    margin-top: 20px;
}
.back-button {
    background: #0065a0;
    padding: 0.8em 0.5em;
    border-radius: 0.3em;
    width: 100%;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    display: block;
    text-align: center;
    margin-top: 30px;
}
.api-register {
    background: #0065a0;
    padding: 0.8em 0.5em;
    border-radius: 0.3em;
    width: 100px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    display: block;
    text-align: center;
}
.back-button:hover {
    border: none;
    box-shadow: none;
    background: #0076bb;
}
.item {
    font-size: 0.8em;
}
.justify-content-end {
    justify-content: space-between;
}
@media (max-width: 500px) {
    .auth-footer {
        display: block;
        width: 100%;
        transform: translate(0, 30%);
        text-align: center;
    }
}
