input, span, div, body, html {
    font-family: 'Open Sans', "Lucida Grande","Lucida Sans Unicode","Lucida Sans","Helvetica Neue", Helvetica, sans-serif;
}

#header {
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    height: 75px;
    width: 100%;
    box-shadow: #bbbbbb 1px -2px 5px 2px;
    z-index: 3;
}

#header-logo {
    height: 60px;
    margin-top: 7px;
}

#body {
    top: 100px;
    height: calc(100% - 100px);
    position: absolute;
    left: 0;
    width: 100%;
}

#body-img {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/images/qc/beach8lq.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: 0 -68px; */
    z-index: -1;
}

#img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: none;
}

#panes-container {
    position: absolute;
    width: 800px;
    height: 100%;
    left: 50%;
    margin-left: -400px;
}

#top-pane {
    position: absolute;
    top: 5px;
    height: 175px;
    width: 100%;
    background: rgb(46, 178, 255);
    background: rgba(46, 178, 255, 0.75);
}

#top-pane-header {
    font-size: 46px;
    font-weight: bolder;
    color: white;
    position: relative;
    top: 8px;
    margin: 0;
}

#top-pane-body {
    position: absolute;
    color: white;
    font-size: 21px;
    margin-right: 35px;
    margin-left: 35px;
    top: 80px;
}


#bottom-pane {
    position: absolute;
    top: 200px;
    width: 100%;
    height: calc(100% - 240px);
    /*background: black;*/
}

#left-pane {
    position: absolute;
    height: 100%;
    width: calc(50% - 10px);
    background: rgb(154, 204, 155);
    background: rgba(154, 204, 155, 0.85);
    left: 0;
}

#right-pane {
    position: absolute;
    height: 100%;
    width: calc(50% - 10px);
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.8);
    right: 0;
}

.right-pane-header {
    font-size: 46px;
    font-weight: bolder;
    color: dimgrey;
    position: relative;
    top: 30px;
    display:block;
}

.right-pane-sub-header {
    position: relative;
    top: 32px;
    display: block;
    color: #8e8e8e;
    font-size: 18px;
}

.right-pane-sub-header > a {
    color: #00b1f2;
    cursor: pointer;
}

.right-pane-sub-header > a:hover {
    text-decoration: underline;
}

.landing-input {
    display: block;
    border: none;
    margin-top: 18px;
    /*width: 300px;*/
    width: 275px;
    /*width: 85%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
    height: 50px;
    border-radius: 7px;
    background: #badabe;
    padding-left: 58px;
}

.landing-input::placeholder {
    color: white;
    font-size: 18px;
    position: relative;
    top: 2px;
    /*left: 58px;*/
}

