body{
    background: #f2f4f5 !important;
}

.center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.h1{
    font-size: 50px !important;
    font-weight: 700 !important;
}

.h7{
    font-size: 14px;
}

.top-form{

}
.form-top-image{
           background: transparent;
    padding: 14px;
    border-bottom: solid 2px #eee;
    padding-bottom: 25px;
}

.log-btn{
    background-color: #0dbbfd !important;
    border-color: #0dbbfd !important;
    color:#fff !important;
}

input#floatingInput {
    border: none;
}

.form-floating>label{
    z-index: 99999;
}

.footer {

  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
}
.footer ul{
    padding:0px;
    
}
.footer ul li{
   list-style:none;
    
}
.footer ul li a{
   color: #ccc
    
}

/* Media Query */

@media only screen and (max-width: 768px) {
    .h1{
        font-size: 24px !important;
    }

    p.h7{
        font: 18px !important;
    }

    .img-3ds{
        height: 200px;
    }

    .top-form{
        margin-top: 50px;
    }
}