

body{
    background: #139ebf ;
}

a {
    text-decoration: none;
}

.meeting{
    height: 70%;
    width: 70%;
    margin: 10% 14%;
}
.main-container {
    background: #fff;
    width: 100%;
    height: 80vh;
    border: none;
    border-radius: 2cm 2cm 0cm 0cm;
}

.container{
    padding: 5%;
}

.main-login{
    margin-top: 2cm;
}

input#formGroupInput {
    height: 2.6rem;
    border-color:#139ebf;
    text-align: center;
}

button.btn.btn-warning {
    margin-left: 32%;
    background: #f58b25;
    color: #fff;
}

.main-faq{
    display: flex;
    justify-content: space-around;
    margin-top: 10%;
}

img.logo{
    height: 15%;
    width: 15%;
    margin-top: 3%;
    margin-left: 38%;
}

.faq p{
    font-size: 0.9rem;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 0.8;
    color: #545454;
}

.footer-text p{
margin-top: 10%;
text-align: center;
text-transform: uppercase;
font-size: 0.8rem;
font-weight: 600;
color: #139ebf;
line-height: 1.5;
}