﻿.applicant-registration {
    width: 100%;
}

.applicant-login {
    width: 100%;
}

.k-invalid {
    border: 2px solid;
    border-color: #ff7d7d !important;
}

/*.k-tooltip-validation {
    display: none !important;
}*/

.page-level-header {
    text-align: center;
    font-size: 20px;
    padding: 20px;
}

.applicant-login-form {
    border: 1px solid #f5f3f3;
    padding: 30px;
    border-radius: 5px;
}

#enquiry-details-form .k-link.k-header {
    background-color: #fff;
    color: #000;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
}

.form-row {
    flex-wrap: nowrap !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.k-widget * {
    box-sizing: border-box !important;
}

#error-login-message {
    display: none;
}

.form-content-separator {
    border-left: 2px solid #6b0a1a;
    height: 70%;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 10%;
}

#registrationForm .required:after {
    color: #e32;
    content: ' *';
    display: inline;
    font-weight: bold;
}

.prospect-form-body {
    background-color: #e9ecef; /*#6b0a1a;*/
}

    .prospect-form-body .form-container {
        background: #ffffff;
        margin: 30px 0 50px 0px;
        padding: 15px;
        border-radius: 3px;
    }

.zero-margin-footer {
    margin: 0;
}

.prospect-logo-container {
    position: fixed;
    height: 100px;
    margin: 10px;
}

    .prospect-logo-container img {
        height: 100%;
    }

.base-color {
    color: #6b0a1a; /*#fc7233;*/
}

.k-primary {
    color: #fff !important;
    border-color: #6b0a1a !important; /*#fc7233*/
    background-color: #6b0a1a !important; /*#fc7233;*/
}

    .k-primary.k-state-hover, .k-primary:hover, .k-primary:focus {
        color: #fff !important;
        border-color: #bf3c00 !important;
        background-color: #bf3c00 !important;
    }

.eligible-candidates ul {
    padding: 0px 0px 25px 0px;
}

    .eligible-candidates ul li {
        /*  margin-top: 24px;
        padding-left: 70px;
        position: relative;
        font-size: 14px;
        line-height: 1.43;
        color: #51565e;
        max-width: 302px;
        list-style: none;*/
        margin-top: 10px;
        position: relative;
        font-size: 14px;
        line-height: 1.43;
        color: #51565e;
        list-style: disc;
    }

        .eligible-candidates ul li i {
            color: #6b0a1a;
            position: absolute;
            top: 8px;
            left: 0;
            font-size: 30px;
        }

.eligible-candidates .header-text {
    margin-top: 80px;
}

.k-dialog.k-dialog-titleless .k-content {
    padding: 1.4em !important;
}

.api-success-response-icon {
    font-size: 50px;
    color: #4CAF50;
    opacity: .5;
}

.api-error-response-icon {
    font-size: 50px;
    color: #FF5722;
    opacity: .5;
}

.page-not-found-container {
    margin: 17%;
    color: #fff;
}

.page-not-found-back-home, .page-not-found-back-home :hover {
    color: #6b0a1a !important;
    background: #fff !important;
    border-radius: 0;
    text-decoration: none !important;
}

@media all and (max-width: 640px) {
    .prospect-logo-container {
        position: initial;
        text-align: center;
        margin-top: 10px;
    }
	/*body #g-recaptcha-ctrl>div, body #g-recaptcha-ctrl>div iframe {
					width: 100% !important;
				}*/
}

.back-to-previous-page {
    font-size: 33px;
    color: #6b0a1a;
    border: 1px solid #6b0a1a;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
}
