#calendar {
    /*background :black;*/
    width: 350px;
    margin: 0 auto;
    /* height: 500px; */
    font-size: 10px;
    color: black;
}

#bg-calendar {
    margin-top: 20px;
    background: #ffcb05;
    opacity: 1;
    width: 370px;
    height: 450px;
    float: right;
}


/*.response {
    height: 60px;
}

.success {
    background: #cdf3cd;
    padding: 10px 60px;
    border: #c3e6c3 1px solid;
    display: inline-block;
}
*/