@import url(http://fonts.googleapis.com/css?family=Nunito);
:root {
    --input-padding-x: 1rem;
    --input-padding-y: .65rem;
  }
  
  body {
    /* background: #0093DD; */
    background: linear-gradient(to right, #fcfcfc, #ffffff);
    font-family: Nunito;
  }
  h1, h2,h3,h4,h5,h6{
    font-family: nunito;
    font-weight: 800;
  }
  .btn{
    background: #0093DD;
    font-size: 16px;
    font-family: nunito;
  }
  .btn:hover{
    background: #0093ddc5;
  }
  .text-right a{
    color:  #0093DD;
  }
.logo-div{
    background: white;
    height: 130px;
    width: 130px;
    padding: 10px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.logo-div img{
    height: 100px;
    width: 80px;
    
}

  .card-signin {
    border: 0;
    /* border-radius: 1rem; */
    box-shadow: 5px 8px 8px 0 rgba(0, 0, 0, 0.2);
    background-image: url('../img/bg.png');
    background-size: cover;
  }
  
  .p{
  margin-top: -25px; 
  }
  
  .card-signin .card-body {
    padding: 2rem;
  }
  
  .form-signin {
    width: 100%;
  }
  
  .form-label-group {
    position: relative;
    margin-bottom: 1rem;
  }
  
  .form-label-group input {
    height: auto;
    border-radius: 2rem;
    background: transparent;
  }
  .form-label-group ::placeholder {
   color: rgb(53, 51, 51);
   font-size: 14px;
   font-family: nunito;
  }
 
   .input-icons i {
    position: absolute;
    font-size: 20px;
}

.input-icons i img {
height: 25px;
margin-top: -20px;
}
  

.icon {
    padding: 14px;
    color: rgb(27, 27, 27);
    min-width: 50px;
    text-align: center;
}
  
.input-field {
    width: 100%;
    padding: 10px;
    padding-left: 50px;
}