body, html {
    height: 100%;
    margin: 0;
}
.login-form {
    background-image: url(img/login-bgi.png);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.input-fields-container ::-webkit-input-placeholder {
    color: #444040;
    font-family: 'Playfair Display', sans-serif;
}
.input-fields-container ::-moz-placeholder { /* Firefox 19+ */
    color: #444040;
    font-family: 'Playfair Display', sans-serif;
}
.input-fields-container :-ms-input-placeholder { /* IE 10+ */
    color: #444040;
    font-family: 'Playfair Display', sans-serif;
}
.input-fields-container :-moz-placeholder { /* Firefox 18- */
    color: #444040;
    font-family: 'Playfair Display', sans-serif;
}

.input-fields-container input:focus {
    outline: 0;
}

.input-fields-container input {
    color: #581A00;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.login-form .bottom-login-container {
    padding:35px 74px 31px 56px;
}

.login-form .bottom-login-container h1 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: bold;
    color: #444040;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
    opacity:0.5;
}

.input-sqware {
    position: absolute;
    width: 500px;
    /*background: #FAF2E7;*/
    padding-bottom:30px;
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
}

.logo-container {
    padding:70px 0 75px 0;
    /*background-color: #F26A4A;*/
}

.logo-container .logo {
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 50px;
}

.bottom-login-container .start-container {
    text-align: center;
}

.title {
    padding-top: 80px;
    padding-left: 41px;
    /*position: absolute;*/
    height: 53px;
    left: 503px;
    right: 511px;
    top: 200px;

    font-family: Abhaya Libre;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 59px;
    display: flex;
    align-items: center;

    color: #000000;
}

.first-paragraph {
    /*position: absolute;*/
    padding-top: 80px;
    padding-left: 41px;
    width: 426px;
    height: 93px;
    left: 503px;
    top: 340px;

    font-family: 'ABeeZee', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;

    color: #000000;
}

.nick, .pass {
    /*margin-top: 71px;
    margin-left: 61px;
    width: 390px;
    height: 50px;
    /*border-color: #aaaaaa;*/

    /*padding: 12px 20px;

    display: inline-block;
    border: 3px solid #ccc;
    border-radius: 1px;
    box-sizing: border-box;

    font-family: Abhaya Libre;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 21px;*/
    width: 100%;
    border:0;
    border-bottom:1px solid #444040;
    display: block;
    background-color: transparent;
    opacity:0.5;
}

.pass {
    margin-top:35px;
}
.nick {
    margin-bottom:10px;
}

.start {
    margin-top: 64px;
    padding: 1px 30px;
    text-align: center;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    /* float: right; */
    color: #E52649;
    border: 1px solid #E52649;
    transition:0.3s all;
}

.start:hover {
    color:#fff;
    background-color: #E52649;
}
a{
    cursor: pointer;
}
.error{
    background-color:  rgba(216, 66, 42, 0.5);
}