﻿main {
    padding-bottom: 50px;
    background: #f8f9fa;
}

input, select, textarea {
    border: 1px solid #e1b50094 !important;
    border-radius: 0.5em !important;
    background: #fff !important;
}

label {
    font-weight: 400 !important;
    color: #2f2f2f !important;
}

h2 {
    margin: 15px 0 30px;
    font-weight: bold;
    text-shadow: none;
    font-size: clamp(25px, 3vw, 34px);
    color: #4e2471;
    text-align: center;
}

.formActions {
    text-align: center;
}

.formActions {
    cursor: pointer;
    font-size: clamp(15px, 1vw, 30px);
    text-align: center;
    display: inline-block;
    height: clamp(35px, 4vw, 40px);
    line-height: clamp(35px, 4vw, 40px);
    font-weight: 700;
    color: #282828;
    border: 2px solid #282828;
    border-radius: 0 0 15px 0;
    width: 214px;
    align-items: center;
    min-width: 250px;
    transition: all 300ms ease;
    padding: 0 18px;
    margin-top: 25px;
    text-decoration: none !important;
    background: transparent;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.inputEntity label {
    width: 220px;
    margin-right: 50px;
    font-size: 15px;
}
#SourceOfFundsAnther_div{
    display:none
}