.desktop .login-layer {
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.desktop .login-layer .login-animation {
    width: 518px;
    height: 427px;
    background-image: url(../images/login/animation.png);
    margin-top: -50px;
}

.desktop .login-layer .login-animation canvas {margin-left: -141px;margin-top: -181.5px;transform: scale(0.9);}

.desktop .login-layer .name {
    width: 512px;
    height: 140px;
    background-image: url(../images/login/name-bg.png);
    text-align: center;
    color: #FFF;
    text-shadow: 0px 5px 0px #424344;
    font-family: Luckiest Guy;
    font-size: 117px;
    letter-spacing: 5.85px;
    line-height: 135px;
    margin-top: -70px;
    position: relative;
    z-index: 1;
}

.desktop .safari .login-layer .name {
    line-height: 160px !important;
}

.desktop .login-layer .login-form {
    width: 988px;
    height: 594px;
    background-image: url(../images/login/layer-background.png);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: -49px;
    z-index: 0;
}

.desktop .login-layer .login-form .welcome-message {
    color: #FFF;
    text-shadow: 0px 5px 0px #424344;
    font-family: Luckiest Guy;
    font-size: 76px;
    letter-spacing: 6.84px;
    text-align: center;
    line-height: 163px;
    height: 163px;
}

.desktop .safari .login-layer .login-form .welcome-message {
    line-height: 190px;
}

.desktop .login-layer .login-form .inputs {
    margin-top: 15px;
}

.desktop .login-layer .login-form .inputs .input {
    width: 499px;
    height: 106px;
    background-image: url(../images/login/input.png);
}

.desktop .login-layer .login-form .inputs .input input {
    background: none;
    border: 0;
    outline: 0;
    width: 426px;
    margin-left: 16px;
    margin-top: 10px;
    height: 65px;
    padding: 0px 20px;

    color: rgba(255, 255, 255, 0.20);
    font-family: Luckiest Guy;
    font-size: 42px;
    letter-spacing: 2.1px;
    line-height: 65px;
}

.desktop .safari .login-layer .login-form .inputs .input input::placeholder, .safari .login-layer .login-form .inputs .input input {
    padding-top: 7px;
}

.desktop .login-layer .login-form .buttons {
    width: 650px;
    margin-top: 10px;
}

.desktop .login-layer .login-form .buttons .btn {
    width: 294px;
    height: 111px;
    color: #FFF;
    text-shadow: 0px 5px 0px #424344;
    font-family: Luckiest Guy;
    font-size: 55px;
    letter-spacing: 2.75px;
    background: none;
    border: unset;
    outline: 0;
    cursor: pointer;
}

.desktop .login-layer .login-form .buttons .btn:disabled {
    cursor: no-drop;
}

.desktop .safari .login-layer .login-form .buttons .btn {
    padding-top: 8px;
}

.desktop .login-layer .login-form .buttons .btn.btn-blue {background-image: url(../images/buttons/blue.png);}
.desktop .login-layer .login-form .buttons .btn.btn-blue:hover {background-image: url(../images/buttons/blue-hover.png);}
.desktop .login-layer .login-form .buttons .btn.btn-blue:disabled {background-image: url(../images/buttons/blue-disabled.png);}

.desktop .login-layer .login-form .buttons .btn.btn-yellow {background-image: url(../images/buttons/yellow.png);}
.desktop .login-layer .login-form .buttons .btn.btn-yellow:hover {background-image: url(../images/buttons/yellow-hover.png);}
.desktop .login-layer .login-form .buttons .btn.btn-yellow:disabled {background-image: url(../images/buttons/yellow-disabled.png);}

.desktop .login-layer .login-error {
    color: #fff;
    font-size: 51px;
    /* min-width: 600px; */
    text-align: center;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 15.69%, rgba(0, 0, 0, 0.90) 50.47%, rgba(0, 0, 0, 0.80) 82.92%, rgba(0, 0, 0, 0.00) 100%);
    padding: 15px 30px;
    position: absolute;
    top: 696px;
    z-index: 1;
    height: 60px;
    line-height: 60px;
}

.desktop .safari .login-layer .login-error {
    line-height: 80px;
}