.hero-overlay:after {
    opacity: 0.1;
}

.hero-container {
    padding: 70px 10%;
}

.logo-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.login-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.login-title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
}

.app-name {
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
}

#login-form-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    background-color: #ffffff;
}

#login-form {
    display: flex;
    flex-direction: column;
    padding: 0;
}

#login-form input {
    text-align: center;
}

#login-form #submit-sign-in-button {
    margin: 5px auto;
}

#login-form .link-recover,
#login-form .link-register {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    text-decoration: none;
}

#login-form .link-recover:hover,
#login-form .link-register:hover {
    color: #000000;
    text-decoration: underline;
}