body{
    background: transparent !important;
}
.form-submit-button{
    max-width: 300px !important;
}
.home-submit-button{
    margin-top: 40px;
    height: 70px;
    background-color: #142d51;
    display: inline-block;
    vertical-align: middle;
    max-width: 250px;
    border-radius: 50px;
    width: 100%;
    border: none;
    font-size: 22px;
    color: #fff;
    letter-spacing: 4px;
}
.form-control {
    height: calc(1.5em + 0.75rem + 12px);
    padding: 1.2rem 1.2rem;
    border-bottom: 3px solid #ced4da;
    border-radius: 12px;
}
select.form-control {
    height: calc(1.5em + 0.75rem + 12px);
    padding: 0 1.2rem;
    border-bottom: 3px solid #ced4da;
    border-radius: 12px;
}
.form-section {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #8800d0;
}

.form-section-title {
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    background: #8800d0;
    border-radius: 8px;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 20px;
    margin-top: 0;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}
.form-row.bordered {
    border-bottom: 1px dashed #132d52;
    padding-bottom: 8px;
    margin-bottom: 8px !important;
}
div.error {
    color: #ffffff;
    font-size: 0.7em;
    background: #ac104d;
    padding: 2px 10px;
    position: absolute;
    transform: translateY(-50%);
    border-radius: 4px;
    right: 15px;
}
.form-control.gsm {
    letter-spacing: 2px;
}
.form-control::placeholder {
    letter-spacing: 0px !important;
    color: #939393 !important;
}
.form-control:focus {
    box-shadow: none;
}
.form-group div.error {
    color: #fff;
    font-size: 0.7em;
}
.form-control.error {
    border-bottom: 3px solid #bc0b42;
}
.form-control.error:focus {
    
}