.application-form{ border-radius: .3rem;background-color:#444;overflow:hidden;color:#fff; }
.applyTitle{ background-color: #DB1B52;text-align:center;padding:1rem;position:relative; }
.applyTitle>h2{ margin-bottom:0;line-height:1.15;font-size:1.25rem;font-weight:900;color:#fff; }
.applyTitle::after{ content:' ';position:absolute;width: 0;height: 0;border-left: 20px solid transparent;
    border-right: 20px solid transparent;border-top: 20px solid#DB1B52; top:100%;left:50%;margin-left:-15px; }

.application-form .form-control::-webkit-input-placeholder { color: #9ea0a0; }

.application-form form{ padding: 2rem .5rem .75rem .5rem; }
.form-row{ display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center; }
.form-row .span2{ padding:0 .25rem;margin-bottom:.65rem;width:50%; }
.application-form .form-control{ width:100%;border-radius: .25rem;color:#444; }
.application-form a { color:#cd9e43 !important; }

#recaptcha_v2_element{
    display: flex;
    justify-content: center;
    margin: 0 10px 5%;
    transform:scale(0.85);
}

input[type="submit"]:disabled {
    background-color: #d67891;
}

.notes { line-height: 1.15;text-align:center;font-weight: normal;color: #f5f5f5;
    font-size: 14px;text-overflow: clip; }

.form-btn-container{ text-align:center; }


.sidebar .form-row, .course-sidebar .form-row{ -ms-flex-direction: column;flex-direction: column; }
.sidebar .form-row .span2, .course-sidebar .form-row .span2{ width:100%; }

.application-form .button{ background-color:#DB1B52;border-radius:.3rem;width:100%;max-width:300px; }
.application-form .button:hover, .application-form .button:focus{ background-color:#fff!important;color:#DB1B52!important; }

.frontpage-application-form-holder{ max-width:700px;margin:0 auto; }

.popupWrapper {
    position:fixed;top:0;left:0;height:100vh;width: 100vw;z-index: 9999;
    background-color: rgba(0,0,0,0.5);backdrop-filter: blur(2px);
    display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;
    -ms-flex-pack: center;justify-content: center;
}
.errorsBox{ border-radius: .3rem;padding:1.25rem;background-color:#fff;width:100%;max-width:700px; }
.close-icon{ border:none!important;background-color:transparent!important;padding:.5rem;color:#444!important;opacity:.5;font-size:1.6rem;float:right; }
.close-icon:hover{ border:none!important;background-color:transparent!important;opacity:.8;color:#444!important; }

.popupWindowError{ color:red; }
.terms-error{ margin-bottom:1rem;margin-top:.5rem; }


@media (min-width: 1300px){
    .frontpage-application-form-holder{ max-width:400px;position:absolute;right:10rem;z-index:100;top:200px; }
    .frontpage-application-form-holder .application-form{ box-shadow:0 .5rem 1rem rgba(0,0,0,.15); }
}

.error {
    background: #FFD4D4;
}
#ajaxLoader{
    display:none;
}
#ajaxLoader #loader_text{
    font-size: 15px;
    color:#ffffff;
    display:inline-block;
}
.ajaxloader {
    border: 9px solid #f3f3f3; /* Light grey */
    border-top: 9px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 9px;
    height: 9px;
    animation: spin 2s linear infinite;
}
#spinner {
    margin-left: 103px;
    margin-top: -24px;
    margin-bottom:10px;
}

#ajaxLoader.enableLoader{ display:block; }


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}