html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

.main-container {
    padding-left: 3%;
    padding-right: 3%;

}


.login-video {
    width: 100%;
    height: 500px;
}

.login-video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.login-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    height: 100%;
    justify-content: space-between;
}

.login-container .form-group{
    margin-bottom: 2rem;

}

.login-container form .form-group label {
    display: block;
}

.form-group label {
    color: #000;
    font-family: Open Sans;
    font-size: 16px;
    padding: 10px 0px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
}

.form-group input {
    border: 0.5px solid rgba(78, 78, 78, 0.71);
    background: #FFF;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
}

.form-group-remeberme {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.submit-btn button {
    background: linear-gradient(89deg, #8CD4E3 0.46%, #68AB46 157.27%);
    box-shadow: 0px 4px 18px -4px rgba(0, 0, 0, 0.25);
    padding: 10px 40px;
    color: #FFF;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    border: none;
}

.switch-tab {
    color: #000;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
}

.switch-tab a {
    color: #BC0505;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
    cursor: pointer;
    text-decoration: none;
}

.row .login-video, .login-container {
    padding: 50px;
}


.otp-input {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: center;
    margin-top: 20px;

}

.otp-input input {
    width: 3em;
    height: 3em;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 20px 0 0;
    padding: 5px;
}

.no-spinners::-webkit-inner-spin-button,
.no-spinners::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;

}


.login-container h4 {
    font-weight: 700;
}