 html {
 	height:100vh;
 }
 body {
   background-image: url("../../../assets/images/LOGIN/BACKEL.jpg");
   background-repeat:no-repeat;
    background-size: cover;
}
/*.card {
    border: 1px solid #28a745;
}*/
.spinner {
    position: fixed;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 9999;
      background: url('../../../assets/images/pageLoader1.gif') 50% 50% no-repeat rgb(249,249,249);
     /* opacity: .8;*/
  }
.card-login {
    margin-top: 95px;
    padding: 18px;
    max-width: 30rem;
}

.card-header {
    color: #fff;
    /*background: #ff0000;*/
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600 !important;
    margin-top: 10px;
    border-bottom: 0;
}

.input-group-prepend span{
    width: 50px;
    /*background-color: #ff0000;
    color: black;*/
    border:0 !important;
    border-radius: 20px 0 0 20px;
}

input:focus{
    outline: 0 0 0 0  !important;
    box-shadow: 0 0 0 0 !important;
}

.login_btn{
    width: 130px;
}

.login_btn:hover{
    color: #fff;
    background-color: #364FC9;
    border-color: #364FC9 !important;
}

.btn-outline-danger {
    color: #fff;
    /*font-size: 18px;*/
    background-color:#ED217C;
    background-image: none;
    border-color: #ED217C;
    border-radius: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    /*font-size: 1.2rem;*/
    line-height: 1.6;
    color: #28a745;
    background-color: #fff
    background-clip: padding-box;
    /*border: 1px solid #28a745;*/
    border-radius: 0 20px 20px 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0;
}
.card.card-login.mx-auto.text-center.bg-dark, .card-header.mx-auto.bg-dark{
  background-color: #2f3c7e !important;
  border-radius: 15px;
}
.page-info-login{
  color: #fff;
  text-align: center;
}
.logo_title.mt-5 h5{
  font-size: 1rem;
}
.img-logos-f2plus{
  max-width: 55% !important;
}
.card.card-login.mx-auto.text-center.bg-dark .card-body{
  padding: 1rem;
}

@media only screen and (max-device-width: 480px) {
  body {
    background-image: none;
     background-color: #4056A1 !important;
   
  }
  .card-login {
      margin-top: 116px;
      padding: 0px;
      max-width: 30rem;
  }
  .card.card-login.mx-auto.text-center.bg-dark, .card-header.mx-auto.bg-dark{
    border-radius: 0px;
    border-color: transparent;
  }
}