* {
    border-radius: 0 !important;
}

.align-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

input:focus::placeholder {
    color: transparent;
}
textarea:focus::placeholder {
    color: transparent;
}