.h-100vh{
    height: 100vh;
}
img{
    max-width: 100%;
}
.df_cntnt_top_left{
    display: flex;
    align-items: flex-start;
    justify-content: left;
}
.df_cntnt_top_right{
    display: flex;
    align-items: flex-start;
    justify-content: right;
}
.df_cntnt_bottom_right{
    display: flex;
    align-items: flex-end;
    justify-content: right;
}
.df_cntnt_bottom_left{
    display: flex;
    align-items: flex-end;
    justify-content: left;
}
.df_cntnt_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.login_submit_btn{
    min-width: 100px;
    height: 50px;
    background: #49E2B4;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    border: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.login_submit_btn:hover{
    color: #000000;
    opacity: 0.8;
}
.dark_void_bg{
    background: #0D0D0D;
}
.satin_deep_black_bg{
    background: #1A1C1E;
}
.smashed_pumpkin_bg{
    background: #FF673A;
}
.brand_bg{
    background: #49E2B4;
}