.landing-input:placeholder-shown {
    color: white;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.landing-input:-moz-placeholder {
    color: white;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.landing-input:-ms-input-placeholder {
    color: white;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.landing-input:-ms-input-placeholder {
    color: white;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.landing-input::-moz-placeholder {
    color: white;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.landing-input::-webkit-input-placeholder {
    color: white;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.landing-input.error {
    border: 1px solid red;
    box-shadow: 0 0 4px 1px red;
}

.left-pane-header {
    font-size: 40px;
    font-weight: bolder;
    color: white;
    display: block;
}

.left-pane-checklist {
    text-align: left;
    list-style: none;
    position: relative;
    left: 0px;
    color: white;
    line-height: 32px;
    font-size: 16px;
}

.left-pane-checklist li {
    background-image: url(/images/checkmark_icon.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    padding-left: 40px;
    /*line-height: initial;*/
    line-height: 25px;
    margin-top: 8px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.error-message {
    font-size: 16px;
    color: red;
    position: relative;
    top: 10px;
}

.signup-disabled {
    position: relative;
    top: 50px;
    color: red;
    font-size: 25px;
}

.forgot-password {
    color: #00b1f2;
    cursor: pointer;
    position: relative;
    top: 20px;
}

.forgot-password:hover {
    text-decoration: underline;
}

.signup-overlay {
    position: fixed;
    width: 100vw;
    z-index: 150000;
    height: 100vh;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.4);
    display:none;
}

#please_wait {
    position: fixed;
    color: #ffffff;
    text-align: center;
    z-index: 6;
    font-size: 50px;
    text-shadow: -1px 0 red, 0 1px black, 1px 0 black, 0 -1px black;
    width: 100%;
    height: 100%;
    top: 50px;
}

#look-around-button {
    position: relative;
    width: 185px;
    border-radius: 51px;
    background: #2eb2ff;
    border: none;
    color: white;
    font-size: 22px;
    font-weight: normal;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
}

#guest-mode-header {
    position: relative;
    top: 15px;
}

#free-subheader {
    color: white;
    font-size: 32px;
    font-weight: bold;
}


/*
span#top-pane-header {
    font-size: 46px;
    font-weight: bolder;
    color: dimgrey;
    position: relative;
    top: 26px;
}
*/
/*
.password-input {
    background-image: url(/images/lock_icon.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 12px 7px;
}

.email-input {
    background-image: url(/images/mail_icon.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 15px 13px;
}

.username-input {
    margin-top: 70px;
    background-image: url(/images/person_username_icon.svg);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: 15px 12px;
}
*/

.password-input {
    background: url(/images/lock_icon.svg) no-repeat #badabe;
    background-size: 35px;
    background-position: 12px 7px;
}

.email-input {
    background: url(/images/mail_icon.svg) no-repeat #badabe;
    background-size: 26px;
    background-position: 15px 13px;
}

.username-input {
    margin-top: 70px;
    background: url(/images/person_username_icon.svg) no-repeat #badabe;
    background-size: 27px;
    background-position: 15px 12px;
}

#agree-to-terms-text a {
    color: #00b1f2;
    text-decoration: none;
}

#agree-to-terms-text a:hover {
    text-decoration: underline;
}

#agree-to-terms-text {
    display: block;
    position: absolute;
    width: 80%;
    left: 40px;
    font-size: 13px;
    color: dimgrey;
    margin-top: -35px;
}

#agree-to-terms {
    position: relative;
    left: 12px;
    top: -12px;
}

#left-pane, #right-pane {
    height: 525px;
    margin-bottom: 78px;
}

#submit-signup {
    position: relative;
    top: 92px;
    width: 250px;
    border-radius: 51px;
    background: #fec038;
    border: none;
    color: white;
    font-size: 22px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
}

#or {
  position: relative;
  width: 95%;
  height: 50px;
  line-height: 50px;
  color: #c0ffc2;
  font-size:20px;
  margin-top:2px;
}

#or::before,
#or::after {
  position: absolute;
  width: 42%;
  height: 1px;
  top: 24px;
  background-color: #c0ffc2;
  content: '';
}

#or::before {
  left: 0;
}

#or::after {
  right: 0;
}

.signup-form, .login-form, .forgot-form {
    display:none;
}

#bottom-pane.signup .signup-form, #bottom-pane.login .login-form, #bottom-pane.forgot .forgot-form {
    display:block;
}

.username-input.error {
    margin-top: 50px;
}

.error-message.username {
    top: 34px;
}

.forgot-form .error-message {
    position: relative;
    top: 25px;
}

.forgot-form .email-input {
    margin-top: 50px;
}

.return-login {
    color: #00b1f2;
    cursor: pointer;
    position: relative;
    top: 20px;
    display: block;
}

.return-login:hover {
    text-decoration: underline;
}

#submit-password-reset {
    position: relative;
    top: 40px;
    width: 250px;
    border-radius: 51px;
    background: #fec038;
    border: none;
    color: white;
    font-size: 22px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
}

#submit-login {
    position: relative;
    top: 40px;
    width: 250px;
    border-radius: 51px;
    background: #fec038;
    border: none;
    color: white;
    font-size: 22px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
}

.placeholdersjs {
    color:white;
}


.menu-button {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: 30px;
    top: 33px;
    top: 50%;
    margin-top: -15px;
    z-index: 5;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 5px;
    background-color: #859aa4;
    margin: 4px 0;
    transition: 0.4s;
    border-radius: 30px;
}

.menu-button.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 6px);
    -moz-transform: rotate(-45deg) translate(-8px, 6px);
    -ms-transform: rotate(-45deg) translate(-8px, 6px);
    -o-transform: rotate(-45deg) translate(-8px, 6px);
    transform: rotate(-45deg) translate(-8px, 5px);
}

.menu-button.active .bar2 {
    opacity: 0;
}

.menu-button.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -5px);
    -moz-transform: rotate(45deg) translate(-7px, -5px);
    -ms-transform: rotate(45deg) translate(-7px, -5px);
    -o-transform: rotate(45deg) translate(-7px, -5px);
    transform: rotate(45deg) translate(-7px, -5px);
}

