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;
    -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

.mainHeader {
    background: #fafafa;
    border-bottom: 1px solid #eee;
}

textarea.form-control {
    min-height: calc(5.5em + .95rem + 2px)
}

.btn-success {
    background-color: #2497F3;
    border-color: #2497F3;
}
.form-container{
    max-width:720px;
    margin:auto;
}
.mainLogo{
    max-width:12em;
}