@font-face {
  font-family: 'Karla';
  src: url('../../fonts/Karla-Regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: 'Karla';
  src: url('../../fonts/Karla-Bold.ttf');
  font-weight: bold;
}
body {
  font-family: 'Karla', sans-serif;
}
.quote-section {
  /*background-image: url(../images/login-bgnew.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.quote-section .blockquote .welcome{
  font-size: 30px;
  font-weight: bold;
}
.quote-section .blockquote {
  width: 100%;
  padding-left: 100px;
  color: #fff; 
}
.quote-section .blockquote .blockquote-text {
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.15;
}
.quote-section .blockquote .blockquote-footer {
  font-size: 18px;
  color: #000000;
  font-weight: normal;
}
.form-section {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.login-wrapper {
  width: 400px;
  max-width: 100%;
  margin: auto;
}
.login-wrapper .form-group {
  margin-bottom: 26px;
}
.login-wrapper .form-control {
  min-height: 55px;
  padding: 18px 25px;
  border-radius: 12px;
  border: solid 1px #B0BEC5;
  font-size: 15px;
}
.login-wrapper .form-control:focus {
  border-color: #1E88E5;
  box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.15);
}
.login-wrapper .form-control::-webkit-input-placeholder {
  color: #546E7A;
}
.login-wrapper .form-control::-moz-placeholder {
  color: #546E7A;
}
.login-wrapper .form-control:-ms-input-placeholder {
  color: #546E7A;
}
.login-wrapper .form-control::-ms-input-placeholder {
  color: #546E7A;
}
.login-wrapper .form-control::placeholder {
  color: #546E7A;
}
    .login-wrapper .login-btn {
        border-radius: 12px;
        background: linear-gradient(135deg, #1565C0, #1E88E5);
        font-size: 17px;
        font-weight: bold;
        color: #ffffff;
        padding: 18px 20px;
        height: 55px;
        line-height: 20px;
        margin-bottom: 28px;
        border: none;
        box-shadow: 0 4px 14px rgba(30, 136, 229, 0.4);
    }
.login-wrapper .login-btn:hover {
    border: none;
    color: #ffffff;
    background: linear-gradient(135deg, #0D47A1, #1565C0);
    box-shadow: 0 6px 20px rgba(13, 71, 161, 0.45);
}
.login-wrapper .forgot-password-link {
  font-size: 14px;
  color: #919aa3;
  display: inline-block;
  margin-bottom: 10px;
}
.login-img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 26px;
}
.login-wrapper-footer-text {
  font-size: 18px;
  color: #0D47A1;
  text-align: center;
}
.footer-nav {
  font-size: 14px;
  color: #546E7A;
  text-align: center;
  margin-top: auto;
}
.footer-nav a {
  color: #1565C0;
}
@media (max-width: 991px){
  .quote-section .blockquote {    
    padding-left: 0px;    
  }
  .quote-section .blockquote .welcome,
  .quote-section .blockquote .blockquote-text{
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 575px) {
  .quote-section {
    min-height: auto;
    padding: 24px;
    background-position: 10% 13%;
  }
  .quote-section {
    min-height: auto;
    padding: 25px 15px;
    background-position: 10% 40%;
  }
  .form-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .login-wrapper .login-btn {
    margin-bottom: 24px;
  }
  .login-wrapper .forgot-password-link {
    margin-bottom: 6px;
  }
  .login-wrapper-footer-text {
    margin-bottom: 12px;
  }
  .footer-nav {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.arro img{
  position: absolute;
  right: 0px;
  top: 0px;
}

.arro2 img{
  position: absolute;
  bottom: 0px;
}

body{
  background: linear-gradient(135deg, #0D47A1 0%, #1565C0 35%, #1E88E5 70%, #42A5F5 100%);
  background-size: cover;
  min-height: 100vh;
}

.login-img{
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

.pera{
  font-size: 25px;
  color: #0D2137;
}

.forgt{
  color: #1565C0; 
}
.forgt:hover { color: #0D47A1; }
.eye-btn i {
  bottom: 35px;
  right: 30px;
  color: #929191;
}