.bk {
    margin-top: 75px;
    min-height: calc(100vh - 75px);
}

.bk #logo {
    position: absolute;
    top: 5px;
}

.schedule-title .schedule-error {
    font-size: 36px;
    color: #273ED4;
}

.schedule-name {
    font-size: 36px;
    color: #5C5C5C;
}

.schedule-error {
    color: #D43E27;
}

.schedule-confirm-btn {
    width: 160px;
    border-color: #273ED4!important;
    background-color: #273ED4!important;
}

.reschedule-btn {
    width: 15em!important;
    margin-top: 2em;
    border-color: #273ED4!important;
    background-color: #273ED4!important;
}

.schedule-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    color: #5C5C5C;
}

.schedule-check-box {
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/assets/background.png)!important;
}