* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

:root {
    --dark: #444749;
    --blue: #336cfb;
    --lightblue: #336cfbd3;
    --red: #f00000;
    --darkgray: #1f2022;
    --whitelight: #fbfbfb;
    --white: #ffffff;
    --gray: #212529;
    --graylight: #6c757dc9;
}

.login_page {
    height: 100vh;
    width: 100vw;
}

.logo {
    width: 70px;
    height: 50px;
}

.logo img {
    width: 100%;
    height: 100%;
}

.logo_heading h3 {
    color: var(--red);
    font-size: 25px;
    font-weight: 600;
}

.logo_heading h3 span {
    color: black;
}

.login_section{
    background-color: var(--white);
    height: 100vh;

}

.image_section{

}