.left-side-div {
    height: 100vh;
    background-color: #0053d8;
    position: relative;
}

.left-side-div .traingle-area {
    right: 0%;
    position: absolute;
}

.left-side-div .traingle-area:after {
    content: "";
    position: absolute;
    right: 0%;
    border-top: 50vh solid transparent;
    border-right: 41vw solid #0048ba;
    border-bottom: 50vh solid transparent;
}

.right-side-div {
    height: 100vh;
    background-color: white;
}
.main-page-row {
    margin-bottom: unset !important;
    display: flex;
    justify-content: center;
}
.logo-div {
    margin-top: 29% !important;
    font-family: Silka;
    font-style: normal;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    padding-top: 25px;
    position: absolute;
    margin-left: 30%;
    z-index: 99999;
}
.cogno-logo {
    height: 5em;
}
.brand-text {
    font-family: Silka;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    z-index: 99999;
    margin-top: 64% !important;
    margin-left: 3%;
    margin-right: 6%;
}
#sign_up_btn_show_div {
    width: 296px;
    height: 37px;
    color: rgb(2, 84, 215);
}
#welcome_message {
    font-family: Silka;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #0254d7;
    margin-top: 3rem !important;
    /* margin-left: 11em !important;*/
}
#login_message {
    font-family: Silka;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    /*margin-left: 13.9em !important;*/
    color: #4d4d4d;
}
.form-messages {
    font-family: Silka;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #4d4d4d;
}
.form-fields {
    background: #ffffff;
    border: 1px solid #c4c4c4 !important;
    box-sizing: border-box;
    border-radius: 30px !important;
    margin-top: 1em !important;
    height: 38px !important;
    width: 333px !important;
}
.cogno-text {
    float: right;
    text-decoration: none;
    color: #909090;
    margin-top: -11px;
}
.captcha-image-div {
    background: #ffffff !important;
    box-sizing: border-box !important;
    border-radius: 30px !important;
    border: 1px solid #e6e6e6 !important;
}
/* 
        #captcha_image{
          width: 100px;
          height: 38px;
          margin-top: 0.2em;
          margin-left: 1em;
        }
        */
#captcha_image {
    width: 260px;
    height: 50px;
    margin-top: 1em;
    margin-left: 1em;
}
.login_button_main {
    background: #0254d7;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    width: 345px !important;
}
.sso_login {
    background: white;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    width: 345px !important;
    color: #c9291f;
    border: 1px solid #c9291f;
    margin-top: -25px;
    font-size: unset !important;
}
/*
        #captcha{
          width: 140% !important;
          height: 40px;
          border-radius: 30px !important;
          border: solid 1px lightgrey !important;
          padding: unset !important;
          margin-top: 2.3em;
          padding-left: 10px !important;
        }
        */
#captcha-input-field {
    border-radius: 10px;
    text-align: center;
    font-size: 0.8rem;
    width: 300px !important;
    margin: unset;
}

#signup_btn:focus {
    background: #0254d7 !important;
}
#signup_btn:hover {
    background: #0254d7 !important;
}
#login_btn:focus {
    background: #0254d7 !important;
}
#login_btn:hover {
    background: #0254d7 !important;
}
.sso_login:focus {
    background: white !important;
}
.sso_login:hover {
    background: white !important;
}

.forgot-pass-otp-input {
    margin: 0 5px;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    border: solid 1px #2126bd;
    box-shadow: 0 0 5px #2126bd inset;
    outline: none;
    width: 10%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
}

.forgot-pass-back {
    position: fixed;
    top: 0;
    left: 0;
    width: fit-content;
    height: 100%;
    z-index: 99999 !important;
    max-height: 85%;
    top: 5%;
    border-radius: 15px;
    background-color: #ffffff !important;
}
@-moz-document url-prefix() {
    .forgot-pass-back {
        width: -moz-fit-content;
    }
}
.forgot-pass-card {
    background-color: white;
    width: 500px;
    text-align: center;
    padding: 2rem;
}

.forgot-pass-step-1 h1 {
    font-size: 3.2rem;
    font-weight: bold;
    margin: 0;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.forgot-pass-step-1 h2 {
    font-size: 2rem;
    margin: 0;
    font-weight: bold;
}

.forgot-pass-step-1 input {
    margin-bottom: 1rem;
    padding: 10px 18px;
    border-radius: 30px;
    border: 1px solid #2126bd;
    font-size: 12px;
    outline: none;
}

.forgot-pass-step-1 a {
    padding: 0.5em 1rem;
    background-color: #2126bd;
    border-radius: 2rem;
    color: white;
    display: block;
    width: fit-content;
    margin: auto;
}
@-moz-document url-prefix() {
    .forgot-pass-step-1 a {
        width: -moz-fit-content;
    }
}

.forgot-pass-step-2 h5 {
    font-size: 1.2rem;
    margin: 0;
}

.forgot-pass-step-2 button {
    display: block;
    margin: 10px auto;
    background-color: #2126bd;
    border: 1px solid;
    padding: 0.7rem 2rem;
    color: white;
    border-radius: 2em;
}

.forgot-pass-step-3 input {
    margin-bottom: 1rem;
    padding: 5px 5px;
    border-radius: 1rem;
    border: 2px solid #2126bd;
    background-color: #2126bd1a;
    outline: none;
}

.forgot-pass-step-3 a {
    padding: 0.5em 1rem;
    background-color: #2126bd;
    border-radius: 2rem;
    color: white;
    display: block;
    width: fit-content;
    margin: auto;
}

.transparent-btn {
    background-color: transparent !important;
    color: blue !important;
    border: 1px solid blue;
}
input {
    font-size: 13px !important;
}

input:focus:not([readonly]) {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}
#login_btn {
    height: 37px !important;
    padding-top: 2px;
}
.sso_login {
    height: 37px !important;
    padding-top: 2px;
}
.login_button_main {
    height: 37px !important;
    padding-top: 2px;
}

html,
body {
    margin: 0;
    height: 100%;
    overflow: hidden;
}
@media screen and (max-height: 600px) {
    .right-side-div {
        overflow-y: auto;
    }
}
