/* #row {
    margin-top: 20px;
    margin-bottom: 200px;
    padding: 40px 0;
} */

body {
    background-image: url("img/back.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#login {
    border: solid 1px grey;
    border-radius: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: white;
}

.col-10 {
    /* background-color: #fcfcfc; */
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.col-2 {
    /* background-color: #911717; */
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

input:required:invalid,
select:required:invalid,
textarea:required:invalid {
    border-color: red;
    box-shadow: none;
}

input:required:focus,
select:required:focus,
textarea:required:focus {
    box-shadow: none;
}

.navbar {
    background-color: #911717;
}

#link-footer {
    color: #911717;
    text-decoration: none;
}

#link-footer:hover {
    color: blue;
}

img {
    height: auto;
    width: 10%;
    /* margin-left: 40px;
    margin-top: 30px; */
}