/*#loginPanelButton {
  float: right;
  margin: 22px;
  margin-left: 50px;
  color: #00b08d;
  cursor: pointer;
}*/

#mypagesButton {
  float: right;
  margin: 22px;
  margin-left: 50px;
  color: #00b08d;
  cursor: pointer;
}

/*#loginPanelButton img, #mypagesButton img{*/
/*#mypagesButton img{
  width: 20px;
  vertical-align: middle;
}*/

#loginPanel {
  display: none;
  background-color: #fff;
  width: 300px;
  padding: 25px;
  padding-bottom: 30px;
  float: right;
  margin-right: 24px;
  margin-top: 50px;
  text-align: center;
  border-radius: 30px;
  box-shadow: 4px 2px 15px rgba(77, 128, 248, 0.2);
}

#loginPanel h3 {
  margin: 15px 35px 25px 35px;
  font-weight: 300;
  font-size: 1.0em;
  letter-spacing: 1px;
  color: #01B08D;
}

.greenText {
  color: #01B08D;
}

#loginPanel p {
  margin:25px 15px 15px 15px;
  font-weight:300;
  font-size: 0.7em;
  color:#9999A7;
}

.login-panel-error {
  background: linear-gradient(to bottom, #fff 43%, #55556d 43%);
}

#login-error-small {
  display: none;
  margin-top: 8px;
  padding-bottom:4px;
  font-weight: 400;
  font-size: 0.6em;
  font-style:italic;
  color:#44435D;
}

#login-error-subtext {
    color: #BDBDC7 !important;
}

#login-error-subtext a {
    color: #BDBDC7 !important;
    font-weight: bold;
}

#loginButton, #forgotPasswordSendButton {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 9px 30px;
    height: 40px;
    width: 100%
}

.button-full:link, .button-full:visited {
    background-color: #00b08d;
    border: 1px solid #00b08d;
    color: #fff;
}

.button:link, .button:visited {
    display: flex;
    padding: 10px 25px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    margin-top: 10px;
    width: 237px;
    justify-content: center;
    font-size: 0.7em;
    height: 40px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

#payment-form {
  border-bottom: solid 1px #AAB7C5;
  padding-bottom: 8px;
  margin-bottom: 14px;
}

#login-error-body {

}

#login-section-login input[type=text], [type=password] {
    padding: 2px 20px;
    box-sizing: border-box;
    border-radius: 0px;
    outline: none;
    border: none;
    border-bottom: 1px solid #EFEFF4;
    font-size: 0.72em;
    font-weight: 300;
    letter-spacing: 0.5px;
    min-width: 224px;
    min-height: 40px;
    justify-content: center;
    margin-top: 10px;
    color: #44435D;
}

#login-section-forgot-password input[type=text] {
    padding: 2px 20px;
    box-sizing: border-box;
    border-radius: 0px;
    outline: none;
    border: none;
    border-bottom: 1px solid #EFEFF4;
    font-size: 0.8em;
    font-weight: 300;
    letter-spacing: 0.5px;
    min-width: 224px;
    min-height: 40px;
    justify-content: center;
    margin-top: 10px;
    color: #44435D;
}

#forgotPasswordLink, #loginLink {
    padding-top: 0px;
    text-decoration: none;
    font-size: 0.7em;
    font-weight: 300;
    color: #9999A7;
}

.login-loader {
    width: 24px;
    height: 24px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}

#menuToggle {
    display: none;
}

.menu-icon2 {
    width: auto;
}

.btn-disabled {
  cursor: default !important;
  border: 1px solid #f6f6f9 !important;
  background-color: #f6f6f9 !important;
  color: #adadad !important;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, .1) !important;
}

.loading-screen {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    text-align: center;
}
.loading-screen img {
    width: 80px;
}
#screenDimmer {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000;
    z-index: 9998;
    top: 0;
    left: 0;
    opacity: .7;
    display: none;
}
.underLine{
    margin-top: 10px;
    display: inline-block;
    text-decoration: underline;
    color: #4e7ff8;
}
@media only screen and (max-width: 994px) {
    #loginPanel {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {

    html {
      overflow-x: hidden;
    }

    .menu-logo {
        width: auto;
        padding: 0px !important;
        margin: 15px !important;
    }

    #loginPanelButton {
        font-size: 1.9em;
    }

    #loginPanel {
        float:none;
        margin:10px;
        width:95%;
        font-size: 2em;
        z-index: 99999;
        position: absolute;
        top: 100px;
    }

    .button:link, .button:visited {
        width: auto;
    }

    #menuToggle
    {
      display: block;
      position: absolute;
      top: 15px;
      right: 20px;
      z-index: 9999;
      -webkit-user-select: none;
      user-select: none;
    }

    #menuToggle input {
      display: block;
      width: 40px;
      height: 32px;
      position: absolute;
      top: -7px;
      left: -5px;
      cursor: pointer;
      opacity: 0;
      z-index: 2;
      -webkit-touch-callout: none;
    }


    #menuToggle span{
      display: block;
      width: 33px;
      height: 3px;
      margin-bottom: 6px;
      position: relative;
      background: #00B08D;
      border-radius: 1.5px;
      z-index: 1;
      transform-origin: 4px 0px;
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  opacity 0.55s ease;
    }

    #menuToggle span:first-child{
      transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2){
      transform-origin: 0% 100%;
    }


    #menuToggle input:checked ~ span{
      opacity: 1.0;
      transform: rotate(45deg) translate(-2px, -1px);
      background: #00B08D;
    }


    #menuToggle input:checked ~ span:nth-last-child(3){
      opacity: 0.0;
      transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2){
      opacity: 1.0;
      transform: rotate(-45deg) translate(0, -1px);
    }


    #menu{
      position: absolute;
      width: 100vw;
      margin-left: 50px;
      padding: 40px 25px 25px 50px;
      top: -42px;
      height: 106vh;
      background: #44435D;
      list-style-type: none;
      -webkit-font-smoothing: antialiased;
      opacity: 0.0;
      transform-origin: 0% 0%;
      transform: translate(100%, 0);
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.5s;
    }

    .menu-container{
        padding-top: 30px;
    }

    .sidebar-items{
        display:flex;
        align-items: center;
        align-self:center;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .sidebar-items img{
        padding-right: 15px;
    }

    #menu:nth-child(2){
        margin-top: 50px;
    }

    #menu>img{
        margin-top: -200px;
        padding-top: -200px;
        padding-left: 20px;
        padding-top: 20px;
    }

    #menu .sidebar-items li{
      padding: 10px 0;
      font-size: 22px;
      margin-top: 5px;
      padding-bottom:8px;
      font-weight:500;
        color: white;
    }

    #menu .sidebar-items #cta-text li{
          font-size: 23px;
      line-height: 28px;
      font-weight: 400;
      margin-top: 0px;
      margin-bottom: 0px;
    } 

    #menu hr{
        width:40px;
        margin-top: 20px;
        margin-bottom:70px;
        border: 0;
        height: 0.5;
        border-top: 0.5px solid #FFFFFF;
        border-bottom: 0.5px solid #FFFFFF;
        position:absolute;
        left:70px;
    }

    #menuToggle input:checked ~ ul{
      transform: translateX(-99vw);
      opacity: 1;
    }
}

@media screen and (max-width: 992px) {
  .app-section {
      display: flex;
      flex-direction: column;
  }
  .app-section .container {
      display: flex;
      flex-direction: column;
  }
  .app-section>div {
      width: 100%;
  }
}

