.login-form-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
  }
  
  .login-form-container .login-form-card{
    max-width: 450px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 40px 30px;
  }
  
  .logo-wrapper{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-bottom: 14px;
  }
  
  .login-title{
    color: #172B4D;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.048px;
    margin: 14px 0;
  }
  
  .continue-btn{
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
  }
  
  .cant-login-link{
    color: #0D263C;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  
  .new-account-link{
    color: #0D263C;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
  }

  /* start copyright css */
.copyright-login {
  color:#fff;
  font-size: 15px;
  border-top: 1px solid rgba(255,255,255,0.4);
  text-align: center;
}
.copyright-login p{
  color: #0D263C;
}
.copyright-login a{
  color:#0D263C;
  transition: all 0.2s ease 0s;
  text-decoration: none;
}
.copyright-login a:hover{color:#0262DE;}
/* end copyright css */

/* contact button */
.rad-link{
  color:#0D263C !important;
}
.rad-link:hover{
  color:#0262DE  !important;
}