/*
author: Boostraptheme
author URL: https://boostraptheme.com
License: Creative Commons Attribution 4.0 Unported
License URL: https://creativecommons.org/licenses/by/4.0/
*/


html, body {
    height: 100%; /* Needed for container's min-height  */
    background-repeat: no-repeat;
}

.cl-blue{
    color: #2196f3;
}
 .overlay {
     position: absolute;
     width: 100%;
     height: 100vh;
     z-index: 0;
    
 }
body {
    background: url("../../../img/bgmeeting.jpg") no-repeat center center fixed ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width :100%;
}

.hero-area {
    padding-bottom: 20px;
    padding-top: 20px;
    height: 100%;
    background-attachment: scroll;
}
  
 .hero-area {
     display: normal;
     justify-content: center;
     align-items: center;
 }

.btnlogin {
    border: 1px solid #2196f3 !important;
    margin-top:20px;
    margin-bottom:20px;
}
.contact-h-cont {
    width: auto;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-bottom: 4px solid #2196f3;
    opacity: 1.0;
    filter: alpha(opacity=100);
    overflow: visible;
}
.field-validation-error {
    display: initial !important;
}
field-validation-valid {
    display: none !important;
}

@media only screen and (max-width: 700px) {
    .contact-h-cont {
        width: auto;
        max-width: 480px;
        padding: 30px;
        margin-bottom: 20px;
    }

    .form-group {
        margin-bottom: 0.5rem;
    }

}