﻿.noto-sans-text {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "SemiBold";
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    margin: 0;
    text-decoration: none;
}

body {
    background-color: white;
    overflow-x: hidden;
    margin: 0;
    text-decoration: none;
}

#CreateProfile {
    display: flex;
    margin-top: 5rem;
    justify-content: center;
    font-weight: 600;
    font-family: "Noto Sans", sans-serif;
    font-size: 30px;
    margin-top: 5rem;
}

#MailNew {
    display: flex;
    width: 30rem;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
}

#PasswordNew {
    display: flex;
    width: 30rem;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
}

#ButtonAcc {
    display: flex;
    align-self: center;
    justify-self: center;
    font-weight: 600;
    font-family: "Noto Sans", sans-serif;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 20rem;
    justify-content: center;
    border-radius: 0.4rem;
    background-color: #A03939;
    color: white;
    padding: 0.5rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
}

#ButtonAcc:hover {
    background-color: #5A1A1A;
    color: #B4ADAD;
}

#NotInUse {
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-family: "Noto Sans", sans-serif;
    margin-top: 3rem;
}


@media only screen and (max-width: 600px) {

    .noto-sans-text {
        font-family: "Noto Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-variation-settings: "SemiBold";
    }

    html {
        scroll-behavior: smooth;
        overflow-x: hidden;
        margin: 0;
        text-decoration: none;
    }

    body {
        background-color: white;
        overflow-x: hidden;
        margin: 0;
        text-decoration: none;
    }

    #CreateProfile {
        display: flex;
        margin-top: 5rem;
        justify-content: center;
        font-weight: 600;
        font-family: "Noto Sans", sans-serif;
        font-size: 20px;
        margin-bottom: 5rem;
    }

    #MailNew {
        display: flex;
        width: 20rem;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
    }

    #PasswordNew {
        display: flex;
        width: 20rem;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
    }

    #ButtonAcc {
        display: flex;
        align-self: center;
        justify-self: center;
        font-weight: 600;
        font-family: "Noto Sans", sans-serif;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
        width: 15rem;
        justify-content: center;
        border-radius: 0.4rem;
        background-color: #A03939;
        color: white;
        padding: 0.5rem;
        margin-right: auto;
        margin-left: auto;
        margin-top: 2rem;
    }

    #NotInUse {
        display: flex;
        justify-content: center;
        font-weight: 600;
        font-family: "Noto Sans", sans-serif;
        margin-top: 3rem;
    }

}