@font-face {
    font-family: "Austin Bold";
    src: url("../fonts/Austin/Austin-Bold.otf");
}

@font-face {
    font-family: "Austin Medium";
    src: url("../fonts/Austin/Austin-Medium.otf");
}
@font-face {
    font-family: "Austin Light";
    src: url("../fonts/Austin/Austin-Light.otf");
}

@font-face {
    font-family: "LouisVuitton-Medium";
    src: url("../fonts/lv/LouisVuitton-Medium.otf");
}

@font-face {
    font-family: "LouisVuitton-Regular";
    src: url("../fonts/lv/LouisVuitton-Regular.otf");
}

@font-face {
    font-family: "LouisVuitton-Light";
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/lv/LouisVuitton-Light.woff2") format("woff2"),
    url("../fonts/lv/LouisVuitton-Light.woff") format("woff");
}

body{
    background-color: #fff;
    overflow: hidden;
}

#vanillaApplyContent {
    padding: 0;
}

.thank-you-page #vanillaApplyContent.container {
    margin: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thank-you-page .apply-submission-accepted {
    position: relative;
    height: 50vh;
    width: 90vw;
    max-width: 800px;
    border: 1px solid #CA8738;
}

.thank-you-page .apply-submission-accepted .imgContainer {
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 20px;
    transform: translate(-50%, -50%);
}

.thank-you-page .apply-submission-accepted .apply-messages {
    height: 100%;
    width: 100%;
    padding-top: 0;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.thank-you-page .apply-submission-accepted .imgContainer img {
    max-width: 150px;
}

.thank-you-page .apply-submission-accepted {
    margin-top: 0;
}

.thank-you-page .apply-submission-accepted .apply-messages h1 {
    font-family: LouisVuitton-Light;
    margin: 0 0 30px 0;
    font-size: 40px;
    color: #D6852A;
    font-weight: 400;
}

.thank-you-page .apply-submission-accepted .apply-messages h2 {
    font-family: LouisVuitton-Medium;
    font-size: 27px;
}

.thank-you-page .apply-submission-accepted .apply-messages .apply-message-aplication-received p{
    font-family: LouisVuitton-Regular;
    font-size: 20px;
}

.thank-you-page .apply-submission-accepted .apply-messages .apply-message-aplication-received p a {
    font-family: LouisVuitton-Medium;
    color: #CA8738;
}

@media screen and (max-width: 450px){
    .thank-you-page .apply-submission-accepted {
        height: 75vh;
    }
}
