/* css file created by tintu sam for modifiying the landing page */

.landing-header{height: auto;}
.landing-footer{width: 100%;height: 80px;float: left;text-align: center;padding: 20px;box-shadow: 0 0 9px 0 rgba(0,0,0,.08);}
.landing-form{float: left;width: 100%;margin-bottom: 35px;}
.agenda-content{padding-bottom: 50px;word-wrap: break-word;}
.agenda-text{color: #b2b2b2;text-transform: uppercase;display: block;font-weight: 500;font-size: 14px;margin-bottom: 8px;}
.landing-content {margin: 15px auto;background: #fff;padding: 15px 30px;box-shadow: 0 0 9px 0 rgba(0,0,0,.08);max-width: 720px;min-height: 100%;}
.meeting-actions{text-align: center;padding: 30px 0px;}
.logo.landing-logo{padding: 5px 0px;max-height: 100px;min-height: 60px;top: 0px !important;}
@media all and (max-width:768px){
    .landing-form .form-group-height-alter{float: left;width: 100%;}
    .landing-footer{padding: 10px;}
    
}
@media all and (max-width:420px){
    .meeting-actions{padding: 10px 0px;}
    .landing-btn{width: 100%;}
    .landing-btm{margin-bottom: 10px;}
}

.form-group input {
    color: #333 !important;
}

@media screen and (min-height: 700px) {
    .landing-footer{
        margin-top: 15%;
    }
}