﻿body {
}

label {
    font-weight: bold;
}

    label::after {
        content: "*";
        color: red;
    }

a {
    color: #e73b35;
    text-decoration: none;
    font-weight: 700;
}

    a:hover {
        color: #d62a24;
    }

.btn {
    background-color: #e73b35;
    padding: 10px 40px 10px 40px !important;
    color: white;
    font-size: 22px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
}

input {
    font-size: 22px;
    font-family: Roboto, Arial, sans-serif;
}
