.dateTitle{
    font-family: 'SFProText';
    font-size: 14px;
    color: #757575;
    margin-bottom: 4px;
    margin-left: 10px;
}
.dateInput
{
    height: 56px;
    width: 25%;
    border-radius: 8px;
    border: none;
    font-family: SF Pro Text;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    color: #757575;
    outline: none;
}
#startWarning
{
    height: 36px;
    margin: 16px 0 20px 0;
    color: #DF361F;
}
#endWarning
{
    margin: 16px 0 0 0;
    color: #757575;
}
.desc
{
    font-family: SF Pro Text;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}
