.register-card{

    border:none;
    border-radius:16px;

}

.register-card .card-header{

    background:#1f3b57;
    color:#fff;
    padding:30px;

}

.register-card .card-header h2{

    margin-bottom:8px;
    font-weight:700;

}

.register-card .card-body{

    padding:35px;

}

.register-card label{

    font-weight:600;

}

.register-card .form-control{

    border-radius:10px;
    padding:12px;

}

.register-card .btn-success{

    width:100%;
    padding:12px;
    border-radius:10px;
    font-size:18px;
    font-weight:bold;

}

.register-card .card-footer{

    background:#f8f9fa;

}