@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif !important;
    background: #e4e4d9 url("../images/logoDNA.png") no-repeat fixed center center;
    background-size: 40%;
    width: 100%;
    height: 100%;
}

#logowanie {
    background-color: #f3f3f1;
    text-align: left;
    position: relative;
    opacity: 0.95;
    margin: 35px auto auto;
    width: 205px;
    border: 1px solid #465446;
    border-radius: 10px;
    padding: 10px;
}

.btn {
    width: 100%;
}