/*
author: Boostraptheme
author URL: https://boostraptheme.com
License: Creative Commons Attribution 4.0 Unported
License URL: https://creativecommons.org/licenses/by/4.0/
*/ 

.cl-blue{
    color: #2196f3;
}
 .overlay {
     position: absolute;
     width: 100%;
     height: 100vh;
     z-index: 0;
    background: rgba(0, 0, 0, 0.66); 
    background: linear-gradient(to bottom, rgba(123, 67, 151, 0.35), rgba(33, 150, 243, 0.55));

 }

.hero-area {
    background-image: url("../../img/background3.jpg");
    background-repeat: no-repeat;
    height: 100vh;
    background-attachment: scroll;
    background-position: center center;
 /*   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
    background-size: cover;
}
  
 .hero-area {
     height: 100vh;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .contact-h-cont {
    width: 500px;
    margin:0 auto;
    padding:30px;
    background: #fff;
    border-bottom: 4px solid #2196f3;
 }
 /* ===============================
   Hero / Authentication – Mobile
================================ */
@media (max-width: 576px) {

    .hero-area {
        min-height: 100vh;
        padding: 20px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-h-cont {
        width: 100%;
        padding: 20px 15px;
    }

    .contact-h-cont h3 img {
        max-width: 180px;
        height: auto;
    }

    #login_form .form-control {
        font-size: 14px;
        padding: 10px;
    }

    #login_form .btn {
        width: 100%;
        font-size: 14px;
        padding: 10px;
        margin-top: 10px;
    }
}

/* ===============================
   Tablet
================================ */
@media (min-width: 577px) and (max-width: 991px) {

    .hero-area {
        min-height: 100vh;
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-h-cont {
        max-width: 420px;
        margin: auto;
        padding: 25px;
    }

    .contact-h-cont h3 img {
        max-width: 220px;
    }

    #login_form .btn {
        width: 100%;
    }
}

/* ===============================
   Desktop
================================ */
@media (min-width: 992px) {

    .contact-h-cont {
        max-width: 460px;
        margin: auto;
    }

    #login_form .btn {
        width: auto;
        padding: 10px 25px;
    }
}
