@import url('https://fonts.googleapis.com/css2?family=Manjari&family=Roboto:wght@400;500&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #212121;
}

h1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 40px;
}

.pledgeForm {
    margin-top: 42px;
}

.malText {
    font-family: 'Manjari', sans-serif;
}

.greenBg {
    background-color: #e5f3f3;
}

.pledgeBtn {
    background-color: #038a8a;
    color: #e5f3f3;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 32px;
    border-radius: 0;
    margin-bottom: 26px;
}

.pledgeBtn:hover{
    color: #ff9841;
}

.greenBg a {
    color: #212121;
    text-decoration: none;
}

.greenBg a:hover {
    color: #ff9841;
}

a.pledgeBtn {
    color: #e5f3f3;
}

label small {
    font-size: 12px !important;
}