.inter-text {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body, html {
    height: 100%;
    width: 100%;
    margin: 0;
}

.body_loginFrame {
    width: 100%;
    height: 100%;

    background-color: #09090e;


    align-content: center;
    justify-items: center;
}

.body_loginFrame_Frame {
    justify-items: center;


    width: 30%;
    height: 70%;
}

.body_loginFrame_Frame_Title {
    margin-top: 0;
    margin-bottom: 10px;

    color: white;

    font-size: calc(2.7vw + 1vh);
    font-weight: 600;
}

.body_loginFrame_Frame_input {
    width: 65%;
    height: 5%;

    margin-top: 10px;
    margin-bottom: 15px;

    outline: none;
    border: none;

    background-color: transparent;
    color: white;


    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
    border: 1px solid #48c45c;
    border-radius: 10px;
    padding-left: 15px;

    display: block;
}



.body_loginFrame_Frame_continue {
    font-size: calc(1.35vw + .5vh);
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 5px;
    width: fit-content;

    border-radius: 12px;
    background-color: #48c45c;
    color: black;

    position: relative;
    cursor: pointer;
    overflow: hidden;

    transition: 250ms;

    padding: 10px 15px;
}




.body_loginFrame_Frame_continue:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.body_loginFrame_Frame_ChangeFrame {
    display: flex;
    align-items: center;
}

.body_loginFrame_Frame_ChangeFrame_text {

    color: white;

    margin-top: 15px;
    margin-bottom: 0;
    display: block;
    font-size: calc(0.81vw + .3vh);
    font-weight: 400;
    margin-left: 5px;
}

.sign-up {
    text-decoration: underline;
    cursor: pointer;

    color: #48c45c;
}

.body_loginFrame_Frame_text {

    color: white;
    font-size: calc(0.81vw + .3vh);
    font-weight: 400;
    margin-left: 5px;
    width: 69%;

    margin-top: 0;
    margin-bottom: 0;
}
