#root {
  display: flex;
  height: 100vh;
}
/* .mainColor {
    color: rgb(128 206 190) !important;
}

.loginBanner {
    background-color: rgb(128 206 190) !important;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginButton {
    display: flex;
    justify-content: center;
    min-width: 100%;
    min-height: 100%;
    margin-top: 4;
    border-radius: 2;
}

.boxName {
    width: auto;
    height: auto;
    padding: 8px;
    border-radius: 8px;
    background-color: #77BFB0;
} */
