 @import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;700&display=swap');
 

 .bg-img{
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    filter: brightness(0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

:root {
    --primary: #0d6efd;
    --dark: #21252f;
    --body: #888;
    --box-shadow: 0 8px 22px rgba{0,0,0,0.1};
}

body {
    font-family: Sora, "sans-serif";
    line-height: 1.7;
    color: var(--body);
    min-height: 100vh;
}

a {
    color: var(--dark);
    text-decoration: none;
}

.navbar .nav-link {
    font-size: 14px;
    font-weight: 700;
}

.hero {
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.hero::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

section {
    padding-top: 120px;
    padding-bottom: 120px;
}
/*-------------Login container--------*/

.box-area {
    width: 930px;
}

/*-------------Right box--------*/



