@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600&display=swap');
body{
    font-family: 'Poppins', sans-serif;
}
header{
    padding: 30px 0;
    position: relative ;
}
header .logo{
    max-width: 150px;
    width: 100%;
}
#content{
    background-color: #eee; 
}
.logo p{
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    line-height: 22.5px;
    text-align: center;
    color: #000;
}
.logo p span{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 8%;
    text-transform: capitalize;
}
.top-content  p{
    font-size: 15px;
    font-style: italic;
    line-height: 24px;
    text-align: center;
    color: #000;;
}
#content{
    background-size: 100%;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
}
footer p{
    font-size: 15px;
    color: #000;
}
.fw-600{
    font-weight: 600;
}
.main-wrapper .form-label{
    color: #000;
}
.logout-btn, .logout-btn:hover{
    /* position:absolute;
    top: 0;
    right: 10%;
    bottom: 0;
    margin: auto; */
    text-decoration: none;
    color: #000;
}
@media(min-width: 1400px){
    .top-content  p{
        font-size: 20px;
        line-height: 30px;
    } 
    .top-content{
        margin-top: 3rem;
    }
}
@media(max-width:991px){
    .top-content{
        margin-top: 3rem;
    }
}

