.card{
    border: none;
    height: 320px;
}
.forms-inputs{
    position: relative;
}
.forms-inputs span{
    position: absolute;
    top:-18px;
    left: 10px;
    background-color: #fff;
    padding: 5px 10px;
    font-size: 15px;
}
.forms-inputs input{
    height: 50px;
    border: 2px solid #eee;
    width: 100%;
}
.forms-inputs input:focus{
    box-shadow: none;
    outline: none;
    border: 2px solid #000
}
.btn-login {
    height: 50px
}
.success-data{
    display: flex;
    flex-direction: column
}
.bxs-badge-check{
    font-size: 90px
}