body {
    display: flex;
    justify-content: center;
    padding-top: 46.01px !important;
    background: radial-gradient(1200px 600px at 80% -10%, #000000 0%, transparent 60%), radial-gradient(900px 500px at 15% 110%, #3e8ef7 0%, transparent 60%), linear-gradient(160deg, #3e8ef7, #0a3b7c) !important;
    padding-bottom: 40px;
    background: url(../img/worthmetrix-bg.jpg) center center / cover no-repeat !important;
        height: auto !important;
}
    
    a{
        font-weight: 500;
    }
    
    .checkbox-custom label{
        font-weight: 400;
    }

    .login-box {
      display: flex;
      width: 100%;
      max-width: 1000px;
      background: #fff;
      box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }
    
    

    .left {
      flex: 1;
      background: #3e8ef7;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 40px;
      text-align: center;
    }

    .left h1 {
      font-size: 40px;
      margin-bottom: 10px;
    }

    .left p {
      font-size: 16px;
      margin-bottom: 20px;
    }

    .left img {
      width: 150px;
      margin: 20px 0;
    }
    
    .left p a:hover{
        color: #000;
    }

    .left small {
      display: block;
      margin-top: 10px;
      font-size: 14px;
      opacity: 0.9;
    }

    .right {
      flex: 1;
      padding: 40px 40px 0px 40px;
    }

    .right h2 {
      font-size: 28px;
      margin-bottom: 10px;
      color: #000000;
      font-family: "Rajdhani", serif; 
    }

    .right p {
      margin-bottom: 20px;
    }

    .right p a {
      color: #0073e6;
      text-decoration: none;
    }

    form {
      display: flex;
      flex-direction: column;
    }

    form label {
      margin: 10px 0 5px;
      font-size: 14px;
    }

    form input[type="email"],
    form input[type="password"] {
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 4px;
      margin-bottom: 10px;
    }

    .remember {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }

    .remember input {
      margin-right: 8px;
    }

    .btn {
      padding: 12px;
      background: #000;
      color: #fff;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 16px;
      margin-bottom: 20px;
    }

    .btn:hover {
      background: #1c1c27;
    }

    .divider {
      text-align: center;
      margin: 20px 0;
      position: relative;
    }

    .divider::before,
    .divider::after {
      content: "";
      position: absolute;
      width: 34%;
      height: 1px;
      background: #ccc;
      top: 50%;
    }

    .divider::before {
      left: 0;
    }

    .divider::after {
      right: 0;
    }

    .bottom-text {
      margin-top: 20px;
      font-size: 14px;
      text-align: center;
    }

    .bottom-text a {
      color: #0073e6;
      text-decoration: none;
    }
    
    .form-group.clearfix{
        margin-top: 8px !important;
    }
    
    .checkbox-custom label{
        margin-top: 0 !important;
    }
    
    .page-copyright{
        margin-top: 0;
        padding-top: 0;
        text-align: center;
    }
    
    .right p:nth-child(1){
            margin-bottom: 4px;
    }

    @media (max-width: 768px) {
        
        .left{
            display: none;
        }
      .login-box {
        flex-direction: column;
      }
      .left, .right {
        flex: none;
        width: 100%;
      }
      .left {
        padding: 20px;
      }
      .right {
        padding: 20px;
      }
    }
    
     @media (min-width: 769px) {
         .login-worthmetrix .login-page .container{
             padding: 0;
         }
     }
     
    .login-box select.form-control{
       font-size: 1rem;
    }