.yt-video {
    width: 100%;
    height: 53vw;
    max-width: 1000px;
    margin: auto;
    display: block;
    max-height: 559px;
    margin-bottom: 60px;
}

.submit-btn {
    position: relative;
    background: #176db7;
    color: #fff;
    width: 115px;
    text-align: center;
    margin: auto;
    font-weight: 700;
    font-size: 18px;
    padding: 6px 2px;
    margin-top: 20px;
    cursor: pointer;
}

.submit-btn-loading-gif {
    display: none;
    position: absolute;
    width: 30px;
    left: 3px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.oom-header {
    font-size: 34px;
    text-align: center;
    margin-bottom: 25px;
}

.oom-form {
    width: 90%;
    max-width: 600px;
    margin: auto;
    margin-bottom: 60px;
}

.input-wrapper {
    margin-bottom: 15px;
}

.input-label {
    font-size: 17px;
    margin-bottom: 5px;
}

.oom-input {
    width: 100%;
    box-sizing: border-box;
}

.error-message {
    display: none;
    text-align: center;
    margin-top: 8px;
    font-size: 16px;
    color: red;
}

.success-message {
    display: none;
    font-size: 35px;
    text-align: center;
    line-height: 39px;
    margin-top: 35px;
}