body {
    font-family: 'Rubik';
    font-weight: 300;
}

.header {
    background-color: #071437;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 20px;
}
.header img {
  max-height: 100px;
}

/* .container {
    max-width: 1140px;
} */

body {
    min-height: 500px;
}

.navbar {
    justify-content: flex-start;
}

input:hover {
    border: 1px solid #C2C2C2 !important;
}

input:active,
input:focus {
    border: 1px solid #00283C !important;
}

.border-input-some {
    border: 1px solid #00283C !important;
}

.text-some {
    color: #00283C !important;
}

.upload-container {
    border: 2px dashed #CCCCCC;
    min-height: 150px;
    line-height: 150px;
    border-radius: 5px;
    text-align: center;
}

.upload-container:hover {
    background-color: #EEEEEF;
    border: 2px dashed #CCCCCC;
    cursor: pointer;
}

.upload-container #upload-button {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.upload-container span {
    color: #777777;
}

#preview {
    width: 100%;
    max-width: 800px;
}

#preview-image {
    max-width: -webkit-fill-available;
}

#preview-container {
    border: 1px dashed #CCCCCC;
    position: relative;
    height: auto;
}

.info {
    padding-left: 15px;
}