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

html {
    height: 100%;
}
body {
    background-color: rgb(247, 243, 243);
}

.container {
    width: 370px;
    height: 200px;
    margin-top: 60px;
    padding: 2px;
    border: 0;
    border-radius: 12px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.login-container {
    width: 370px;
    height: 300px;
    margin-top: 100px;
    padding: 2px;
    border: 0;
    border-radius: 12px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.request-heading {
    margin-top: 30px;
    text-align: center;
}

.image {
    margin: 12px 12px;
}

.request-button {
    margin-top: 30px;
    margin-bottom: 12px;
    text-align: center;
    border-radius: 5px;
}

.btn {
    width: 90%;
    border: none;
    background-color: rgb(239, 83, 102);
    height: 60%;
    display: inline-block;
}
.btn-primary:hover {

    background-color: rgb(220, 64, 82);

}
.disable,.disable:hover{
    background-color: lightgreen;
    cursor: not-allowed;
    color: black;
}
.lastrecords{

    font-size: 18px;
    font-style:bold;
    color:rgb(0, 0, 0) !important;
}
.login-button {
    text-align: center;
    border: none;
    border-radius: 20px;
}
#login-btn {
    background-color: #DC3E15;
}
#login-btn:hover {
    background-color: #d8512f;
}

.login-heading {
    margin-top: 1px;
    text-align: center;
}

.fc-day-sun,
.fc-day-sat {
    opacity: 0.2;
}
.off_day_heading {
    text-align: center;
    color: black;
    font-size: 30px;
    margin-top: 25px;
}
