.master-navbar-container {
    display: flex;
    justify-content: flex-end;
    padding: 5px 5px;
}

.master-navbar-btn {
    height: 45px;
    width: 140px;
    font-size: 16px;
    border: none;
}

.master-main-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.master-main-container-inner{
    display: flex;
    flex-direction: row;
    width: 100%;
    min-width: 960px;
    max-width: 1200px;
    margin: 0 20px;
}

.master-user-container {
    flex: 1;
    margin: 0 20px;
}

.master-user-header-text{
    text-align: center;
    font-size: 30px;
    border-bottom: 2px solid #007bff;
}

.master-user-list{
    display: flex;
    flex-direction: column;    
}

.master-profile-href-btn{
    margin-bottom: 16px;
    line-height: 55px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
}

.master-notification-container {
    width: 260px;
}

.master-notification-header-text{
    text-align: center;
    font-size: 30px;
    border-bottom: 2px solid #DC3545;  
}

.master-notification-list{
    display: flex;
    flex-direction: column;
}

.master-notification-btn{
    margin-bottom: 16px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
}

.master-connection-container{
    width: 260px;    
}

.master-connection-header-text{
    text-align: center;
    font-size: 30px;
    border-bottom: 2px solid #28A745;     
}

.master-connection-list{
    display: flex;
    flex-direction: column;    
}

.master-connection-item{
    margin-bottom: 16px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
}

.master-login-main-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.master-login-form-container{
    width: 600px;
    margin-top: 100px;
    display: flex;
    justify-content: center;   
}

.master-login-form{
    display: flex;
    flex-direction: column;
}

.master-login-form-input{
    height: 50px;
    border: none;
    color: white;
    background: transparent;
    border-bottom: 2px solid #007BFF;
    outline: none;
    font-size: 32px;
}

.master-login-form-submit{
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    border: none;
    margin-top: 20px;
    -webkit-appearance: none;
}