.background{
    height: 100%;
    width:100%;
    /* Center and scale the image nicely */
    object-fit: cover;
}
body,html{
    font-family: 'Poppins', sans-serif !important;
    font-weight:500 !important;
    height:100%;
}
body{
    position:relative;
    font-size:14px !important;
}
.form-input{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border:none;
    border-bottom:1px solid #ced4da;
    background-color: white;
}
#password{
    border:none;
}
.password_field{
    display:flex;
    align-items:center;
    border-bottom:1px solid #ced4da;
}
.form-input:focus,.password_field:focus-within{
    color: #495057;
    background-color: #fff;
    border-bottom-color: #80bdff;
    outline: 0;
    /* box-shadow:0 0 0 0.2rem rgba(0,123,255,.25); */
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text !important;
}
.label{
    margin-bottom:0px;
}
#copyright{
    font-size: 14px;
}
