.divider:after,
.divider:before {
    content   : "";
    flex      : 1;
    height    : 1px;
    background: #eee;
}


.login-form {
    width          : 100%;
    height         : 100vh;
    display        : flex;
    justify-content: center;
    align-items    : center;
}

.login-left {
    background-color: #7d9ed4;
    color           : white;
    padding         : 2rem;
    display         : flex;
    flex-direction  : column;
    justify-content : center;
    width           : 40%;
    height          : 600px;
    border          : 1px solid #ccc;
}

.login-form-control {
    appearance      : none;
    background-clip : padding-box;
    background-color: #ffffff00;
    border          : none;
    border-bottom   : 1px solid #ccc;
    color           : var(--bs-body-color);
    display         : block;
    font-size       : 1rem;
    font-weight     : 400;
    line-height     : 1.5;
    padding         : .375rem .75rem;
    transition      : border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width           : 100%;
}

.login-form-control:focus {
    border-color: none;
    box-shadow  : none;
}

.login-right {
    padding        : 2rem;
    display        : flex;
    flex-direction : column;
    justify-content: center;
    width          : 40%;
    height         : 600px;
    border         : 1px solid #ccc;
}


.terms-text {
    font-size: 12px;
}

.create-account {
    font-size : 14px;
    color     : #2874f0;
    text-align: center;
    margin-top: 1rem;
}

.create-account a {
    text-decoration: none;
}

.login-left img {
    width : 150px;
    margin: 0 auto;
}

.form-label {
    color    : #b1b1b1;
    font-size: 16px;
}

.otp-input-p {
    font-size : 16px;
    text-align: center;
}

.input {
    width            : 40px;
    border           : none;
    border-bottom    : 1px solid rgba(0, 0, 0, 0.5);
    margin           : 0 10px;
    text-align       : center;
    font-size        : 24px;
    /* cursor        : not-allowed; */
    /* pointer-events: none; */
    padding          : 10px 0;
    background-color : #edf2ed00;
}

.input:focus {
    border-bottom: 2px solid #004085;
    outline      : none;
}

/* .input:nth-child(1) {
    cursor: pointer;
    pointer-events: all;
} */
div#inputs {
    text-align: center;
}

input:focus {
    box-shadow: none;
}
.main-div {
    border: 1px solid #ccc;
    /* border-radius: 10px; */
    padding: 100px 0px;
    width: 100%;
    margin: auto;
    color: #004085;
    background: #293d92;
}
.form-div{
    display: flex
;
    flex-direction: column;
    gap: 10px;
    background-color: #fff;
    width: 35%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: auto;
}

button.btn.btn-log {
    width: 100%;
}

.form-p{
    color: #004085;
}
.btn-log{
    background-color: #004085;
    border: none;
    padding: 5px 35px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: auto;
}
.btn-log:hover {
    background-color: #004085;
    border: none;
}