html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.divLogo {
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 3rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

div#divDateTime {
    width: 100%;
    margin: auto;
    border: solid;
    max-width: 20rem;
    margin-bottom: 4.5rem;
}
div#divTime {
    width: 100%;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 0rem;
}
div#divDate {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 1.3rem;
}

#cmdCome {
    background-color: teal;
    color: white;
}

    #cmdCome:hover {
        background-color: #005e5e;
    }

.divInput {
    min-width: 9rem !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}

.divButtons {
    max-width:20rem;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
}

.InputRow {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    max-width: 15rem
}