body {   
    background-color: #140320;
    font-family: "Gill Sans Extrabold", sans-serif;
}

div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 82%;
    height: 15vh;
}

img {
    text-align: center;
    margin-bottom: 8px;
}
.b-color{
    color: #fff;
    background-color: #3631c6;
}
.pd-b{
    padding-bottom: 20px;
}
.d-b-color{
    color: #000000;
    background-color: #ffffff;
}
.btn {
    border: none;
    outline: none;
    width: 12rem;
    height: 41px;
    border-radius: 33px;
    display: flex;
    justify-content: center;
    align-items: center;    
    font-size: 14px;    
    font-weight: 500;
}

p{
    color:#fff;
}
.seprator{
    
    height: 2vh !important;
    padding: 10px !important;
    border-bottom: 1px solid #303030;
    margin: 0 auto;
    width: 10%;
}
.main-sec{        
        height: 60vh;        
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
}
@media screen and (max-width: 800px) {
    body {
        background-image: url("https://dz5tyoxl8h44g.cloudfront.net/xinvite-bg.png");
        background-repeat: no-repeat; 
        background-attachment: fixed;
        background-color: #140320;
    }

    .seprator{
        width: 51%;
    }
  }