body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background: #303045;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

#login-box {
    position: relative;
    width: 400px;
    height: 459px;
    top: 160px;
    color: white;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(20px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 16px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
}

#login-form {
    padding: 25px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#login .container #login-row #login-column #login-box #login-form #register-link {
    margin-top: -85px;
}

#login-row {
    margin:0 auto;
}

#login-form input {
    outline: none;
    width: 320px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 8px;
}

#btnLogin {
    background: radial-gradient(128.44% 128.44% at 27.54% 16.12%, #FD6929 0%, #FD8229 100%);
    box-shadow: 0px 12px 40px rgba(222, 51, 82, 0.25);
    border-radius: 8px;
    width: 320px;
    height: 48px;
}

.curcle {
    position: absolute;
    width: 226px;
    height: 226px;
    left: 200px;
    top: 119px;

    background: radial-gradient(128.44% 128.44% at 27.54% 16.12%, #FD6929 0%, #FD8229 100%);
    box-shadow: 0px 12px 40px rgba(222, 51, 82, 0.25);
    border-radius: 50%;
}

.form-gen {
    position: relative;
}

@media screen and (max-width: 925px) {
    .curcle {
        left: 180px;
    }
}

@media screen and (max-width: 840px) {
    .curcle {
        left: 160px;
    }
}

.text-center {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    padding-bottom: 60px;
    line-height: 47px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
}

.alert-danger {
    margin-top: -40px;
}

.labelBox {
    display: flex;
    flex-direction: column;
}

.labelBox label {
    margin-bottom: 3px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

#blockLogin {
    margin-top: 8%;
}