html,
body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#content {
    height: auto;
    overflow: hidden;
    width: 320px;
    background-color: #1C5029;
    border-radius: 10px;
    z-index: 2;
    margin-top: 0 !important;
}

#logoContainer {
    position: relative;
    width: 166px;
    margin: 0 auto;
}

.alertMessageLogo {
    display: none;
}

#logo {
    position: relative;
    max-height: 160px;
    max-width: 210px;
    display: block;
    margin: 0 auto;
    margin-top: 35px;
}

.loginTitle {
    color: white;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 26px;
  font-family: "Montserrat";
    font-size: 20px;
}

#emailDiv {
    position: relative;
    width: fit-content;
    margin: 0px auto;
    margin-top: 20px;
    color: #3F3F3F;
}

.inputText {
    position: relative;
    width: 255px;
    margin: 0px auto;
    font-weight: 300;
    font-size: 20px;
}

input {
    position: relative;
    width: 245px;
    height: 35px;
    margin: 0px auto;
    margin-top: 5px;
    font-size: 12px;
    padding-left: 22px;
    padding-right: 5px;
    line-height: 100%;
    border-radius: 3px;
    letter-spacing: 1px;
    display: block;
    font-family: "Montserrat";
    color: #195023;
}

#signInLine {
    position: relative;
    width: 300px;
    margin: 0px auto;
    margin-top: 22px;
    height: 1px;
}

#passwordDiv {
    position: relative;
    width: fit-content;
    margin: 0px auto;
    margin-top: 13px;
    color: #3F3F3F;
}

#signIn {
    position: relative;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 30px;
    width: fit-content;
    font-family: "Montserrat";
    height: 35px;
    text-align: center;
    color: #195023;
    font-size: 13px;
    line-height: 35px;
    letter-spacing: 1px;
    border-radius: 3px;
    background-color: white;
    font-weight: 700;
    padding: 0 15px;
}

#signIn:hover {
    cursor: pointer;
    opacity: 1;
}

#poweredBy {
    position: relative;
    overflow: hidden;
    margin: auto;
    display: block;
    top: -20px;
    height: 100px;
    width: 320px;
    background: #00253F;
    border-radius: 7px;
}

#poweredByText {
    font-size: 14px;
    float: left;
    line-height: 30px;
    font-weight: 300;
}

#moonLogo {
    display: block;
    float: left;
    margin-left: 36px;
    margin-top: 36px;
}

.adminLoginBackground {
    background-image: url(/files/adminLoginBackground.png);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}


#forgotPassword {
    position: relative;
    /* float: left; */
    margin-top: 0px;
    text-align: right;
    padding-bottom: 20px;
    font-size: 12px;
    color: white;
    /* margin-right: 19%; */
    cursor: pointer;
  font-family: "Montserrat";
    text-align: left;
    padding-left: 28px;
    margin-top: 10px;
    display: inline-block;
}

#forgotPassword:hover {
    text-decoration: underline;
}

@media screen and (max-width: 770px) {
    .content {
        width: 80%;
    }
}