html {
  height: 100%;
}

body{
 background-color: #37474f;
background-image: linear-gradient(160deg, #37474f 0%, #169bd5 100%);

  height: 100vh;
  padding: 0;
}


.bg-light {
    background-color: #f8f9fa00!important;
	margin-top: 55%!important;
}

.card-body {
    background-color: #424f7800!important;
}

::placeholder {
  color: white!important;

}


.logo{
    width:100px;
    height:60px;
    background-color: white;
    color:#424F78;
    text-align: center;
    font-size: 80px;
    line-height: 60px;
    font-weight: bold;
}
.card-body{
    background-color: #424F78;
}
.form-control{
    background-color: transparent;
    border-color: transparent;
    color:white;

}
.border {
    border-radius: 5px;
}
.input-group{
    background-color: transparent;
    color:white;
}
.card-header{
    background-color: transparent;
    border-bottom:none;
    color:white;
    font-size: xx-large;
    font-weight: 600;
    padding-bottom: 2rem;
}
.card-bottom{
    background-color: transparent;
    border-bottom:none;
    color:white;
    font-size: small;
    font-weight: 400;
    padding-bottom: 1rem;
    vertical-align: bottom;
}
.btn-forgotten{
    background-color: transparent;
    border-color: transparent;
    color:white;
    text-decoration: underline;
}
.btnIdt{
    padding-top: 1.5rem;
}

.btn{
    background-color: white;
    border-color: white;
    border-radius: 20px;
    color:#424F78;
    transition: none;
    font-size: large;
    font-weight: 600;

}
.fal{
    width: 12px;
    color: white
}
.alert{
    margin-top:50px;
    text-align:center;
    font-size: x-large;
    font-weight: 400;
    color: #df7789;
    border-radius: 10px;
    border-color: #df7789;
}
