
html {
    background: url("/bg.svg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #F5F5F5;
}

  body{
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.95;
    letter-spacing: normal;
    color: #1e1e1e;

    /* font-family: 'Roboto Thin', sans-serif;
    font-family: 'Roboto Light', sans-serif;
    font-family: 'Roboto Medium', sans-serif;
    font-family: 'Roboto Black', sans-serif; */
  }

  .login-white-box-parent {
    /* position:relative; */
  }

  .login-white-box{
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;

    -webkit-box-shadow: 0 0 95px 0 rgba(0, 0, 0, 0.6); 
    box-shadow: 0 0 95px 0 rgba(0, 0, 0, 0.6);

    width: 460px; 
    min-height: 200px; 
    background-color: #fff;
    border-radius: 4px;
    padding: 50px;
  }

  .login-title{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;

    margin-top: 0px;
    margin-bottom: 40px;
  }

  .login-title-ingress{
    margin-bottom: 10px;
  }

  .login-ingress{
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.56;
    text-align: center;
  }

  .center-text{
    text-align: center;
  }

  .common-button{
    display: flex;
    align-items: center;
    height: 58px;
    width: 100%;
    padding: 15px;
    border-radius: 4px;
    border: solid 1px #999;
    background-color: #fff;
    cursor: pointer;
  }

  .common-button-no-icon{
    width: 100%;
    padding: 15px;
    border-radius: 4px;
    border: solid 1px #999;
    background-color: #fff;
    cursor: pointer;
  }

  .common-button-no-icon-save{
    width: 100%;
    padding: 15px;
    border-radius: 4px;
    background-color: #4285f4;
    cursor: pointer;

    font-size: 19px;
    font-weight: bold;
    line-height: 1.47;
    color: #fff;
  }

  .common-button-no-icon-save:hover{
    background-color: #0049c2;
  }
  
  .common-button-no-icon-save-container{
      margin-top: 30px;
      margin-bottom: 40px;
  }
.common-button-email-container{
    margin-bottom: 40px;
}

.common-button-no-icon-register-container {
    margin-top: 40px;
    margin-bottom: 0px;
}

  .common-button-no-icon-send-container{
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .common-button:hover,
  .common-button-no-icon:hover {
    background-color: #f7f7f7;
    text-decoration: none;
  }
  
  .common-button-container{
    margin-bottom: 20px;
  }

  .common-button-text{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.56;
  }

  .common-button-icon{
    margin-right: 13px;
    margin-left: 2px;
  }

.common-button-text {
    color: #1e1e1e;
    margin-left: 2px;
}

  .top-logo-container{
      margin-top: 20px;
      margin-bottom: 50px;
      cursor: pointer;
  }

  .small-line{
    width: 200px;
    height: 1px;
    margin: 12px 0px 11px 0;
    background-color: #d8d8d8;
  }

  .small-line-container{
    display: flex;
    margin-top: 40px;
    margin-bottom: 35px;
  }

  .small-line-text{
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    margin-left: 6px;
    margin-right: 5px;
  }

  .custom-input{
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #999;
    background-color: #f9f9f9;
  }

  .custom-input-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.31;
    color: #1e1e1e;
  }

  .remember-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .remember-login-text{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.31;
    margin-left: 6px;
  }

  .remember-login-checkbox-label{
    margin-bottom: 0px;
  }

  .checkbox-size{
    transform: scale(1.3);
  }

  .forgot-password-text{
    font-size: 14px;
    line-height: 1.5;
    color: #1e1e1e;
    text-decoration: underline;
  }

  .forgot-password-text:hover{
    color: #1e1e1e;
    text-decoration: none;
  }

.forgot-password-container {
    margin-bottom: 5px;
    text-align: center;
}
.register-new-user-container {
    text-align: center;
}

  .register-new-user-text{
    font-size: 14px;
    line-height: 1.5;
    color: #1e1e1e;
    text-decoration: underline;
  }

  .register-new-user-text:hover{
    color: #1e1e1e;
    text-decoration: none;
}

  input[type="checkbox"]{
      margin: 0px;
  }

  .space-between{
      height: 30px;
  }

.nodisplay
{
    display:none;
}

.login-grants {
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.56;
    text-align: left;
    border-bottom: 1px lightgray solid;
    padding-bottom: 15px;
}
.login-grants img {
    width: 40%;
    margin-bottom: 15px;
}
    .login-grants .clientname {
        font-size: 2rem;
        font-weight: bold;
    }
    .login-grants .granttype {
        margin-top: 10px;
    }
        .login-grants .granttype:nth-child(2) {
            margin-top: 0px;
        }
