.clickPedia-background{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1E1E2D;
    width: 100%;
    height: 100vh;
}
.login-logo{
    width: 100%;
    height: 120px;
}
.login-div{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    height: 100vh;
}
.welcome-div{
    width: 40%;
}
.welcome-text{
    font-family: Poppins-SemiBold,sans-serif;
    font-size: 23px;
    color: #464e5f;
}
.clickpedia-text{
    font-family: Poppins-Regular,sans-serif;
    font-size: 20px;
    color: #2f3044;
}
.here-text{
    font-family: Poppins-SemiBold,sans-serif;
    font-size: 12px;
    color: #959CB6;
}
.create-account-link,.create-account-link:hover{
    font-family: Poppins-SemiBold,sans-serif;
    font-size: 12px;
    color: #3699FF;
    text-decoration: unset;
}
.login-label{
    font-family: Poppins-Bold,sans-serif;
    font-size: 10px;
    color: #2f3044;
}
.login-input,.login-input:focus{
    background: #EEF1F5;
    border-radius: 6px;
    outline: none;
    border: none;
    width: 100%;
    height: 45px;
    padding-left: 15px;
}
.forgot-span{
    position: relative;
    top: 6px;
}
.forgot-link,.forgot-link:hover{
    font-family: Poppins-SemiBold,sans-serif;
    font-size: 10px;
    color: #3699FF;
    text-decoration: unset;
    float: right;
}
.login-button-link,.login-button-link:hover{
    font-family: Poppins-SemiBold,sans-serif;
    font-size: 10px;
    background: #3699FF;
    border-radius: 6px;
    color: white;
    padding: 8px 20px;
    text-decoration: unset;
}
body{
    background-color: rgb(243 243 243);
    width: 100%;
    height: 100%;
}
.vh-div{
    width: 100%;
    height: 100vh;
}
.card-main-div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.bx-shadow{
    box-shadow: 0 10px 18px 0 rgb(62 57 107 / 20%);
}
.register-card-div{
    background-color: white;
    box-shadow: 0 2px 1px rgb(0 0 0 / 5%);
    border-radius: 2px;
    height: 220px;
    padding-top: 32px;
}
.brand-text{
    color: rgb(85 89 92);
}
.coming-txt{
    font-size: 13px;
}
.line-on-side:after{
    content: '';
    display: inline-block;
    width: 23%;
    height: 1px;
    background-color: rgb(85 89 92);
    position: relative;
    bottom: 2px;
}
.line-on-side:before{
    content: '';
    display: inline-block;
    width: 28%;
    height: 1px;
    background-color: rgb(85 89 92);
    position: relative;
    bottom: 2px;
}
