.video-section-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.video-section-one h4 {
    font-family: 'Raleway';
    font-style: normal;
    text-align: start;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin: 20px 0 40px 0 !important;
}

section.custom-section-two {
    padding: 80px 40px;
}

.custom-video-button {
    text-align: center;
    padding-top: 124px;
}

.custom-video-button a {
    background: #0E1B4D;
    border-radius: 28px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 10px 60px;
}

section.custom-section-three {
    padding: 150px 0 0 0;
}

.custom-signIn-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.custom-signIn {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(162 180 176 / 47%);
    border-radius: 10px;
    padding: 40px 80px 86px;
}

.custom-signIn h1 {
    font-family: 'Raleway';
    font-style: normal;
    text-align: center;
    font-weight: 400;
    font-size: 54px;
    line-height: 65px;
    letter-spacing: 0.01em;
    color: #0000EE;
    margin: 0 0 56px 0 !important;
}

.field-req {
    display: none;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    color: #D55C5C;
}

form.signIn-Form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

form.signIn-Form .signIn-Form-one input[type="email"] {
    width: 100%;
    border: 1px solid #889092;
    border-radius: 4px;
    padding: 14px 16px;
    outline: none;
}

form.signIn-Form .signIn-Form-one input[type="text"] {
    width: 100%;
    border: 1px solid #889092;
    border-radius: 4px;
    padding: 14px 16px;
    outline: none;
}

form.signIn-Form .signIn-Form-two input[type="password"] {
    width: 100%;
    border: 1px solid #889092;
    border-radius: 4px;
    padding: 14px 16px;
    outline: none;
}

form.signIn-Form .signIn-Form-two {
    position: relative;
}

form.signIn-Form .signIn-Form-two:after {
    content: url("../img/custom-gallery/eye.svg");
    position: absolute;
    bottom: 18%;
    right: 4%;
}

input#remember {
    width: 22px;
    height: 22px;
}

form.signIn-Form .signIn-Form-three {
    display: flex;
    align-items: center;
    gap: 16px;
}

form.signIn-Form .signIn-Form-four {
    width: 100%;
    background: #0000EE;
    border-radius: 30px;
    text-align: center;
    padding: 10px;
    margin: 58px 0 40px;
}

form.signIn-Form .signIn-Form-four a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

.sign-in-content {
    display: flex;
    justify-content: center;
    gap: 20px;


}

.sign-in-content div a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #0000EE;
}

.sign-in-content-line {
    border: 1px solid #AFB4B9;
}

.custom-header {
    background: rgba(6, 12, 34, 0.98);
    height: 90px;
}


.signIn-Form-three label span {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    align-items: center;
    color: #0000EE;
}

.forgot-pass {
    padding: 40px 80px;
}

.custom-signIn.reset-pass {
    padding: 40px 80px 0;
}