body:not(.menu-active) #sidebar {
    -webkit-transform: translate(-200px);
    -moz-transform: translate(-200px);
    -ms-transform: translate(-200px);
    -o-transform: translate(-200px);
    transform: translate(-200px);
}

body.menu-active #sidebar {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

#sidebar {
    position: fixed;
    height: 100%;
    background:whitesmoke;
    left:0;
    z-index:2;
    top: 75px;
    transition: all 500ms;
    width: 200px;
}

#blackback {
    transition:all 600ms;
    width: 100%;
    height: 100%;
    opacity:0;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    transform: translate(-100%);
}

body.menu-active #blackback {
    opacity:1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.sidebar-item {
    display: block;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-bottom: 20px;
    line-height: 1;
    padding-top: 20px;
    color:#373737;
    text-decoration:none;
}

.sidebar-item:hover {
    background:#2ab3ff;
    transition:all 500ms;
    color:white;
}

body.menu-active {
    overflow: hidden;
}

@media screen and (max-width: 1024px) { 
    #header {
        height:50px;
    }
    #header-logo {
        height:42px;
        margin-top: 5px;
    }
    #body {
        top:30px;
    }
    #panes-container {
        width: 600px;
        margin-left:-300px;
    }
    #top-pane-header {
        font-size: 40px;
    }
    #top-pane-body {
        font-size : 18px;
        top: 70px;
    }
    .menu-button {
        left:15px;
    }
    #top-pane {
        height:150px;
        top: 46px;
    }
    body #sidebar {
        top:50px;
    }
    #bottom-pane {
        top: 220px;
    }
    .left-pane-header {
        font-size: 30px;
    }
    .left-pane-checklist li {
        font-size: 14px;
        padding-left: 26px;
        background-size: 18px;
        line-height: 17px;
    }
    .left-pane-checklist {
        left: -8px;
    }
    #free-subheader {
        font-size: 26px
    }
    .right-pane-header {
        font-size:34px;
        top:18px;
    }
    .right-pane-sub-header {
        font-size:16px;
        color:#7b7b7b;
        top:24px;
    }
    .username-input {
        margin-top:40px;
    }
    .landing-input {
        display: block;
        width: 70%;
        height: 36px;
        border-radius: 7px;
        padding-left: 44px;
    }
    .password-input {
        background-size: 28px;
        background-position: 8px 5px;
    }
    .email-input {
        background-size: 22px;
        background-position: 12px 8px;
    }
    .username-input {
        background-size: 22px;
        background-position: 12px 8px;
    }
    .landing-input::placeholder {
        font-size: 15px;
        top: 0px;
    }
    .landing-input:placeholder-shown {
        font-size: 15px;
        top: 0px;
    }
    .landing-input:-moz-placeholder {
        font-size: 15px;
        top: 0px;
    }
    .landing-input:-ms-input-placeholder {
        font-size: 15px;
        top: 0px;
    }
    .landing-input:-ms-input-placeholder {
        font-size: 15px;
        top: 0px;
    }
    .landing-input::-moz-placeholder {
        font-size: 15px;
        top: 0px;
    }
    .landing-input::-webkit-input-placeholder {
        font-size: 15px;
        top: 0px;
    }
    #agree-to-terms-text {
        font-size:10px;
        margin-top:-48px;
    }
    #agree-to-terms {
        top: -26px;
        box-sizing: border-box;
        border-style: double;
        margin: 0px;
        left: 18px;
    }
    #submit-signup {
        top:60px;
        font-size:18px;
        width: 170px;
    }
    #look-around-button {
        font-size:18px;
        width:150px;
    }
    #left-pane, #right-pane {
        height:420px;
    }
}

@media screen and (max-width: 650px) { 
    #top-pane {
        width: 290px;
        position: relative;
        margin: auto;
    }
    #left-pane, #right-pane {
        position: relative;
        left: initial;
        margin: auto;
        margin-bottom: 15px;
        width: 290px;
    }
    #top-pane {
        height: 158px;
    }
    #top-pane-header {
        font-size:30px;
    }
    #top-pane-body {
        top: 56px;
        font-size: 14px;
    }
    #panes-container {
        /* width:100%; */
        margin: 0;
        width: 100%;
        left: 0;
    }
}