@font-face {
    font-family: "Sulphur Point";
    src: url("../Font/Sulphur_Point/SulphurPoint-Regular.ttf") format("truetype");
}

#bottomLogo{
    width: 28px;
}

body{
    color: #5c5c5c;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.2rem;
}

#athosLogo{
    font-family: "Sulphur Point", sans-serif;
    font-size: 3rem;
    color: rgb(56, 60, 69);
}

body > div.d-flex.align-items-center.w-100.vh-100 > div > div > div{
    text-align: center;
}

#topLogo{
    max-width: 650px;
}

footer{
    color: #888888;
    font-size: 1.1rem;
}

.form-control{
    border-radius: 0;
    border-color: #016075;
    border-width: 1px;
    box-shadow: 0 0 2px 0 #016075;
}

.form-control:focus {
    border-color: #016075;
    outline: 0;
    box-shadow: 0 0 3px 1px #016075;
}

button.btn-primary{
    background-color: #016075 !important;
    border-color: #016075 !important;
}

a.link-dark{
    color: #5c5c5c !important;
    text-decoration: none;
    font-size: 1.1rem;
    cursor: pointer;
}

div.fixed-top{
    text-align: end;
}

div.fixed-top > a{
    font-size: 1.1rem;
    font-weight: 400;
}

a.btn-link{
    border: solid 1px;
    padding: 0 0.7rem;
    text-decoration: none;
    color: #5c5c5c !important;
}

.labels > div{
    text-align: end;
}

footer > a.btn-link{
    border: none;
}

