a,
.link {
    text-decoration: none;
    color: #67b1c7;
    font-weight: 400;
    transition: .3s;
    cursor: pointer;
}
a:hover,
#logout a:hover,
.link:hover {
    color: rgb(222, 115, 14) !important;
}
body {
    background: #f3f0e6;
    font-family: 'Lato', sans-serif;
    color: #7F7E7E;
    font-weight: 300;
    font-size: 1.3em;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
header {
    background: #67b1c7;
    position: relative;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header h1 {
    padding: 10px 0px 5px 0;
}
header #logo {
    position: absolute;
    left: 5vw;
    top: 48px;
    width: 100px;
    z-index: 20;
}
h1,
h2,
h3,
h4 {
    font-family: 'Fira Sans', sans-serif;
}
header>h1,
#link a {
    color:whitesmoke;
    font-weight: 600;
}
#link a:hover {
    color:rgb(254, 193, 62);
}
header>h1:hover {
    cursor: default;
}
#main {
    opacity:0;
}
#link {
    font-size:.7em;
    width:100%;
    position:absolute;
    left:0;
    bottom:4px;
    text-align: center;
}
#logout a {
    color:white !important;
    font-size: .7em;
    transition: .3s;
}
#logout {
    position: absolute;
    top: -5px;
    right: 7px;
}
/* SWEETALERT */
#swal2-content {
    font-size: .95em;
    color: rgb(146, 146, 146);
    margin-bottom: 10px;
}
.swal2-title {
    margin: -20px 0 20px 0 !important;
}
.swal2-styled,
.swal2-styled:focus {
    outline: 0;
    box-shadow: none !important;
    border:none !important;
}
#swal2-content .colorRED,
#swal2-content .colorGRE,
#swal2-content .colorBLU,
#swal2-content .colorORG {
    font-size: .9em;
}
.colorRED,
.colorORG,
.colorGRE,
.colorBLU {
    font-family: 'Fira Sans', sans-serif;
}
.colorRED {
    color: #F27474;
}
.colorORG {
    color: #E56D22;
}
.colorGRE {
    color: #85B735;
}
.colorBLU {
    color: #70C8E0;
}
.description {
    font-size:.8em;
}
#warning {
    margin-top: 86px;
    height: calc(90vh - 86px);
    width: 70%;
    margin-left: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    text-align: center;
    position:absolute;
    top:0;
    left: 0;
    z-index: 10;
    font-size: .9em;
}
#load {
    height: 100%;
    width: 100%;
    z-index: 100;
    background: #000000a2;
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    display:none;
}
#wait {
    color: white;
    font-family: 'Fira Sans';
    position:absolute;
    left: 50px;
    bottom: 30px;
    font-size: 1.5em;
}
#container {
    margin-bottom: 30px;
}
.hidden {
    display: none;
}
/* Btns */
.btn,
.btn:hover,
.btn:focus {
    font-weight: 400;
    color: white !important;
}
.btn-info {
    background: #5cbede;
    border-color: #5cbede;
    transition: .3s;
}
.btn-info:hover {
    background: #1ab0e2;
}
/* LOGIN */
.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    min-height: 80vh;
}
/* Small screen */
@media screen and (max-width: 350px) {
    #main {
        display: none;
    }
}
@media (min-width: 351px) {
    #warning {
        display: none;
    }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #wait {
        font-size: 1.5em;
        bottom:30px;
    }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    header #logo {
        top: 33px;
        width: 140px;
    }
    #wait {
        font-size: 2em;
        bottom: 35px;
    }
    #swal2-content {
        font-size: 1.05em;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .description {
        font-size: .95em;
    }
    #wait {
        font-size: 2.5em;
        bottom: 35px;
    }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}

/* ALL */
#container {
    background: rgb(246, 151, 127);
}  
/* SM */
@media (min-width: 576px) {
    #container {
        background: rgb(241, 219, 27);
    }  
}
/* MD */
@media (min-width: 768px) {
    #container {
        background: pink;
    }  
}
/* LG */
@media (min-width: 992px) {
    #container {
        background: greenyellow;
    }  
}
/* XL */
@media (min-width: 1200px) {
    #container {
        background: rgb(220, 208, 222);
    }  
}
#container {
    background: transparent;
}