* {
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin: 0;
  }
  

  
  #email{
    margin-top: 5px !important;
    padding-left: 5px !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
  }

  #password{
    margin-top: 5px !important;
    padding-left: 5px !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
  }


  .g-recaptcha{
    margin: auto !important;
    left: 5% !important;
    position: relative !important;
    padding-bottom: 0.7rem;
  }

  #ReCaptchaErrorContID{
    left: 9% !important;
  }


  #loginBtnID{
    margin:auto;
  }

  #FormSubBtnID{
    width: 100%;
    background-color: #7298c4;
  }

  #GetAccTxtID{
    margin: auto !important;
  }

  h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    opacity: 0.85;
  }
  
  label {
    font-size: 12.5px;
    color: #000;
    opacity: 0.8;
    font-weight: 400;
  }
  
  form {
    padding: 40px 30px;
    background: #fefefe;
    display: flex;
    margin:auto;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
    width: 390px;
  }
  form h4 {
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.5);
  }
  form h4 span {
    color: black;
    font-weight: 700;
  }
  form p {
    line-height: 155%;
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
    opacity: 0.65;
    font-weight: 400;
    max-width: 200px;
    margin-bottom: 40px;
  }
  
  a.discrete {
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    border-bottom: solid 1px rgba(0, 0, 0, 0);
    padding-bottom: 4px;
    margin-left: auto;
    font-weight: 300;
    transition: all 0.3s ease;
    margin-top: 40px;
  }
  a.discrete:hover {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  }
  
  button {
    -webkit-appearance: none;
    width: auto;
    min-width: 100px;
    border-radius: 24px;
    text-align: center;
    padding: 15px 40px;
    margin-top: 5px;
    background-color: #b08bf8;
    color: #fff;
    font-size: 14px;
    margin-left: auto;
    font-weight: 500;
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.13);
    border: none;
    transition: all 0.3s ease;
    outline: 0;
  }
  button:hover {
    transform: translateY(-3px);
    box-shadow: 0 2px 6px -1px rgba(182, 157, 230, 0.65);
  }
  button:hover:active {
    transform: scale(0.99);
  }
  
  .col-md-6{
    width: 100% !important;
  }

  .btn-submit{
   width: 126px !important;
  }

  .form-check{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }

  .form-check-input{
    width:20px !important;
    height: 20px !important;
    padding: 0 !important;
  }

  input {
    font-size: 16px;
    padding: 20px 0px;
    height: 56px;
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 280px;
    box-sizing: border-box;
    transition: all 0.3s linear;
    color: #000;
    font-weight: 400;
    -webkit-appearance: none;
  }
  input:focus {
    border-bottom: solid 1px #b69de6;
    outline: 0;
    box-shadow: 0 2px 6px -8px rgba(182, 157, 230, 0.45);
  }
  
  .floating-label {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
  }
  .floating-label label {
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    padding-left: 44px;
  }
  .floating-label input {
    width: calc(100% - 44px);
    margin-left: auto;
    display: flex;
  }
  .floating-label .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 56px;
    width: 44px;
    display: flex;
  }
  .floating-label .icon svg {
    height: 30px;
    width: 30px;
    margin: auto;
    opacity: 0.15;
    transition: all 0.3s ease;
  }
  .floating-label .icon svg path {
    transition: all 0.3s ease;
  }
  .floating-label input:not(:-moz-placeholder-shown) {
    padding: 28px 0px 12px 0px;
  }
  .floating-label input:not(:-ms-input-placeholder) {
    padding: 28px 0px 12px 0px;
  }
  .floating-label input:not(:placeholder-shown) {
    padding: 28px 0px 12px 0px;
  }
  .floating-label input:not(:-moz-placeholder-shown) + label {
    transform: translateY(-10px);
    opacity: 0.7;
  }
  .floating-label input:not(:-ms-input-placeholder) + label {
    transform: translateY(-10px);
    opacity: 0.7;
  }
  .floating-label input:not(:placeholder-shown) + label {
    transform: translateY(-10px);
    opacity: 0.7;
  }
  .floating-label input:valid:not(:-moz-placeholder-shown) + label + .icon svg {
    opacity: 1;
  }
  .floating-label input:valid:not(:-ms-input-placeholder) + label + .icon svg {
    opacity: 1;
  }
  .floating-label input:valid:not(:placeholder-shown) + label + .icon svg {
    opacity: 1;
  }
  .floating-label input:valid:not(:-moz-placeholder-shown) + label + .icon svg path {
    /* fill: #b69de6; */
    fill: #7298c4;
  }
  .floating-label input:valid:not(:-ms-input-placeholder) + label + .icon svg path {
    /* fill: #b69de6; */
    fill: #7298c4;
  }
  .floating-label input:valid:not(:placeholder-shown) + label + .icon svg path {
    /* fill: #b69de6; */
    fill: #7298c4;
  }
  .floating-label input:not(:valid):not(:focus) + label + .icon {
    -webkit-animation-name: shake-shake;
            animation-name: shake-shake;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
  
  @-webkit-keyframes shake-shake {
    0% {
      transform: translateX(-3px);
    }
    20% {
      transform: translateX(3px);
    }
    40% {
      transform: translateX(-3px);
    }
    60% {
      transform: translateX(3px);
    }
    80% {
      transform: translateX(-3px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  
  @keyframes shake-shake {
    0% {
      transform: translateX(-3px);
    }
    20% {
      transform: translateX(3px);
    }
    40% {
      transform: translateX(-3px);
    }
    60% {
      transform: translateX(3px);
    }
    80% {
      transform: translateX(-3px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  .session {
    display: flex;
    flex-direction: row;
    width: 760px;
    height: auto;
    margin: auto auto;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.12);
  }
  
  .left {
    width: 220px;
    height: auto;
    min-height: 100%;
    position: relative;
    background-image: url("/imgs/auth/login-bg.jpg");
    background-size: cover;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .left svg {
    height: 40px;
    width: auto;
    margin: 20px;
  }


  

/* ========================= Responsive Starts ============================== */


@media only screen and (max-width: 1250px), 
screen and (max-height: 721px) {
    

  }




  
@media only screen and (max-width: 900px) {
  
    .session{
      width:600px !important;
    }
  }


  @media only screen and (max-width: 770px) {

    .session{
      width:540px !important;
    }

    #ReCaptchaErrorContID{
      left: 6% !important;
    }


  }

  
 @media only screen and (max-width: 671px) {

  .session{
    flex-direction: column !important;
  }

  .left{
    width: 100% !important;
    height:150px !important;
    background-position-y: 10rem !important;
  }

  #ReCaptchaErrorContID{
    left: 10% !important;
  }

  }



  
  @media only screen and (max-width: 585px) {

    .session{
      width:345px !important;
    }

    form{
      width:345px !important;
    }

    
    .left{
      background-position-y: 9.3rem !important;
    }

    .g-recaptcha{
      left: 0% !important;
    }
    #ReCaptchaErrorContID{
      left: 7% !important;
      font-size: 13px !important;
    }

  }




  

  
  @media only screen and (max-width: 501px) {

   
  }



  

  @media only screen and (max-width: 363px) {

    .g-recaptcha{
      left: -2% !important;
    }
    #ReCaptchaErrorContID{
      left: 4% !important;
    }

    .row{
      width:88% !important;
    }
    .mb-4{
      width:99% !important;
    }
    .container{
      width: 433px !important;
    }
    .bg-white{
      width: calc(100% - -20%) !important;
    }
  }


  

@media only screen and (max-width: 363px) {

  .bg-white{
    width: calc(100% - -27%) !important;
  }
}


  

@media only screen and (max-width: 335px) {

  .bg-white{
    width: calc(100% - -33%) !important;
  }
}



@media only screen and (max-width: 323px) {

  .bg-white{
    width: calc(100% - -40%) !important;
  }
}


/* ========================= Responsive Ends ============================== */
