
body {
    font-family: 'Avenir', sans-serif;
}

.background {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.999), rgba(255, 255, 255, 0.3));
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.link{
text-decoration: underline ;
color: black;
}

.title {
    padding-top: 1rem;
    font-size: 54px;
    font-weight: 900;
    margin-bottom: 1rem;
}

.description{
    margin-bottom: 1rem;
    font-size: 15px;
    font-weight: 300;
}

.container {
    margin-top: 10%;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    max-width: 10%;
    height: auto;
}

.form-control {
    margin-bottom: 20px;
}

.form-control {
    margin-bottom: 20px;
}

.rectangle {
    text-align: center;
    width: 320px;
    height: 39px;
    margin: -10px auto 40px;
    padding: 2px 81px;
    border-radius: 4px;
    border: dashed 1px #000;
    background-color: rgba(255, 255, 255, 0.1);
    align-items: center;
    justify-content: center;
}

.uniqKodTitle {
    margin: 20px;
    font-size: 15px;
    text-align: center;
    color: #000;
}