.create_form{
    position: relative;;
    text-align: right;
    right: 5px;
}
.form-card:hover{
    background-color:  rgb(234, 234, 234);
    box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15) !important;
}
.formio-dialog.formio-dialog-theme-default .formio-dialog-close:before
{
    content: 'X' !important;
    font-size: 15px !important;
}

.formio-component .table {
    margin-bottom: 0;
    margin-top: 25px !important;
}
.formio-dialog-content div .pull-right {
    margin-top: 0px !important;
}

.registered-successfully {
    height: 200px !important;
    text-align: center;
}

.public-message {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    font-size: xx-large;
}