body.login {
  height: 100%;
  background-color: #2c3e50; }

body.forgot {
  height: 100%;
  background-color: #2c3e50; }

body.reset {
  height: 100%;
  background-color: #2c3e50; }

.signin-page {
  height: 100%;
  overflow: hidden; }
  .signin-page a {
    color: #2c3e50; }
  .signin-page .header {
    color: #2c3e50;
    font-size: 1.2em;
    padding-bottom: 10px;
    margin-top: 15px; }
  .signin-page .logo {
    margin-top: 30px; }
  .signin-page .login-actions {
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 3px; }
    .signin-page .login-actions a {
      color: white;
      text-decoration: none;
      font-size: .95em; }
  .signin-page form {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px;
    padding-top: 20px;
    color: #023c79;
    padding-bottom: 28px;
    background-image: linear-gradient(white, rgba(245, 245, 245, 0.78)); }
    .signin-page form h1 {
      margin: 0;
      text-align: center;
      color: black;
      font-size: 1.6em;
      font-weight: normal; }
    .signin-page form .logo {
      text-align: center; }
    .signin-page form .ui-button {
      margin-top: 30px;
      background-color: #13A89E;
      position: relative;
      width: 250px;
      padding: 8px; }
      .signin-page form .ui-button:disabled {
        opacity: .4; }
      .signin-page form .ui-button i {
        display: none; }
      .signin-page form .ui-button .uil-rolling-css {
        display: none; }
    .signin-page form .ui-button.loading .uil-rolling-css {
      display: block;
      position: absolute;
      left: 30px;
      top: 10px; }
      .signin-page form .ui-button.loading .uil-rolling-css > div {
        width: 20px;
        height: 20px; }
        .signin-page form .ui-button.loading .uil-rolling-css > div div {
          width: 20px;
          height: 10px;
          border-width: 1px;
          border-bottom-width: 0; }
    .signin-page form .wrapper {
      width: 80%;
      margin: 0 auto; }
      .signin-page form .wrapper .input-group {
        font-size: 1.2em;
        margin: 40px 0; }
        .signin-page form .wrapper .input-group .ui-control .line {
          border-color: #023c79; }
        .signin-page form .wrapper .input-group .ui-control .placeholder {
          transform: scale(0.8) translate3d(-20px, -56px, 0); }
        .signin-page form .wrapper .input-group .ui-input-icon {
          color: #023c79;
          line-height: 28px;
          font-size: 1.3em; }
        .signin-page form .wrapper .input-group .placeholder {
          color: #023c79; }
        .signin-page form .wrapper .input-group input {
          color: #023c79;
          line-height: 45px;
          padding-left: 10px;
          text-align: left;
          direction: ltr; }
    .signin-page form .forgot-password a {
      color: #023c79; }
  .signin-page form.phone input {
    width: 100%;
    border: 1px solid silver; }
    .signin-page form.phone input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .signin-page form.phone input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }

body.regsiter {
  height: 100%;
  overflow: hidden; }
  body.regsiter a {
    color: #2c3e50; }
  body.regsiter .header {
    color: #2c3e50;
    font-size: 1.2em;
    padding-bottom: 10px;
    margin-top: 15px; }
  body.regsiter .logo {
    margin-top: 30px; }
  body.regsiter .login-actions {
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 3px; }
    body.regsiter .login-actions a {
      color: white;
      text-decoration: none;
      font-size: .95em; }
  body.regsiter form {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px;
    padding-top: 20px;
    color: #023c79;
    padding-bottom: 28px;
    background-image: linear-gradient(white, rgba(245, 245, 245, 0.78)); }
    body.regsiter form h1 {
      margin: 0;
      text-align: center;
      color: black;
      font-size: 1.6em;
      font-weight: normal; }
    body.regsiter form .logo {
      text-align: center; }
    body.regsiter form .ui-button {
      margin-top: 30px;
      background-color: #13A89E;
      position: relative;
      width: 250px;
      padding: 8px; }
      body.regsiter form .ui-button:disabled {
        opacity: .4; }
      body.regsiter form .ui-button i {
        display: none; }
      body.regsiter form .ui-button .uil-rolling-css {
        display: none; }
    body.regsiter form .ui-button.loading .uil-rolling-css {
      display: block;
      position: absolute;
      left: 30px;
      top: 10px; }
      body.regsiter form .ui-button.loading .uil-rolling-css > div {
        width: 20px;
        height: 20px; }
        body.regsiter form .ui-button.loading .uil-rolling-css > div div {
          width: 20px;
          height: 10px;
          border-width: 1px;
          border-bottom-width: 0; }
    body.regsiter form .wrapper {
      width: 80%;
      margin: 0 auto; }
      body.regsiter form .wrapper .input-group {
        font-size: 1.2em;
        margin: 40px 0; }
        body.regsiter form .wrapper .input-group .ui-control .line {
          border-color: #023c79; }
        body.regsiter form .wrapper .input-group .ui-control .placeholder {
          transform: scale(0.8) translate3d(-20px, -56px, 0); }
        body.regsiter form .wrapper .input-group .ui-input-icon {
          color: #023c79;
          line-height: 28px;
          font-size: 1.3em; }
        body.regsiter form .wrapper .input-group .placeholder {
          color: #023c79; }
        body.regsiter form .wrapper .input-group input {
          color: #023c79;
          line-height: 45px;
          padding-left: 10px;
          text-align: left;
          direction: ltr; }
    body.regsiter form .forgot-password a {
      color: #023c79; }
  body.regsiter form.phone input {
    width: 100%;
    border: 1px solid silver; }
    body.regsiter form.phone input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    body.regsiter form.phone input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.forgot-page {
  height: 100%;
  overflow: hidden; }
  .forgot-page a {
    color: #2c3e50; }
  .forgot-page .header {
    color: #2c3e50;
    font-size: 1.2em;
    padding-bottom: 10px;
    margin-top: 15px; }
  .forgot-page .logo {
    margin-top: 30px; }
  .forgot-page .login-actions {
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 3px; }
    .forgot-page .login-actions a {
      color: white;
      text-decoration: none;
      font-size: .95em; }
  .forgot-page form {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px;
    padding-top: 20px;
    color: #023c79;
    padding-bottom: 28px;
    background-image: linear-gradient(white, rgba(245, 245, 245, 0.78)); }
    .forgot-page form h1 {
      margin: 0;
      text-align: center;
      color: black;
      font-size: 1.6em;
      font-weight: normal; }
    .forgot-page form .logo {
      text-align: center; }
    .forgot-page form .ui-button {
      margin-top: 30px;
      background-color: #13A89E;
      position: relative;
      width: 250px;
      padding: 8px; }
      .forgot-page form .ui-button:disabled {
        opacity: .4; }
      .forgot-page form .ui-button i {
        display: none; }
      .forgot-page form .ui-button .uil-rolling-css {
        display: none; }
    .forgot-page form .ui-button.loading .uil-rolling-css {
      display: block;
      position: absolute;
      left: 30px;
      top: 10px; }
      .forgot-page form .ui-button.loading .uil-rolling-css > div {
        width: 20px;
        height: 20px; }
        .forgot-page form .ui-button.loading .uil-rolling-css > div div {
          width: 20px;
          height: 10px;
          border-width: 1px;
          border-bottom-width: 0; }
    .forgot-page form .wrapper {
      width: 80%;
      margin: 0 auto; }
      .forgot-page form .wrapper .input-group {
        font-size: 1.2em;
        margin: 40px 0; }
        .forgot-page form .wrapper .input-group .ui-control .line {
          border-color: #023c79; }
        .forgot-page form .wrapper .input-group .ui-control .placeholder {
          transform: scale(0.8) translate3d(-20px, -56px, 0); }
        .forgot-page form .wrapper .input-group .ui-input-icon {
          color: #023c79;
          line-height: 28px;
          font-size: 1.3em; }
        .forgot-page form .wrapper .input-group .placeholder {
          color: #023c79; }
        .forgot-page form .wrapper .input-group input {
          color: #023c79;
          line-height: 45px;
          padding-left: 10px;
          text-align: left;
          direction: ltr; }
    .forgot-page form .forgot-password a {
      color: #023c79; }
  .forgot-page form.phone input {
    width: 100%;
    border: 1px solid silver; }
    .forgot-page form.phone input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .forgot-page form.phone input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.reset-page {
  height: 100%;
  overflow: hidden; }
  .reset-page a {
    color: #2c3e50; }
  .reset-page .header {
    color: #2c3e50;
    font-size: 1.2em;
    padding-bottom: 10px;
    margin-top: 15px; }
  .reset-page .logo {
    margin-top: 30px; }
  .reset-page .login-actions {
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 3px; }
    .reset-page .login-actions a {
      color: white;
      text-decoration: none;
      font-size: .95em; }
  .reset-page form {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px;
    padding-top: 20px;
    color: #023c79;
    padding-bottom: 28px;
    background-image: linear-gradient(white, rgba(245, 245, 245, 0.78)); }
    .reset-page form h1 {
      margin: 0;
      text-align: center;
      color: black;
      font-size: 1.6em;
      font-weight: normal; }
    .reset-page form .logo {
      text-align: center; }
    .reset-page form .ui-button {
      margin-top: 30px;
      background-color: #13A89E;
      position: relative;
      width: 250px;
      padding: 8px; }
      .reset-page form .ui-button:disabled {
        opacity: .4; }
      .reset-page form .ui-button i {
        display: none; }
      .reset-page form .ui-button .uil-rolling-css {
        display: none; }
    .reset-page form .ui-button.loading .uil-rolling-css {
      display: block;
      position: absolute;
      left: 30px;
      top: 10px; }
      .reset-page form .ui-button.loading .uil-rolling-css > div {
        width: 20px;
        height: 20px; }
        .reset-page form .ui-button.loading .uil-rolling-css > div div {
          width: 20px;
          height: 10px;
          border-width: 1px;
          border-bottom-width: 0; }
    .reset-page form .wrapper {
      width: 80%;
      margin: 0 auto; }
      .reset-page form .wrapper .input-group {
        font-size: 1.2em;
        margin: 40px 0; }
        .reset-page form .wrapper .input-group .ui-control .line {
          border-color: #023c79; }
        .reset-page form .wrapper .input-group .ui-control .placeholder {
          transform: scale(0.8) translate3d(-20px, -56px, 0); }
        .reset-page form .wrapper .input-group .ui-input-icon {
          color: #023c79;
          line-height: 28px;
          font-size: 1.3em; }
        .reset-page form .wrapper .input-group .placeholder {
          color: #023c79; }
        .reset-page form .wrapper .input-group input {
          color: #023c79;
          line-height: 45px;
          padding-left: 10px;
          text-align: left;
          direction: ltr; }
    .reset-page form .forgot-password a {
      color: #023c79; }
  .reset-page form.phone input {
    width: 100%;
    border: 1px solid silver; }
    .reset-page form.phone input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .reset-page form.phone input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }

@media screen and (max-width: 600px) {
  .signin-page {
    overflow-y: auto;
    padding: 10px; }
    .signin-page .logo {
      margin-top: 0; }
    .signin-page form .wrapper {
      width: 100% !important; }
      .signin-page form .wrapper .input-group {
        margin-top: 10px !important;
        margin-bottom: 10px !important; }
  body.regsiter {
    overflow-y: auto;
    padding: 10px; }
    body.regsiter .logo {
      margin-top: 0; }
    body.regsiter form .wrapper {
      width: 100% !important; }
      body.regsiter form .wrapper .input-group {
        margin-top: 10px !important;
        margin-bottom: 10px !important; }
  .forgot-page {
    overflow-y: auto;
    padding: 10px; }
    .forgot-page .logo {
      margin-top: 0; }
    .forgot-page form .wrapper {
      width: 100% !important; }
      .forgot-page form .wrapper .input-group {
        margin-top: 10px !important;
        margin-bottom: 10px !important; }
  .reset-page {
    overflow-y: auto;
    padding: 10px; }
    .reset-page .logo {
      margin-top: 0; }
    .reset-page form .wrapper {
      width: 100% !important; }
      .reset-page form .wrapper .input-group {
        margin-top: 10px !important;
        margin-bottom: 10px !important; } }
