*{
    box-sizing: border-box;
    margin: 0;
    padding:0;
}

.job_post_btn,.job_post_invalid{
    min-width: 220px;
    min-height:60px;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Open Sans' !important;
}
.job_post_btn a{
    text-decoration: none;
    color:#ffffff;
}

.login_success{
    position:absolute;
    top:1rem;
}
/* .login-home-page{
    height: calc(100vh - (10.3rem));
} */
.profile-badge-btn{
    font-family: 'Open Sans' !important;
    padding: 14px 7px !important;
    min-width: 260px;
    max-width: 380px;
    min-height: 55px !important;
    width: 320px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 0.8px solid #28a745 !important;
    background-color: #28a745 !important;
    box-shadow: 0 2px 8px 1px rgb(166 166 166 / 24%);
    transition: 0.51s ease-in-out !important;

}
.profile-badge-btn a,.profile-badge-btn label{
    color:#ffffff !important;

}
.profile-badge-btn:hover{
    transform: scale(1.02);
    cursor: pointer;
    color:#ffffff !important;
}

@media (min-width: 320px) and (max-width:786px) {
    .profile-badge-btn,.job_post_btn,.job_post_invalid{
        width: 300px !important;
    }
   
  }
  @media (min-width: 786px) and (max-width:1400px) {
    .profile-badge-btn,.job_post_btn,.job_post_invalid{
        width: 320px !important;
    }
   
  }


