body {
    margin: 0;
    background-color: #F3F3F3;
    font-family: Lato,Helvetica Neue,sans-serif;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
}

.error-container {
    color: red !important;
}

input {
    width: 40%;
    min-width: 10rem;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.26);
    border-top: 1px solid rgba(0,0,0,0);
    box-shadow: none;
    border-radius: 0;
    padding: 0.25rem 0.4rem;
}

input:focus {
    border: none;
    border-bottom: 2px solid #848484;
    outline: 0;
}
a {
    text-decoration: none;
    color: #F3F3F3;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.bold-upper {
    font-weight: bold;
    text-transform: uppercase;
}


.text-align-right {
    text-align: right;
    min-width: 200px;
}
.text-align-left {
    text-align: left;
    min-width: 200px;
}

.btn {
    background-color: #848484;
    color: white;
    width: 50%;
    margin-top: 0.5rem;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    transition: all .15s ease-in-out;
}

.btn:hover {
    opacity: 0.65;
    cursor: pointer;
}

.square-btn {
    display: inline-block;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .5rem .75rem;
    transition: all .15s ease-in-out;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 4.8rem;
    width: 4.8rem;
    margin: 0 0.25rem;
}

.square-btn:hover {
    box-shadow: 0 0 5px 0 #848484;
    border-color: #848484;
    cursor: pointer;
}

.square-btn img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.center {
    margin: auto;
}

.login-container {
    overflow-y: auto;
    color: rgba(0,0,0,.87);
    padding: 1.5rem 2rem;
    width: 25rem;
    margin: 0 5px;
    min-height: 33vh;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
    z-index: 2;
}


.content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 10vh;
    font-size: 14px;
    z-index: 1;
}

.lower-drape {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    z-index: 0;
}

hr {
    width: 15rem;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    height: 1px;
    background-color: rgba(0,0,0,.12);
}

.product-logo {
    width: 18rem;
    padding: 2rem 0 1rem;
    display:block;
    margin:auto;
}

.medium-icon {
    height: 4rem;
    width: 4rem;
}

.hidden {
    display: none;
}

.monitor-color {
    background-color: #3562A6;
    color: white;
}

.mfn-color {
    background-color: #0e6655;
    color: white;
}

.strictlog-color {
    background-color: #1EBEA3;
    color: white;
}

.datablocks-color {
    background-color: #34495e;
    color: white;
}

.modfin-color {
    background-color: #717171;
    color: white;
}