  .input-field {
    position: relative;
    line-height: 44px;
  }
  .bdr_out
  {
    border: 2px solid #991f21ba;
  }
  .bg_fafa {
    background-color: #fafafb;
  }

  .btns2{
    width: 100%;
    background-color: #332f6a;
    height: 40px;
    border-radius: 4px;
    color: #332f6a !important;
    border-radius: 0px !important;
  }
  .btns2:hover{
    background-color: #fff;
    color:#332f6a !important;
    transition:1s;
    border: 1px solid #332f6a;

  }

  .label1 {
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    color: #949393;
    transition: 0.2s all;
    cursor: text;
  }
  .input-login {
    border: 0;
    outline: 0;
    padding: 0.3rem 0;
    border-bottom: 1px solid #949393;
    box-shadow: none;
    color: #111;
    width: 100%;
  }
  .input-login::placeholder {
    color: #949393;
    opacity: 1;
    font-size: 12px;
  }
  input:invalid {
    outline: 0;
    // color: #00dd22;
      // border-color: #00dd22;
  }
  input:focus,
  input:valid {
    border-color: ##201f55;
  }
  input:focus~label,
  input:valid~label {
    font-size: 12px;
    top: -16px;
    color: #656565;
  }
  .box-shadow
  {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 86%;
    width: 100%;
    width: 80%;
    padding: 40px;
    margin-top: 75px;
    margin: 58px;
  }
  .w-200{
    width:200px;
  }

  .hr1
  {
    width: 20%;
    background-color: #ffffff !important;
    height: 2px;

  }
  .hr3{
    width: 10%;
    background-color: #991f21db !important;
    height: 2px;
    margin: auto;
    float: left;
  }

  .btn1
  {
    width: 100%;
    background-color: #332f6a;
    border: none;
    color: white;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
  }
  .btn2
  {
    width: 100%;
    background-color: #fff;
    border: 1px solid #332f6a;
    color: #332f6a;
    height: 40px;
    border-radius: 4px;
    margin-top: 50px;
    cursor: pointer;
  }
  .box-shadow1 label{
    font-size: 12px;
    margin-bottom: 0px;
  }
  .btn-align{
    margin-right: auto;
    margin-bottom: 20px;
    margin-top:20px;
    border:none !important;
    padding: 12px 61px !important;
    background-color: #332f6a !important;
    }

    .forget
    {
        float: right;
        font-size: 13px;
        color:#949393;
    }
    @media screen and (max-width: 1200px) and (min-width: 992px){
    form.box-shadow {
        width: 79%;
        height: 80%;
        padding: 41px;
    }
}
@media screen and (max-width: 500px){
    form.box-shadow {
        width: 79%;
        height: 80%;
        padding: 29px;
        margin:38px;
        margin-bottom: 82px;
    }
}
@media screen and (max-width: 992px) and (min-width: 768px){
  img.log2{
    width: 19% !important;
    padding-top: 1px !important;

}
}
@media screen and (min-width: 992px){
  .mt-90{
    margin-top: 90px !important;

  }
  }

.btns{
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 425px){
  .box_shadow1{
    padding: 30px;
  }
}
