@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Source+Sans+Pro:wght@400;600;700&display=swap');

body {
    background: #1C1C1E;
    font-family: "Montserrat", "Source Sans Pro", "Helvetica Neue", sans-serif;
    color: #D1D2D4;
}

.container {
    border-radius: 5px;
}

a {
    color: #3E96A8;
}

a:hover {
    color: #5DA9BA;
}

label {
    color: #D1D2D4;
    font-family: "Source Sans Pro";
}

h1, h2, h3, h4 {
    font-weight: 600;
}

input[type="text"],
input[type="email"],
input[type="password"],
select {
    border: 1px solid #3E96A8;
    box-shadow: none;
}

input:focus {
    border-color: #3E96A8;
    outline: none;
    box-shadow: 0 0 0 2px #3E96A8;
}

.button {
    background: #3E96A8 !important;
    color: #fff !important;
    border: none !important;
}

.button:hover {
    background: #5DA9BA !important;
}

.wrap {
    background: #28293D;
    box-shadow: none;
    border: none;
}

.lists .description {
    margin: 0 0 15px 25px;
}

footer.container {
    margin: 30px auto;
}

footer a:hover {
    color: #ddd;
}
p {
    font-family: "Source Sans Pro";
}
div.row {
    font-family: "Source Sans Pro";
}