.errmsg > p {
    font-size:12pt !important;
}

* {
    font-size: 12pt;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Chivo';
    font-weight: 800;
}

.hero-gradient {
    background: rgb(255, 189, 46);
    background: -moz-linear-gradient(180deg, rgba(255, 189, 46, 1) 70%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 189, 46, 1) 70%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 189, 46, 1) 70%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbd2e", endColorstr="#ffffff", GradientType=1);
}

.corner-rg {
    background: rgb(255, 222, 153);
    background: -moz-linear-gradient(119deg, rgba(255, 222, 153, 1) 0%, rgba(255, 248, 234, 1) 19%, rgba(255, 255, 255, 1) 69%, rgba(255, 250, 239, 1) 88%);
    background: -webkit-linear-gradient(119deg, rgba(255, 222, 153, 1) 0%, rgba(255, 248, 234, 1) 19%, rgba(255, 255, 255, 1) 69%, rgba(255, 250, 239, 1) 88%);
    background: linear-gradient(119deg, rgba(255, 222, 153, 1) 0%, rgba(255, 248, 234, 1) 19%, rgba(255, 255, 255, 1) 69%, rgba(255, 250, 239, 1) 88%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffde99", endColorstr="#fffaef", GradientType=1);
}

