.info-main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-header-container {
    width: 100%;
    max-width: 80%;
}

.info-header-text {
    font-size: 3em;
    text-align: center;
    border-bottom: 5px solid #007BFF;
}

.info-notification-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 70%;
}

.info-notification-btn {
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 32px;
    margin: 10px 0;
    font-weight: bold;
}


.info-login-main-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-login-form-container{
    width: 600px;
    margin-top: 100px;
    display: flex;
    justify-content: center;   
}

.info-login-form{
    display: flex;
    flex-direction: column;
}

.info-login-form-input{
    height: 50px;
    border: none;
    color: white;
    background: transparent;
    border-bottom: 2px solid #007BFF;
    outline: none;
    font-size: 32px;
}

.info-login-form-submit{
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    border: none;
    -webkit-appearance: none;
}