* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  body {
    background-image: url(../img/image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-position: center;
  }
  
  .logo_wrapper {
    padding: 20px 0px;
  }
  
  .company_label {
    color: #fff;
    position: relative;
    bottom: -100px;
    z-index: 20;
  }
  .row{
    border-radius: 30px;
  }
  
  .left {
    background-color: #33579f;
    border-radius: 30px 0 0 30px;
  
   
  }
  .right {
    background-image: url(../img/login-06.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: white;
    padding: 50px 70px 50px 0px;
    border-radius:0 30px 30px 0 ;
  
    
  }
  .image {
    border-radius: 50%;
    padding: 1rem;
    background-color: white;
  }
  .right-form {
    background-color: white;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .errorlist{
    color:red !important;
  }
  
  .center_icon {
    position: relative;
    right: 40px;
    width: 200px;
    z-index: 20;
  }
  
  @media only screen and (max-width: 1401px) {
    .center_icon {
      right: 30px;
    }
  
    .image {
      padding: 0.8rem;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .center_icon {
      right: 25px;
    }
  
    .image {
      padding: 0.6rem;
    }
  }
  
  @media only screen and (max-width: 992px) {
    .center_icon {
      display: none;
    }
  
    .company_label {
      display: none;
    }
  
    body {
      padding: 50px 10px;
    }
    .left{
      border-radius: 0;
    }
  
    .right {
      padding: 50px;
      border-radius: 0;
    }
  }
  
  @media only screen and (max-width: 756px) {
    .right {
      padding: 30px;
    }
  }
  .btn {
    width: 70%;
    color: white !important;
    background-color: #26488c;
    border-radius: 21px;
  }
  .row{
    box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 15px;
   
  }

  .form-control:focus, .checkbox input:focus {
    background-color: transparent;
    box-shadow: 0 0 0 1px rgba(70, 127, 207, 0.88);
  }
  

  .text-primary {
    color: #26488c !important;
  }