.logo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.logo img {
    
    position: absolute;
    top: 45px;
    left: 45px;
}


.d-flex {
    display: flex;
}

.pointer {
    cursor: pointer;
}

.column {
    flex-direction: column;
}

.center {
    justify-content: center;
    align-items: center;
}

.d-none {
    display: none;
}

.t-center {
    text-align: center;
}

.gap20 {
    gap: 20px;
}

.loginContent {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100vh;
    background-color: #F6F7F8;
}

.textSignupButton {
    z-index: 2;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 35px;
    position: absolute;
    width: 287px;
    height: 51px;
    right: 0px;
    top: 45px;
}

.signUpBtn {
    width: 70px;
    height: 35px;
}

.forgotPwBtn {
    width: 190px;
    height: 35px;
    padding: 4px 18px;
    gap: 10px;
    font-size: 16px;
    line-height: 120%;
}

.innerContentLogin {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    max-width: 500px;
    min-width: 340px;
    height: 350px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.04);
    border-radius: 30px;
}

.innerContentForgotPw {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    max-width: 550px;
    min-width: 340px;
    height: 350px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.04);
    border-radius: 30px;
    z-index: 2;
}

.msgBox {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8%;
    left: 10vw;
    width: 80vw;
    text-align: center;
    height: 20vh;
    z-index: 99;
    font-weight: bold;
    font-size: 32px;
}

.msgBoxContent {
    width: 600px;
    padding: 20px;
}

.arrowblue {
    position: absolute;
    width: 200px;
    margin-right: 13%;
    margin-top: 20px;
}


.arrowblue img {
    cursor: pointer;
}

.loginHeadlineDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
}

.loginHeadlineDivimg {
    height: 2px;
    width: 80px;
}

.loginHeadlineDiv h1 {
    font-size: 2.4em;
}

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

.emailAndPassword input {
    cursor: pointer;
    height: 25px;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    margin-bottom: 24px;
    width: 250px;
}

.emailimg {
    background-image: url('../../img/email.png') !important;
    background-position: 220px 8px !important;
    background-size: 10px !important;
    background-repeat: no-repeat !important;
}

.passwordimg {
    background-image: url('../../img/lock.png') !important;
    background-position: 220px 8px !important;
    background-size: 10px !important;
    background-repeat: no-repeat !important;

}

.nameimg {
    background-image: url('../../img/nameimg.png') !important;
    background-position: 220px 8px !important;
    background-size: 10px !important;
    background-repeat: no-repeat !important;

}

.email {

    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 13px 10px;
    gap: 10px;
    width: 422px;
    height: 51px;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 10px;

}

.rememberAndAPassword {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    margin-bottom: 24px;
}

.rememberCheckbox {
    gap: 5px;

}

.passwordLink {
    margin-left: 24px;
    text-decoration: none;
    display: flex;
    align-items: center;


}

.loginButtons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 35px;
    width: 341px;
    height: 51px;
}

.loginbtn {
    padding: 4px 18px;
    gap: 10px;
    width: 104px;
    height: 35px;
    font-size: 16px;
    line-height: 120%;
}

