body {
    overflow-y: hidden;
    overflow-x: hidden;
    margin: 0;
}

.bg-image {
    background-image: url('../img/background/background.gif');
    filter: blur(10px);
    -webkit-filter: blur(10px);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.bg-text {
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 500px;
    padding: 20px;
    text-align: center;
    overflow: hidden;
    height: 300px;
    border-radius: 15px;
}

.ubuntu {
    font-family: 'Ubuntu';
}

.login-btn {
    position: relative;
    top: 25px;
    color: #fff;
    background-color: #54c800;
    border-color: #54c800;
    width: 243px;
    height: 34px;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    border-radius: 10px;
    font-family: 'Ubuntu';
}

.field {
    width: 250px;
    height: 28px;
    border-radius: 4px;
    border-style: solid;
    border-color: #A2A2A2;
    padding-left: 10px;
}

.form-title {
    display: block;
    padding-bottom: 5px;
}

.error-message {
    display: block;
    margin-top: 50px;
    font-family: 'Ubuntu';
}