
#authentication-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 10px;
    background-color: #00b0ff17; /* rgba(0, 176, 255, 0.09)  primary w/ transparency */
}

/******************************* LOGIN *******************************/
#login-view {
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    height: 100%; width: 100%;
}
.cnx-landscape-top-gp {
    display: flex; flex-direction: column; justify-content: flex-start; align-items: center;
    height: 100%; width: 100%;
}
.cnx-landscape-nav-gp {
    display: flex; flex-direction: row; justify-content: center; align-items: center;
    height: 34px; width: 100%; margin-bottom: 16px;
}
.cnx-landscape-under-gp {
    display: flex; flex-direction: row; justify-content: right; align-items: center;
    height: fit-content; width: 100%;
}
#cnx-input-row-gp{
    display: flex; flex-direction: row; justify-content: center; align-items: center;
    height: fit-content; width: 96%;
    transition: background-color 2s ease-out; gap: 20px;
}
#cnx-err-msg-gp{
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    height: fit-content; width: 100%; margin: 14px;
    transition: display 2s ease-out;
}
#cnx-err-msg-gp div {
    font-size: 18px !important;
}            
.cnx-landscape-bottom-gp {
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    height: 100%; width: 100%;
    transition: background-color 2s ease-out; padding-left: 250px;
}
.cnx-landscape-bottom-gp div{
    display: flex; flex-direction: row; justify-content: center; align-items: center;
    height: 100%; width: 100%; transition: background-color 2s ease-out; font-size: 36px;
}

.cnx-forgot-pwd{
    display: flex; flex-direction: row; justify-content: center; align-items: center;
    height: 100%; width: 100%; transition: background-color 2s ease-out; font-size: 18px;
    cursor: pointer; color: white; margin-top: 5px;
}

/******************************* FORGOT *******************************/
#forgot-view {
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    height: 100%; width: 100%;
}


/******************************* REGISTER *******************************/
#register-view {
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    height: 100%; width: 100%;
}



