
@import url('https://fonts.googleapis.com/css2?family=Teachers:ital,wght@0,400..800;1,400..800&display=swap');

* {
  font-family: "Teachers", sans-serif;
}

.form-control,
.input-group-text {
  border: none !important;
  background-color: #F4F4F4 !important;
  border-radius: 10px;

}

.box2 {
  clip-path: polygon(100% 90%, 0% 100%, 0% 0px, 100% 0%);
  background-image: url('../img/desktop .jpg');
  background-position: center;
  height: 97vh;
  width: 100%;
  background-size: cover;
}


.flt_svg {
  visibility: hidden;
  position: absolute;
  width: 0px;
  height: 0px;
}

.box_parent {
  position: relative; 
  filter: url('#flt_tag1') drop-shadow(0px 4.823px 4.823px rgba(0, 0, 0, 0.25));
  margin-top: 10px;
  border-radius: 36px; 
  overflow: hidden; 
}

.container-fluid .card {
  position: absolute;
  bottom: 20px;
  right: 22px;
  border: unset;
  padding: 10px 30px;
  width: 420px;
  background-repeat: no-repeat;
  /* height: 593px; */
  border: none !important;
  filter: url('#flt_tag1') drop-shadow(0px 4.823px 4.823px rgba(0, 0, 0, 0.25));
  margin-top: 10px;
  border-radius: 36px; 
  overflow: hidden; 
  background: none;
}

.box3 {
    clip-path:  polygon(100% 100%, 0% 97%, 0% 0px, 100% 0%);
  /* background-image: url('/assets/img/desktop .jpg'); */
  background: #FFFFFF;
  background-position: center;
  height: 540px;
  width: 100%;
  right: 0px;
  bottom: 5px;
  position: absolute;
  z-index: -1;
}


.flt_svg {
  visibility: hidden;
  position: absolute;
  width: 0px;
  height: 0px;
}

.card-body {
  border: none !important;
}

.login-section .card .card-body .form-group label {
  color: #193962;
  font-weight: 500;
}

.login-section .card .card-body .form-group .input-group .form-control {
  background: #8A8A8A1A;
  border: unset;
  padding: 10px;
  border-radius: 10px 0px 0px 10px;
  font-size: 20px !important;
}

.login-section .card .card-body .form-group .input-group .form-control:focus {
  box-shadow: unset;
}

.login-section .card .card-body .form-group .input-group .input-group-text {
  border: unset;
  background: #8A8A8A1A;
  border-radius: 0px 10px 10px 0px;
}

.login-section .card .card-body .form-group a {
  text-decoration: none;
  color: #193962;
  font-size: 14px;
}

