* {
    font-size: 14px;
    font-family: arial;

}

.login_background {
    background-image: url("/images/img/black.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.forgot_password_backgorund {
    background-image: url("/images/img/backgrounds/forgot_password.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.lorem_logo {
    width: 100px;
    height: 100px;
}

.logo_size_2 {
    width: 70px;
    height: 70px;
}

.table_img {
    width: auto;
    height: 60px;
}

.all_dawnlode_image {
    width: auto !important;
    height: 200px !important;
}


/* font_sizes */
.font_size_1 {
    font-size: 12px;
}

.font_size_2 {
    font-size: 16px;
}

.font_size_3 {
    font-size: 45px;
}

.font_size_4 {
    font-size: 18px;
}

.margin_top_10{
    margin-top: 20px !important;
}


/* font_weight */
.font_weight_1 {
    font-weight: 400;
}

.font_weight_2 {
    font-weight: 500;
}

/* height */
.height_80 {
    height: 80px !important;
}

.height_100 {
    height: 100px !important;
}

.height_120 {
    height: 120px !important;
}


.height_180 {
    height: 180px !important;
}

.height_200 {
    height: 200px !important;
}

.height_280 {
    height: 290px !important;
}

.height_600 {
    height: 600px !important;
}


/* width */
.width_80 {
    width: 80px;
}

.width_150 {
    width: 150px;
}

/* forms */
.form_shadow_1 {
    box-shadow: 0px 0px 3px 1px rgb(170, 170, 170);

}


/*  border-radius */
.border_radius_20 {
    border-radius: 20px;
}

/*  border-radius */
.border_radius_10 {
    border-radius: 10px;
}

/*  border-radius */
.border_radius_10_bottom {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/*letter-spacing */
.letter_spacing_1 {
    letter-spacing: 1px;
}

.letter_spacing_2 {
    letter-spacing: 2px;
}


/* borders */
.border_1 {
    border: 1px #525252 solid;
}


.file-input input[type="text"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}


/* div_sizes */

.div_size_50 {
    width: 35px;
    height: 35px;
}

/* backgorund_color */
.login_background_1 {
    background-color: #dedede;
}

/* verticale align */

.vertical_align_center {
    vertical-align: middle !important;

}

/* image_uploder */
#photo {
    height: 100%;
    width: 100%;
}

#file {
    display: none;
}

/* .profile-pic-div {
    height: 220px;
} */

/* add_products */
/* .admin_profile_div {
    aspect-ratio: 1/1 !important;
} */


/* font_size */
.fs_40 {
    font-size: 45px;
}



