@font-face {
    font-family: 'AvenirNext-Bold';
    src: url('/fonts/AvenirNext/AvenirNext-Bold.eot');
    src: url('/fonts/AvenirNext/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/AvenirNext/AvenirNext-Bold.svg#AvenirNext-Bold') format('svg'),
        url('/fonts/AvenirNext/AvenirNext-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNext-DemiBold';
    src: url('/fonts/AvenirNext/AvenirNext-DemiBold.svg#AvenirNext-DemiBold') format('svg'),
        url('/fonts/AvenirNext/AvenirNext-DemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

#content {
    position: relative;
    margin-top: 7%;
    height: auto;
    overflow: hidden;
    width: 320px;
    margin: auto;
    border-radius: 7px;
    z-index: 1;
}

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

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

.loginTitle {
    color: #4D4D4D;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 26px;
    font-family: "AvenirNext-Regular", sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
}

#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: 15px;
    padding-right: 5px;
    line-height: 100%;
    border-radius: 4px;
    letter-spacing: 1px;
    display: block;
    font-family: "AvenirNext-Regular", sans-serif;
    color: #4D4D4D;
}

input::placeholder {
    color: #999999;
}

#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;
    width: 185px;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
    height: 38px;
    line-height: 38px;
    margin-top: 35px;
    margin-bottom: 34px;
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: "AvenirNext-Bold", sans-serif;
    opacity: 1;
}

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

#poweredBy {
    position: relative;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: center;
    top: -20px;
    height: 100px;
    width: 320px;
    border-radius: 7px;
}

#poweredByLogo {
    position: relative;
    overflow: hidden;
    margin: auto;
    display: block;
    height: 60px;
    margin-bottom: 10px;
    width: 80%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

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

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

/*
.adminLoginBackground {
    background-image: url(/files/adminLoginBackground.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}*/

.adminLoginBackground {
    background-color: #D6D6D6;
}

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