h1,h2,h3,h4,h5,h6,p,a,span,b,strong,input,button,textarea{
    font-family: 'Manrope', sans-serif;
}

body{
    background-color: #6a7179 !important;
    font-family: 'Manrope', sans-serif;
    height:100vh;
}
textarea{
    resize: none;
}
#loom-companion-mv3{display:none;}

section{
    padding-top: 100px;
}
.check-me-in button{
    width: 100%;
    margin-top: 10px!important;
    background-color: #8cc63e !important;
    border: none;
}
.check-me-Out button{
    background-color: #fe0000 !important;
    margin-top: 10px!important;
}
.logo{
    text-align: center;
}
.logo img{
    max-width: 175px;
}
input,textarea,button{
    outline: none !important;
}
.text{

    text-align: center;
    color: #E4E4E4;
    font-weight: 400 !important;
}
.text h2{
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 400;

}
.text h1{
    padding-top: 25px;
    color: #ffff01 !important;
    font-weight: 400;
}
.card{
    text-align: center;
    border-radius: 15px !important;
}
.information{
    display: flex;
    justify-content: center;
    width: 282px !important;
}
#Remarks{
    max-width: 100%;
    height: 40px;
    border-color: #E4E4E4 !important;

}
.text h3{
    font-weight: 400;
    padding-bottom: 20px;
}
#task{
    width: 100%;
    margin-left: 0px;
    height: 125px;
    border-color: #E4E4E4 !important;
    color: #E4E4E4;
}
#userid{
    width: 100%;
    height: 20px;
    margin-bottom: 10px !important;
    outline: none !important;
    color: #E4E4E4;

}

#password{
    width: 100%;
    height: 20px;
    margin-bottom: 10px !important;
    outline: none !important;
}
input:focus{
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-control:focus {
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);}
button:focus{
    border-color: inherit !important;
    box-shadow: none !important;
}
.login-btn{
    width: 70px !important;
    background-color: #29AAE1 !important;
    justify-content: center !important;
}
.btn-check-in{
    width: 85px !important;
    justify-content: center !important;
}
#Today-Tasks{
    height: 115px;
}
footer{
    padding-top:100px;
   position:relative;
    width: 100%;
    padding-bottom:30px;
}
.check-out-btn{
    width: 100px !important;    
}
.Completed-Task{
    height: 115px;
}

@media only screen and (max-width: 767px) {
    #userid{
    margin: 0 auto !important;
 }
 #userid{
    margin: 0 auto !important;
    margin-top:5px !important;
 }
 #password{
    margin: 0 auto !important;
    margin-top:5px !important;


 }
 #Remarks{
    margin-top:5px !important;
 }
 .information{
    width: 100% !important;
}
section{
    padding-top: 50px;
}
.btn-check-in{
    width: 100px !important;
    justify-content: center !important;
}
.daily-attendance{
    margin-bottom: 0px;
}
footer{
    bottom: 0px;
    position: relative;
}


  }
  
