﻿.login-box {
    align-items: center;
    display: flex;
    justify-content: right;
    padding-top: 39px;
}

.signup-box {
    align-items: center;
    display: flex;
    justify-content: right;
    padding-top: 15px;
}

.centered {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.image-container {
    display: inline-block;
    position: relative;
}

.image-container img {
    display: block;
    height: auto;
    width: auto;
}

.overlay-text {
    /* background-color: #000000; */
    color: #fff;
    font-size: 18px;
    left: 50%;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}