body {
    margin: 0;
    padding: 0;
    background-color: #E1E1E1;
    font-family: Arial;
}
h1 {
    margin: 0 0 10px;
    padding: 0;
}
h4 {
    margin-right: 12%;
    margin-left: 12%;
}
.box {
    text-align: center;
}
.box2 {
    display: inline-block;
    padding: 10px;
}
.box3 {
    background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0%;
    -ms-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
}
.box4 {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
    margin-top: 5%;
}
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}
.body {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
table {
    margin-left: auto;
    margin-right: auto;
}
input {
    position: relative;
    display: inline-block;
    font-size: 20px;
    box-sizing: border-box;
}
input[type="email"], input[type="text"], input[type="password"] {
    background: #EFEFEF;
    width: 340px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 15px;
    border-radius: 15px 15px 15px 15px;
    transition: .5s;
}
input[type="email"]::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder {
    color: #9B9B9B;
}
input[type="submit"] {
    position: relative;
    width: 150px;
    height: 50px;
    border: none;
    outline: none;
    background-color: #007AFF;
    color: #fff;
    border-radius: 15px 15px 15px 15px;
}
input[type="submit"]:hover {
    background-color: #00a2ff;
}
input[type='checkbox'] {
    width: 20px;
    height: 20px;
}
#submit4 {
    position: absolute;
    top: 3%;
    left: 2%;
    margin: 0;
    padding: 0 30px;
    
    width: auto;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 15px 15px 15px 15px;
}
#submit5 {
    position: absolute;
    top: 3%;
    right: 2%;
    margin: 0;
    padding: 0 30px;
    
    width: auto;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 15px 15px 15px 15px;
}
#submit6 {
    position: absolute;
    top: 3%;
    left: 72%;
    margin: 0;
    padding: 0 30px;
    
    width: auto;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background-color: #B60000;
    border-radius: 15px 15px 15px 15px;
}
#radiosGroup {
    display: inline-block;
    text-align: center;
}
#radiosGroup label {
    display: block;
}
.timeDropdown {
    font-family: Arial;
    font-size: 18px;
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 1;
}
.timeDropdown a {
    color: #333;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}
.timeDropdown a:hover {
    background-color: #f1f1f1;
}
.timeDropdown {
    position: relative;
    display: inline-block;
}
option:disabled {
    color: red;
}

#radios {
    position: relative;
    display: inline-block;
    background-color: #EEEEEF;
    border-radius: 10px 10px 10px 10px;
    z-index: 5;
    width: auto;
    height: 40px;
}
#background, .labels {
    width: 160px;
    height: 30px;
    font-family: Arial;
    text-align: center;
    display: inline-block;
    padding-top: 10px;
    margin-right: -3px;
    z-index: 2;
    cursor: pointer;
}
#day {
    cursor: auto;
}
#background {
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}