@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
html,
body {
    height: 100%;
}

body{
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

a{
    color: #017ae7;
    font-size: 15px;
    text-decoration: none;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    background-color: #FFF;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.logo-wrapper{
    display: flex;
    width: 100%;
    height: 60px;
    align-content: center;
    float: left;
}

.logo{
    width: 50px;
    height: 50px;
    background-image: url("../img/safety-red.svg");
    background-size: 70% 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.logo-title{
    width: auto;
    height: auto;
    color: #A20021;
    font-size: 22px;
    font-weight: bold;
    margin-top: 8px;
}