.login-btn {
  /* padding: 10px 40px; */
  /* border-radius: 25px; */
  background: linear-gradient(90deg, #ED1C24 0%, #BE1E2D 100%);
  border: unset;
}

.login-bottom-text {
  color: #193962;
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  bottom: 50px;
  text-align: center;
  width: 100%
}

.login-bottom-text1 a {
  text-decoration: unset;
  color: #193962;
  font-size: 15px;
}

.invalid-feedback {
  display: block;
}

.forgot-password {
  font-size: 12px;
  font-weight: 400;
  color: #193962;
  text-decoration: none;
}

.login-btn {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 700;
}

.btn:hover {
  color: #ffffff;
}

.login-bottom-text1 {
  font-size: 16px;
}

input::placeholder {
  color: #193962;
}

label {
  font-size: 18px;
  color: #193962;
  font-weight: 500;
}

input:focus {
  box-shadow: none !important;
}

.btn:focus {
  box-shadow: none !important;
}

.height290 {
  height: 300px;
}

input::placeholder {
  color: rgba(25, 57, 98, 0.20) !important;
}
.login-btn {
  box-shadow: 0px 3.423px 3.423px 0px rgba(0, 0, 0, 0.25) !important;
  background: linear-gradient(180deg, #ED1C24 62.19%, #BE1E2D 99.98%) !important;

}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.mobilebg {
  /* display: grid; */
  grid-template-rows: auto 1fr auto;
  min-height: 92vh;
}
.card {
  margin: 0 auto; /* Center card horizontally */
  width: 100%;
}
.footer {
  padding: 10px 0;
}
.login-bottom-text1 {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.login-bottom-text1 a{
  color: #193962;
}

@media (min-width:320px) and (max-width:375px) {

  .login-section .card {
    position: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    border: unset;
    border-radius: 20px;
    padding: 5px;
    box-shadow: none;
    width: 100%;
    background: none;
    margin-top: 40px;
  }

  .card-body {
    width: 100%;
  }

  /* .mobilewidht{
          width: 250px;
        } */
  .container-fluid {
    display: none;
  }

  .form-control,
  .input-group-text {
    border: none !important;
    background-color: #F4F4F4 !important;
    border-radius: 9px;
    height: 44px;

  }
  .height290 {
    height: 268px;
  }

}

@media (min-width:320px) and (max-width:430px) {
  .login-section-mobile {
    height: 430px;
    position: relative;
    background-image: url('../img/mobile2.png');
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: none !important;
  }
  .login-btn{
    font-size: 16px !important;
  }
}

@media (min-width:430px) and (max-width:552px) {
  .login-section-mobile {
    height: 92vh;
    position: relative;
    background-image: url('../img/mobile767.png');
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: none !important;
  }

  .height290 {
    height: 390px;
  }
  /* .login-btn{
    font-size: 1rem !important;
  } */
}

@media (min-width:553px) and (max-width:690px) {
  .login-section-mobile {
    height: 92vh;
    position: relative;
    background-image: url('../img/mobile767.png');
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: none !important;
  }

  .height290 {
    height: 490px;
  }
}

@media (min-width:375px) and (max-width:767px) {

  .mobilebg {
    display: grid;
  }
  .login-bottom-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;

  }

  .fp a {
    color: #193962 !important;
    font-size: 12px !important;
  }

  label {
    font-size: 14px !important;
  }

  .form-control,
  .input-group-text {
    border: none !important;
    background-color: #F4F4F4 !important;
    border-radius: 9px;
    height: 44px;

  }

  @media (min-width: 567px){
    /* .card-body {
      width: 500px;
    } */
    .card{
      width: unset;
    }
  }


  .container-fluid {
    display: none;
  }

  {
    display: none;
  }

  .mobilebg {
    height: 92vh;
  }


}


@media (min-width:767px) and (max-width:900px) {
  .login-section-mobile {
    height: 98vh;
    position: relative;
    background-image: url('../img/tabimage.png');
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: none !important;
  }

  .mobilewidht3w {
    width: 200px;
  }

  .mobilewidht {
    width: 320px;
  }

  .container-fluid {
    display: none;
  }

  {
    display: none;
  }
  .mobilebg {
    display: grid;
  }
  .mobilebg {
    /* display: block; */
    height: 92vh;
  }

  .height290 {
    min-height: 486px;
  }

  .form-group {
    width: 50%;
    margin: auto;
  }
}


@media (min-width:690px) and (max-width:900px) {
  .login-section-mobile {
    height: 98vh;
    position: relative;
    background-image: url('../img/mobile767.png');
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: none !important;
  }

  .height290 {
    height: 550px;
  }
  .mobilebg {
    display: grid;
  }

}

@media (min-width: 900px) {
  .container-fluid {
    display: block;
  }

  {
    display: block;
  }

  .mobilebg {
    display: none;
    height: 92vh;
  }
}

@media (min-width:428px) and (max-device-width: 435px) and (orientation: portrait) {
  .height290 {
    height: 313px;
  }
}

@media (min-width:810px) and (max-device-width: 815px) and (orientation: portrait) {
  .height290 {
    height: 595px;
  }
}

@media (min-width:820px) and (max-device-width: 825px) and (orientation: portrait) {
  .height290 {
    height: 595px;
  }
}

@media (min-width:834px) and (max-device-width: 840px) and (orientation: portrait) {
  .height290 {
    height: 595px;
  }
}

@media (min-width:414px) and (max-device-width: 420px) and (orientation: portrait) {
  .margintop {
    margin-top: 15px !important;
  }
}

@media (min-width: 640px) and (max-device-width: 650px) and (orientation: landscape) {

  .container-fluid {
    display: block;
  }
  .box2 {
    height: 182vh;
  }

  {
    top: 196px;
    height: 490px;
    background-repeat: no-repeat;
    display: block;
    width: 385px;
  }

  .form-group {
    width: 100% !important;
  }

  /* .mobilewidht1 {
    width: 55%;
  } */

  .mobilebg {
    display: none;
    height: 92vh;
  }

  .form-group {
    width: 50%;
    margin: auto;
  }

  /* .mobilewidht {
    width: 65%;
  } */

  .login-bottom-text {
    position: absolute;
    bottom: 21px;
    text-align: center;
    left: 0px;
  }

}



@media (min-width: 760px) and (max-device-width: 765px) and (orientation: landscape) {
  .container-fluid {
    display: block;
  }
  .box2 {
    height: 178vh;
  }

  {
    top: 181px;
    height: 490px;
    background-repeat: no-repeat;
    display: block;
    width: 385px;

  }

  .form-group {
    width: 100% !important;
  }

  .mobilewidht1 {
    width: 55%;
  }

  .mobilebg {
    display: none;
    height: 92vh;
  }

  .form-group {
    width: 50%;
    margin: auto;
  }

  .login-bottom-text {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 0
  }

  .mobilewidht {
    width: 65%;
  }

}

@media (min-width: 568px) and (max-device-width: 570px) and (orientation: landscape) {
  .login-section-mobile {
    height: 643px;
  }

  .height290 {
    height: 405px;
  }

  .login-bottom-text {
    bottom: unset;
  }
}

@media (min-width: 915px) and (max-device-width: 920px) and (orientation: landscape) {

  .container-fluid {
    display: block;
  }

  {
    top: 181px;
    height: 490px;
    background-repeat: no-repeat;
    display: block;
    width: 385px;
  }
  .login-bottom-text {
    position: absolute;
    bottom: 21px;
    text-align: center;
    left: 100px;
  }
  .box2 {
    height: 158vh;
  }


  .form-group {
    width: 100% !important;
  }

  .mobilewidht1 {
    width: 55%;
  }

  .mobilebg {
    display: none;
    height: 92vh;
  }

  .form-group {
    width: 50%;
    margin: auto;
  }

  .mobilewidht {
    width: 65%;
  }


}

@media (min-width: 926px) and (max-device-width: 930px) and (orientation: landscape) {

  .container-fluid {
    display: block;
  }
  .box2 {
    height: 152vh;
  }

  {
    top: 181px;
    height: 490px;
    background-repeat: no-repeat;
    display: block;
    width: 385px;

  }

  .form-group {
    width: 100% !important;
  }

  .mobilewidht1 {
    width: 55%;
  }

  .mobilebg {
    display: none;
    height: 92vh;
  }

  .form-group {
    width: 50%;
    margin: auto;
  }

  .mobilewidht {
    width: 65%;
  }

}

@media (min-width: 883px) and (max-device-width: 890px) and (orientation: landscape) {

  .container-fluid {
    display: block;
  }

  .box2 {
    height: 152vh;
  }

  {
    top: 176px;
    height: 490px;
    background-repeat: no-repeat;
    display: block;
    width: 385px;

  }

  .form-group {
    width: 100% !important;
  }

  .mobilewidht1 {
    width: 55%;
  }

  .mobilebg {
    display: none;
    height: 92vh;
  }

  .form-group {
    width: 50%;
    margin: auto;
  }

  .mobilewidht {
    width: 65%;
  }

}

@media (min-width: 800px) and (max-device-width: 810px) and (orientation: landscape) {

  .container-fluid {
    display: block;
  }

  .box2 {
    height: 176vh;
  }

  {
    top: 181px;
    height: 500px;
    /* background: url('/assets/img/mobilecard.png'); */
    background-repeat: no-repeat;
    display: block;
    width: 385px;

  }

  .form-group {
    width: 100% !important;
  }

  .mobilewidht1 {
    width: 55%;
  }

  .mobilebg {
    display: none;
    height: 92vh;
  }

  .form-group {
    width: 50%;
    margin: auto;
  }

  .mobilewidht {
    width: 65%;
  }


}

@media (min-width: 812px) and (max-device-width: 820px) and (orientation: landscape) {

  .container-fluid {
    display: block;
  }
  .box2 {
    height: 174vh;
  }

  .container-fluid .card{
    top: 124px !important;
   
  }
  

  .form-group {
    width: 100% !important;
  }

  .mobilewidht1 {
    width: 55%;
  }

  .mobilebg {
    display: none;
    height: 92vh;
  }

  .form-group {
    width: 50%;
    margin: auto;
  }

  .mobilewidht {
    width: 65%;
  }

  
}

@media (min-width: 854px) and (max-device-width: 860px) and (orientation: landscape) {

  .container-fluid {
    display: block;
  }

  .box2 {
    height: 168vh;
  }

  {
    top: 181px;
    height: 490px;
    background-repeat: no-repeat;
    display: block;
    width: 385px;

  }
  .form-group {
    width: 100% !important;
  }

  .mobilewidht1 {
    width: 55%;
  }

  .mobilebg {
    display: none;
    height: 92vh;
  }

  .form-group {
    width: 50%;
    margin: auto;
  }

  .mobilewidht {
    width: 65%;
  }

}

@media (min-width: 896px) and (max-device-width: 900px) and (orientation: landscape) {

  .container-fluid {
    display: block;
  }

  {
    top: 181px;
    height: 490px;
    /* background: url('/assets/img/mobilecard.png'); */
    background-repeat: no-repeat;
    display: block;
    width: 385px;
  }

  .form-group {
    width: 100% !important;
  }

  .mobilewidht1 {
    width: 55%;
  }

  .mobilebg {
    display: none;
    height: 92vh;
  }

  .form-group {
    width: 50%;
    margin: auto;
  }

  .mobilewidht {
    width: 65%;
  }
  .box2 {
    height: 158vh;
  }
  
  .login-bottom-text {
    position: absolute;
    bottom: 16px;

  }

}

@media (min-width: 844px) and (max-device-width: 850px) and (orientation: landscape) {

  .container-fluid {
    display: block;
  }

  .box2 {
    height: 166vh;
  }
  {
    top: 181px;
    height: 490px;
    display: block;
    width: 385px;
  }

  .form-group {
    width: 100% !important;
  }

  .mobilewidht1 {
    width: 55%;
  }

  .mobilebg {
    display: none;
    height: 92vh;
  }

  .form-group {
    width: 50%;
    margin: auto;
  }

  .mobilewidht {
    width: 65%;
  }

}

@media (min-width: 736px) and (max-device-width: 740px) and (orientation: landscape) {

  .container-fluid {
    display: block;
  }
  .box2 {
    height: 158vh;
  }

  .container-fluid .card{
    top: 330px !important;
   
  
  }

  .login-bottom-text {
    position: absolute;
    bottom: 24px;
    left: 0px;
  }


  .form-group {
    width: 100% !important;
  }

  .mobilewidht1 {
    width: 55%;
  }

  .mobilebg {
    display: none;
    height: 92vh;
  }

  .form-group {
    width: 50%;
    margin: auto;
  }

  .mobilewidht {
    width: 65%;
  }

}
@media (min-width: 320px) and (max-device-width: 800px) and (orientation: landscape) {

  .container-fluid {
    display: block;
  }
  .box2 {
    height: 200vh;
  }

  .container-fluid .card{
    top: 181px;
    height: 490px;
    background-repeat: no-repeat;
    display: block;
    /* width: 385px; */
  
  }

  .login-bottom-text {
    position: absolute;
    bottom: 24px;
    left: 0px;
  }


  .form-group {
    width: 100% !important;
  }

  .mobilewidht1 {
    width: 55%;
  }

  .mobilebg {
    display: none;
    height: 92vh;
  }

  .form-group {
    width: 50%;
    margin: auto;
  }

  .mobilewidht {
    width: 65%;
  }

}
@media (min-width: 800px) and (max-device-width: 992px) and (orientation: landscape) {

  .container-fluid {
    display: block;
  }
  .box2 {
    height: 168vh;
  }

  .container-fluid .card{
    top: 181px;
    height: 520px;
    display: block;
  
  }

  .login-bottom-text {
    position: absolute;
    bottom: 24px;
    left: 0px;
  }


  .form-group {
    width: 100% !important;
  }

  .mobilewidht1 {
    width: 55%;
  }

  .mobilebg {
    display: none;
    height: 92vh;
  }

  .form-group {
    width: 50%;
    margin: auto;
  }

  .mobilewidht {
    width: 65%;
  }

}


@media (min-width:1024px) and (max-device-width: 1030px) and (orientation: portrait) {
  .box2 {
    clip-path: polygon(100% 90%, 0% 100%, 0% 0px, 100% 0%);
    background-image: url('../img/desktop .jpg');
    background-position: center;
    height: 99vh;
    width: 100%;
    background-size: cover;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

input::-ms-reveal {
  display: none;
}

@media (min-width: 320px) and (max-width: 576px){
  /* .card{
    width: 100% !important;
  } */
}

