/*----- responsive css start----*/
@media screen and (min-width: 600px)
{
    .login-box {
    width: 500px;
    }
}

@media screen and (max-width:1368px) and (min-width:1024px )
{
    .pattern-bg h1
     {
         font-size: 40px;
        }
        .pattern-bg h3 {
        font-size: 26px;
        }
}
@media screen and (max-width:1200px)
{
    .pattern-bg
     {
        height: auto !important;
        padding: 60px 0px;
    }
}
@media screen and (max-width:1024px)
{   
    .pattern-bg h1
     {
         font-size: 35px;
    }
    .pattern-bg h3 {
        font-size: 22px;
        }
        .pattern-bg h4 {
    font-size: 19px;
    color: #fff;
    line-height: 30px;
}
.coming-soon-title::before, .coming-soon-title::after {
    
    left: -70px;
    width: 50px;
}
.coming-soon-title::after {
    left: auto;
    right: -70px;
}
}

/*----- responsive css end----*/