:root {
  --border: 20px;
}

.main-header {
  border-bottom: 1px solid #dee2e6;
  z-index: 1034;
  display: flex;
  justify-content: space-between;
}
.date {
  display: flex;
  justify-content: flex-end;
  margin: 16px;
}
.date-start{
  margin-right: 0.5rem;
}
.date-end{
  margin-left: 0.5rem;
  margin: 0 0.5rem;
}

.date-end,
.date-start {
  border-radius: 5px;
}

.btn-date {
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-block-date {
}
.bg-gradient-primary-date {
  background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x !important;
  color: #fff;
}
.btn-group-sm > .btn,
.btn-sm-date {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  margin-bottom: 5px;
}

.login-box,
.card,
.card-body {
  border-radius: var(--border);
}
.login-register {
  -webkit-box-shadow: 6px 10px 30px 7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 10px 30px 7px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 10px 30px 7px rgba(0, 0, 0, 0.75);
}

.login-box {
  text-align: left;
}

.mb-1,
.mb-0 {
  margin-left: var(--border);
  margin-top: 1px;
}
@media screen and (max-width:575px){
  .date input{
    width: 14rem;
  }
}
@media screen and (max-width:572px) and (min-width:538px){
  .date input{
    width: 13rem;
  }
}
/*Surface Duo*/
@media screen and (max-width:540px){
  .date input{
    width: 12.9rem;
  }
}
@media screen and (max-width:537px) and (min-width:509px){
  .date input{
    width: 12rem;
  }
}
@media screen and (max-width:508px) and (min-width:445px){
  .date input{
    width: 11rem;
  }
}
@media screen and (max-width:477px) and (min-width:445px){
  .date input{
    width: 10rem;
  }
}
@media screen and (max-width:444px) and (min-width:410px){
  .date input{
    width: 9rem;
  }
}
/*Pixel 2 XL, Pixel 2*, iPhone 6/7/8 Plus*/
@media screen and (max-width:414px){
  .date input{
    width: 8.9rem;
  }
}
@media screen and (max-width:409px) and (min-width:381px){
  .date input{
    width: 8rem;
  }
}
@media screen and (max-width:380px) and (min-width:376px){
  .date input{
    width: 7.8rem;
  }
}
/*iPhone 6/7/8*, iPhone x */
@media screen and (max-width:375px){
  .date input{
    width: 7.8rem;
  }
}
@media screen and (max-width:374px) and (min-width:361px){
  .date input{
    width: 7.3rem;
  }
}
/*Moto G4, Galaxy S5*/
@media screen and (max-width:360px){
  .date input{
    width: 7.3rem;
  }
}
@media screen and (max-width:359px) and (min-width:320px){
  .date input{
    width: 6rem;
  }
}
/*iPhone 5/SE*/
@media screen and (max-width:320px){
  .date input{
    width: 6rem;
  }
}
@media screen and (max-width:319px) and (min-width:285px){
  .date input{
    width: 5rem;
  }
}
@media screen and (max-width:284px) and (min-width:280px){
  .date input{
    width: 4.8rem;
  }
}
/*Galaxy Fold*/
@media screen and (max-width:280px){
  .date input{
    width: 4.8rem;
  }
}