.navbar-light .navbar-text {
    color: rgba(255, 255, 255, 0.75) !important;
}
.navbar-light {
    color: rgba(51,51,51,.75);
    border-top: unset !important;
    background-color: unset !important;
}
@media (min-width: 576px) {
    .login-form {
        width: 20rem !important;
    }
    .content {
        padding: 3.25rem 0rem 1.25rem 53rem !important;
    }
    }
.card {
    border-radius: 25px !important;
}
.form-group-feedback-left .form-control {
    border-radius: 25px !important;
}
.text-muted {
    padding-right: 15px;
}
.btn-mgd {
    border-radius: 25px !important;
    margin:auto !important;
    width:80% !important;
}
.form-group-feedback-left .form-control {
    text-align: center;
    border: 1px solid #2196f3;
}
.card-body-mgd {
    margin: auto;
    width: 80%;
}
.fixed-maged
{
    right:unset !important;
}