/* @import url('https://fonts.googleapis.com/css?family=Open+Sans'); */

body {
    /* font-family: "Open Sans", sans-serif !important; */
    font-family: sans-serif !important;
    font-size: 14px;
}


div:has(> main) {
    background-size: cover !important;
}

main {
    max-width: 48rem !important;
}

.form-control {
    border-radius: 0;
}

.form-label {
    font-size: .85rem;
    width: 100%;
}

.form-label>i {
    float: right;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

#content,
#login {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.75);
    border-radius: 0 !important;
}

#alert {
    background-color: #fdf7f7;
}

#alert>h5 {
    color: #d9534f;
}

#alert-text {
    font-size: 14px;
}

#pmlinks {
    font-size: .8rem;
}

#pmlinks>a {
    color: #777;
    text-decoration: none;
}

#pmlinks>a:hover {
    text-decoration: underline;
}

#socials>a {
    color: #333;
}

#socials>a:hover {
    color: #ffcf44;
}

#logo>img {
    width: 210px;
    height: 120px;
}

#submitBtn {
    font-size: .9rem;
    border-radius: 0;
}
