﻿body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}

#main {
    /*background: url(../Images/MicrosoftTeams-image.png);*/
    background-size: cover;
    height: 100vh;
}

.main-title {
    width: 100%;
    height: 120px;
    font-weight: bold;
    background-color: #305486;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    position: relative;
    top: 0;
    left: 0;
}

.box-logo {
    text-align: center;
    padding-bottom: 10px;
}

.form-group {
    margin-bottom: 15px;
}

.container-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-stack input {
    height: 30px;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #e8f7fa;
    padding: 0 10px;
    color: #555;
    max-width: none;
    margin: 0;
    background-color: #EFF5FB;
    width: 300px;
    -webkit-appearance: none;
}

.row {
    margin-bottom: 15px;
}

.row::before,
.row::after {
    display: table;
    content: ' ';
    box-sizing: content-box;
}

.row::after {
    clear: both;
}

.col-xs-6 {
    /*padding: 0 10px;*/
    width: 50%;
    float: left;
}

.col-xs-6 a {
    color: #00b1e1;
    text-decoration: none;
}

.btn-lg {
    color: #fff;
    background-color: #1bb8d1;
    border: none;
    font-size: 18px;
    padding: 10px 16px;
    line-height: 18px;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
}

.btn-lg:hover {
    color: #333;
}

.input-log {
    height: 30px;
    padding: 5px 10px; 
    border: 1px solid #ccc; 
}

.container-login {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-login {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 10px 70px;
    color: #305486;
    background-color: white;
    border: 1.5px solid #305486;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    cursor: pointer;
}

.label-credentials {
    color: #808080;
    padding-top: 10px;
    padding-bottom: 5px;
}

.subtitle {
    color: #555555;
    font-size: 24px;
    font-weight: bold;
}

.line-container {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-left: 92px;
    margin-right: 92px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.container-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.line {
    flex: 1;
    height: 1px;
    background-color: #000;
    margin: 0 10px;
}

.label-no-supplier {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.link {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: #555555;
    position: relative;
    font-size: 12px;
    font-weight: bold;
}

.text-danger {
    color: red;
    font-size: 0.670em;
    display: block; 
    max-width: 100%; 
}