.bluebutton {
    align-items: center;
    background: #2A3647;
    border-radius: 5px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.bluebutton:hover {
    background: #29ABE2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
    cursor: pointer;
}

.bluebutton:active {
    background: #091931;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
    cursor: pointer;
}

.bluebutton: {
    background: #29ABE2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
}

.guestbtn {
    cursor: pointer;
    background: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 16px;
    gap: 10px;
    width: 135px;
    height: 35px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    border: 1px solid #2A3647;
    border-radius: 5px;
    color: #2A3647;
}

.guestbtn:hover {
    border: 2px solid #29ABE2;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    color: rgba(41, 171, 226, 1);
    background: #FFFFFF;
}

.guestbtn:active {
    border: 1px solid #091931;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    color: #091931;
    background: #FFFFFF;
}

.textForgotPw {
    margin-top: 0px;
    width: 450px;
}

.textResetPw {
    margin-top: 0px;
    width: 450px;
}

.logoAnimationDiv {
    animation: background-fade 1.2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.logoAnimationImg {
    transform: translate(0px, 0px);
    animation: logoAnimation 1.8s ease-in-out;
    position: absolute;
    top: 45px;
    left: 45px;

}

.buttonAnimationImg {

    animation: buttonAnimation 2s ease-in-out;
    transform: translate(0px, -150px);
    position: absolute;
    bottom: 0;
    width: 30%;
    z-index: -5;

}

@keyframes logoAnimation {
    from {
        top: calc(100vh - 50%);
        left: calc(100vw - 50%);
        scale: 200%;
    }

    to {
        top: 45px;
        left: 45px;
    }
}

@keyframes background-fade {
    0% {
        background: #ffffff;
        z-index: 3;
    }

    99% {
        z-index: 3;
    }

    100% {
        background: none;
        z-index: 1;
    }
}

@keyframes buttonAnimation {
    0% {
        transform: translate(0px);
        z-index: 5;
    }

    99% {
        transform: translate(0px, -150px);
        z-index: 5;
    }

    100% {
        z-index: -5;
    }
}

@media (max-width: 1080px) {
    .msgBoxContent {
        width: 250px;
    }

    .msgBox {
        font-size: 18px;
    }

}

@media (max-width: 750px) {
    .msgBoxContent {
        width: 220px;
    }

    .arrowblue {
        position: relative;
        margin-right: 20%;
    }

    .logoAnimationDiv {
        animation: background-fade 1.2s ease-in-out;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
    }

    .logoAnimationImg {
        height: 70px;

    }
    .logo img{
        height: 70px;
    }

    /* @keyframes logoAnimation {
        from {
            transform: translate(0px);
            scale: 200%;
        }

        to {
            transform: translate(-135px, -270px);
        }
    } */

    @keyframes background-fade {

        0% {
            background: #2A3647;
            z-index: 3;
        }

        99% {
            z-index: 3;
        }

        100% {
            background: none;
            z-index: 1;
        }
    }

    .textSignupButton {
        bottom: 35px;
        justify-content: center;
        right: auto !important;
        top: auto !important;
    }

    .emailAndPassword input {

        width: 235px;
    }

    .loginButtons {
        flex-direction: column;
        gap: 10px;
        margin-top: 5px;
        height: 100px;
    }

    .loginbtn {
        width: 135px;
        height: 45px;
    }

    .guestbtn {
        height: 45px;
    }

    .innerContentLogin {
        width: 300px;
        height: 435px;
        margin-top: 25px;
    }

    .emailAndPassword input {
        margin-bottom: 25px;
    }

    .passwordLink {
        margin-left: 0px;
        margin-bottom: 15px;
    }

    .rememberAndAPassword {
        display: flex;
        flex-direction: column-reverse;
        width: 87%;
        padding-left: 60px;
        align-items: flex-start;
        margin-bottom: 15px;
    }

    .loginHeadlineDiv {

        margin-bottom: 25px;
    }

    .signUpBtn {
        font-size: 16px;
        width: 90px;
        height: 50px;
    }

    .textSignupButton {
        font-size: 18px;
    }

    .innerContentForgotPw {
        height: 60%;
    }

    .textForgotPw {
        width: 90%;
        height: 20%;
        text-wrap: wrap;
        font-size: 19px;
    }

    .textResetPw {
        margin-top: 0px;
        width: 450px;
        font-size: 19px;
    }

    .forgotPwHeadline {
        margin: 15px;
    }

    .gap40 {
        gap: 40px;
    }

    .arrowDiv {
        height: 100%;
        display: flex;
        align-items: flex-start;
    }

    .buttonAnimationImg {
        height: 60px;
        width: 80%;
        animation: buttonAnimation 2s ease-in-out;
        bottom: 25px;
        position: absolute;
        z-index: -5;
    }

    @keyframes buttonAnimation {
        0% {
            z-index: 5;
        }

        99% {
            z-index: 5;
        }

        100% {
            z-index: -5;
        }
    }
}