.loginLogoDesign {
    width: 100px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 0;
}

.logintextdesign {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

.verifyotptextdesign {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ba4049;
}

.verifyotpemailtextdesign {
    color: #775194;
    font-weight: bold;
    font-size: 17px;
}

.loginLabel {
    font-family: "Roboto", sans-serif;
    color: #414141;
    font-weight: 400;
}

.text-decration-none {
    text-decoration: none;
}

.forgotPasswordDesign {
    color: #092837;
    font-weight: 500;
    font-size: 14px;
    text-align: right;
    float: right;
    margin: 6px 0 20px 0;
}

.color_dark_login {
    color: #092837 !important;
}

.text-weight-500 {
    font-weight: 500;
}

.text-weight-400 {
    font-weight: 400;
}

.signup_here_design {
    color: #19545c;
}

.border-right-radius-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.border-left-radius-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.loginEyeDesign {
    padding: 11px 9px 11px 9px;
}


.cursor_pointer {
    cursor: pointer;
}


.loginbgdesign {
    background-image: url(http://127.0.0.1:8000/assets/img/login_bg/3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}


.emailVerifyTextDesign {
    font-size: 16px;
    font-weight: 500;
    margin: 0px 0 25px 0;
    display: block;
    text-align: center;
}

.clickHereDesign {
    text-decoration: none;
    color: #775194;
    font-weight: bold;
    font-size: 17px;
    margin-left: 2px;
}
