.fl-centered {
    display: flex;
    justify-content: center;
    height: 100%;
    margin: auto;
}

.loginContainer {
    width: 100%;
    background-color: white;
    border: 1px solid rgba(72, 94, 144, 0.16);
    border-radius: 3px;
    padding: 30px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.login-sec {
    display: flex;
    flex-direction: column;
    border: 1px solid black;
    padding: 60px 0px;
    overflow: auto;
    border-color: #e2e2e2;
    border-radius: 3px;
}

@media (min-width: 768px) {
    .pr-0 {
        padding-right: 0 !important;
    }
}

.try-again-sect {
    font-size: 13px;
    position: relative;
    padding-right: 2px;
    transition: .5s;
    color: #6183cc;
    font-weight: 500;
    cursor: pointer;
}

.sign-up-red {
    font-size: 13px;
    color: #585858;
}

.sign-up-red a {
    text-decoration: none;
}

.logoutContainer {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .logoutContainer .fe.fe-log-out {
        padding-right: 5px;
    }

.dx-placeholder:before {
    padding: 4px 9px 8px !important;
}

.dx-texteditor-input {
    position: relative;
    top: -3px
}

.more-container {
    display: flex;
    justify-content: center;
}

.otp-txt-container {
    padding: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.bold-back {
    text-decoration: none !important;
    font-weight: 800 !important;
}

a:focus, a:hover {
    text-decoration: none;
    color: #6183cc;
}

.reg-card {
    height: auto !important;
    margin-top: 70px !important;
}

.cursor-pointer {
    cursor: pointer;
    text-decoration: none !important;
}