*{
    font-family: 'Inter', sans-serif!important;
}
body{
    background-color: #F7F7F7;
    height: 100vh;
}

h1{
    font-size: 2.5rem;
}

strong{
    color: #0b5a81!important;
}

.main-wrpper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-orange{
    background-color: #d94704!important;
    color: white!important;
    font-weight: 600;
}

.form-control:focus {
    background-color: #fff;
    outline: 0 !important;
    box-shadow: none!important;
    border-color: #d94704;
}

input, textarea {
    margin-bottom: 25px;
    border-radius: 0 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

div.form-container{
    padding: 25px 25px;
    border-radius: 10px;
    background: #fff;
    width: 500px;
}

.video-wrapper {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    width: 100%; /* Full width */
    height: 0; /* 0 height */
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}