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;
}

.upload-area {
    min-height: 215px;
    margin-top: 1.25rem;
    border: none;
    background-image: url("data:image/svg+xml,%3csvg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='%23ccc' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    background-color: transparent;
    left: 100px;
    padding: 7.5%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    &:hover, &:focus

{
    background-image: url("data:image/svg+xml,%3csvg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='%232e44ff' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

}

.upload-area-description {
    color: white;
    display: block;
    color: var(--c-text-secondary);
    strong

{
    color: var(--c-action-primary);
    font-weight: 700;
}
}

.btnUploadForm {
    padding: 0.74em 1.5em;
    margin: 1.5em 0 0;
    color: #4f6fad;
    border-width: 0 0 0 0;
    border-bottom: 5px solid;
    text-transform: uppercase;
    @include lato-book;
    &.btn-submit

{
    @include btn(#4f6fad);
}
}

.outside-tip {
    border: solid 2px #f0f0f0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    line-height: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    margin: 10px 10px 0px 10px;
    padding: 0px;
}