﻿*{
    margin:0;
    padding:0;
   }

section {

    background-image: url('../image/design1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

section1 {
    background-image: url('../image/login.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.container {
    width: 47vw;
    height: 709px;
   
    background-image: url('../image/black-border-around-pictures-black-out-line-box-11563265322se6la86tat.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
    left: 0px;
}*/