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

.mobile .login-layer .login-animation {
    width: 345px;
    height: 284px;
    background-image: url(../images/login/animation.png);
    background-size: 100%;
    margin-top: -29px;
}

.mobile .login-layer .login-animation canvas {margin-left: -96px;margin-top: -133px;transform: scale(0.9);}

.mobile .login-layer .name {
    width: 341px;
    height: 93px;
    background-image: url(../images/login/name-bg.png);
    background-size: 100%;
    text-align: center;
    color: #FFF;
    text-shadow: 0px 5px 0px #424344;
    font-family: Luckiest Guy;
    font-size: 75px;
    letter-spacing: 5.85px;
    line-height: 80px;
    margin-top: -59px;
    position: relative;
    z-index: 1;
}

.mobile .safari .login-layer .name {
    line-height: 106px !important;
}

.mobile .login-layer .login-form {
    width: 658px;
    height: 396px;
    background-image: url(../images/login/layer-background.png);
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: -36px;
    z-index: 0;
}

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

.mobile .safari .login-layer .login-form .welcome-message {
    line-height: 126px;
}

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

.mobile .login-layer .login-form .inputs .input {
    width: 332px;
    height: 70px;
    background-image: url(../images/login/input.png);
    background-size: 100%;
}

.mobile .login-layer .login-form .inputs .input input {
    background: none;
    border: 0;
    outline: 0;
    width: 284px;
    margin-left: 13px;
    margin-top: 8px;
    height: 43px;
    padding: 0px 12px;
    color: rgba(255, 255, 255, 0.20);
    font-family: Luckiest Guy;
    font-size: 29px;
    letter-spacing: 2.1px;
    line-height: 43px;
}

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

.mobile .login-layer .login-form .buttons {
    width: 433px;
    margin-top: 10px;
}

.mobile .login-layer .login-form .buttons .btn {
    width: 196px;
    height: 74px;
    color: #FFF;
    text-shadow: 0px 5px 0px #424344;
    font-family: Luckiest Guy;
    font-size: 34px;
    letter-spacing: 2.75px;
    background: none;
    background-size: 100%;
    border: unset;
    outline: 0;
    cursor: pointer;
}

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

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

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

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

.mobile .login-layer .login-error {
    color: #fff;
    font-size: 34px;
    /* 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: 10px 20px;
    position: absolute;
    top: 448px;
    z-index: 1;
    height: 40px;
    line-height: 40px;
}

.mobile .safari .login-layer .login-error {
    line-height: 53px;
}