h1,h2,h3,h4,h5,h6
{
     font-family: 'Sniglet', cursive !important;
}
.login-wrapper
{
    background: #fff;
}
input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=search-md], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea.md-textarea
{
    font-size: 12px !important;
}
.bg-pic
{
    height:100vh;
    background: url(../img/signup.jpg); background-size: cover;
    color:#fff;
    padding: 0px !important;
}



.bg-pic img
{
        width: 113% !important; 
        height:637px ;
}
.signup
{
    height:100vh;
    background: url(../img/signup.jpg); background-size: cover;
    color:#fff;
    padding: 0px !important;
}
.signup img
{
    height: 100%;
}

#time
{
    font-size: 70px; color: #f8fdff; font-weight: 400;
}
#date
{
    color: #f8fdff; font-size: 20px; font-weight: 400;
}
.side-bar-form
{
    padding-left: 30px !important; padding-top: 17px;
    background: #fff;
    
}
.options p a
{
    font-weight: bold; color: #000;
}
.banner-caption
{
    position: absolute !important; bottom: 50px; width: 60% !important; left: 50px;z-index: 9;
}
.banner-time
{
    position: absolute !important; top: 100px; width: 80% !important; left: 50px;z-index: 9;
}
.banner-time a:hover
{
    color: #ddd;
}
.login-caption
{
    position: absolute !important; bottom: 3px; width: 90% !important; 
}
.login-caption ul li a
{
    color: #000; font-weight: bold; 
}
.login-caption ul li
{
    font-size: 12px;
}
.banner-time h1
{
    font-size: 54px; color: #f8fdff;
}
.banner-time h1 span
{
    font-size: 40px;
}
.banner-time p
{
    font-size: 13px; color: #f8fdff;
}
.banner-time a
{
    color: #fff; font-weight: bold;
}
.banner-caption a:hover
{
    color: #ccc;
}
.btn-theme
{
    background: #009ee0;
}
/* Sign Up */

.signup-form
{
    background: rgba(255,255,255, 0.9); margin-top: 100px; color: #333;
}


/* Media Queries */
/* ======================================= */
/* ======================================= */

@media screen and (max-width:768px)
{
    .bg-pic
    {
        height: 400px;
    }
    .banner-caption
    {
        position: absolute !important; bottom: 10px; width: 90% !important; left: 10px;
    }
    .banner-time
    {
        position: absolute !important; top: 20px; width: 90% !important; left: 10px;
    }
    .banner-time h1
    {
        font-size: 20px; color: #fff; 
        //font-weight: bold;
    }
    .banner-time p
    {
        font-size: 13px; color: #fff;
    }
    .side-bar-form
    {
        padding-left: 30px !important; background: #f2f2f2; padding-top: 20px;
    }
    .login-caption
    {
        position: static!important; width: 90% !important; 
    }
    .login-caption ul li
    {
        font-size: 12px;
    }
     #time{
    font-size: 29px;
    color: #fff;
    font-weight: 400;
        }
   .bg-pic img
    {
       width: 154% !important;
        height:399px;
    }
    .banner-time h1 span {
       font-size: 28px;
      }
}


@media only screen 
and (min-device-width : 1440px) 
and (max-device-width : 900px) 
and (orientation : portrait) 
{

}

@media only screen 
and (min-device-width : 320px)  
{
  
    
}

@media only screen 
and (min-device-width : 1280px) 

{

    
}

@media (min-width: 1440px)

{
        .bg-pic img
{
       width: 154%;
        height:900px;

}
    
}

@media only screen 
and (min-device-width : 360px)  
{
    
/* #time{
    font-size: 29px;
    color: #fff;
    font-weight: 400;
  }
 .bg-pic img
{
       width: 154% !important;
        height:399px;

}

.banner-time h1 span {
    font-size: 28px;
  }

}*/

@media only screen 
and (min-device-width : 375px) 
{
    
    
}
/* ======================================= */
/* ======================================= */