html {
    min-height: 100%;
    font-size: 62.5%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
    min-height: 100%;
    margin: 0px 0px;
}

header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    height: 12rem;
    border-bottom: 1px solid #CCCCCC;
}

header ul {
  margin-right: .5rem;
  margin-left: .5rem;
  display: flex;
  flex-flow: row nowrap;
}

header ul li {
  margin-right: 1rem;
  margin-left: 1rem;

}

header .nav-right {
    margin-right: 3rem;
}

header .nav-left {
    margin-left: 3rem;
}

header a:link {
    text-decoration: none;
    font-size: 1.8rem;
    color: #000000;
}

header a:visited {
    text-decoration: none;
    color: #000000;
}

header a:hover {
    text-decoration: underline;
}

header a:active {
    text-decoration: underline;
}

.page-body {
    
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.field-warn {
    border: 1px solid #D60030 !important;
}

.popup-account {
    width: 45rem !important;
}

.account {
    width: 90%;
    margin: 7rem auto;
    background-color: #FFFFFF;
}

.account > div {
    width: 90%;
    margin: 1.5rem auto;
}

.account .separator {
    font-size: 1.7rem;
    text-align: center;
}

.account form {
    margin: 1rem 0;
}

.account span {
   font-size: 1.3rem;
}

.account form input {
    box-sizing: border-box;
    margin-bottom: 1rem;
    padding: .7rem 1rem;
    border-radius: .3rem;
    border: 1px solid #B9B9B9;
    font-size: 1.4rem;
    width: 100%;
}
.account button {
    box-sizing: border-box;
    width: 100%;
    padding: .7rem 1rem;
    border-radius: .3rem;
    border: 1px solid #4285f4;
    background-color: #4285f4;
    font-size: 1.7rem;
    color: #FFFFFF;
}

.account button:hover {
    cursor: pointer;
    background-color: #1760C7;
}

#popup-login-link,
#popup-signup-link {
    text-decoration: underline;
}

#popup-login-link:hover,
#popup-signup-link:hover {
    text-decoration: none;
    cursor: pointer;
}

.list-errors {
    font-size: 1.4rem;
}

