/* Xenopsi material form */
.shortForm .overlay-container {
    width: 480px;
    margin: 0 auto;
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
}
.shortForm .overlay-container h2 {
    text-align: left;
    font-size: 22px;
    line-height: 1em;
    margin-bottom: 10px;
    margin-top: 1em;
}
.shortForm .overlay-container p {
    margin: 0 ;
    font-size: 15px;
    line-height: 1.7em;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.shortForm .xpForm {
    padding: 0 35px 40px;
}
.thanksMsg p {
    text-align: center;
    font-size: 24px;
    color: #272e4f;
    position: relative;
    margin: 1.5em 0 0;
    padding: 1.3em 0 0;
    font-family: "Centra No2";
    font-weight: bold;
}
.thanksMsg p::before {
    content: '';
    width: 30px;
    height: 3px;
    background: #ff5e3a;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
}
.shortForm .btn {
    border-radius: 0;
    min-width: 30px;
    color: #272e4f;
    font-family: "oxygenbold";
    padding: 0;    
    font-size: 27px;
    background: none;
    position: absolute;
    right: 0;
    bottom: 2px;
    border: none;
    cursor: pointer;
    text-align: right;
}
.shortForm .btn:hover {
    background: none;
    color: #272e4f;
}
.shortForm .overlay-close {
    background-color: #272e4f;
    right: 5px;
    top: 5px;
    background-size: 50% auto;
}
.card-header {
    height: 160px;
    background: url(../images/card-bg.jpg) center bottom no-repeat;
    background-size: cover;
}
.card-img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    margin-top: -100px;
}
.card-img img {
    width: 100%;
}
.card-body {
    padding: 0 35px;
}
.form-field {
    position: relative;
    width: 80%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.form-field .form-control {
    font-size: 18px;
    color: #38302e;
    border: none;
    border-bottom: 2px solid #38302e;
    height: 40px;
    padding: 0;
    padding-left: 10px;
    padding-right: 30px;
    width: 100%;
    position: relative;
    background: transparent;
    font-family: "oxygenbold";
}
.thanksMsg {
    padding: 30px 35px;
    text-align: left;
}

@media screen and (max-width: 539px) {
    .shortForm .overlay-container {
        width: 100%;
    }    
    .shortForm .overlay-close {
        width: 24px;
        height: 24px;
    }
    .card-body {
        padding: 0 25px;
    }
    .form-field {
        position: relative;
        width: 100%;
        margin-top: 30px;
    }
    .shortForm .xpForm {
        padding: 0 25px 35px;
    }
}