
*:focus {outline: none;
}

@font-face {
    font-family: "Dict_Bold";
    font-style: normal;
    font-weight: 400;
    src: url("../Dict_Bold.ttf") format("truetype");
}

body {
    font-family: Dict_Bold;
    color: #4D4D4D;
}

.main_div{
    width: 90vw;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex; flex-direction: row; justify-content: center; align-items: center;
}


#er{
    width: max-content;
    height: 20px;
    margin: 10px auto 10px auto;
    font-size: 18pt;
    color: #C0392B;
    text-align: center;
    visibility: hidden;
}


.input {
    width: 100%;
    border: none;
    margin-left: 1vw;
    text-align: left;
    font-size: 2.4vw;
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-style: normal;
}

.accept{
    padding: 7px 20px 7px 20px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0 auto;
    border-radius: 12px;
    border: 1px solid #948374;
    cursor: pointer;
    transition: 0.2s;
    font-size: 2vw;
}

.accept:hover{
    background-color: #EBE4DB;
 }

.log_box{
    display: flex; flex-direction: row; justify-content: flex-start; align-items: center;
    width: 500px;
    padding: 10px;
}

.enter{
    cursor: pointer;
    font-size: 2vw;
}
.enter:hover{
    text-decoration: underline;
}

#entrance{
    text-align: left;
    transform-origin: right;
    transition: 0.2s;
}


#register{
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: left;
    transition: 0.3s;
    transform: translateX(-50%) translateY(-50%) scaleX(0);
}
