
*:focus {outline: none;
}

div {
    position: relative;
    text-align: center;
    font-family: Rubik, sans-serif;
    font-weight: 300;
    font-size: 1vw;
    color: #414A52;
    padding: 0;
    margin: 0;
    border: none;
}

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


#er{
    width: max-content;
    height: 12px;
    margin: 10px auto auto;
    font-size: 10pt;
    font-weight: 300;
    font-style: italic;
    color: #C0392B;
    text-align: center;
    visibility: hidden;
}


.input {
    width: 100%;
    border: none;
    margin-left: 1vw;
    text-align: left;
    font-family: Rubik, sans-serif;
    padding: 6px;
    font-size: 1.8vw;
    font-weight: 300;
}

.accept{
    font-family: Rubik, sans-serif;
    width: 340px;
    height: 40px;
   padding: 5px;
    margin: 2vw auto auto;
    border-radius: 8px;
    border: 2px solid #6E9FAE;
    z-index: 1;
    cursor: pointer;
    transition: 0.2s;
    background: none;
    text-align: center;
    font-size: 1.1vw;
    color: #414A52;
    font-weight: 200;
}
.accept:hover{
     background-color: #6E9FAE;
     color: #fff;
 }

.get_pass{
    width: 320px;
    height: 35px;
    line-height: 35px;
    margin: 3vw auto auto;
    border-radius: 8px;
    border: 2px solid #6E9FAE;
    z-index: 1;
    cursor: pointer;
    transition: 0.2s;
    background: none;
    text-align: center;
    font-size: 1.2vw;
    color: #414A52;
    font-weight: 300;
}
.get_pass:hover{
    background-color: #6E9FAE;
    color: #fff;
}

.log_box{
    display: flex; flex-direction: row; justify-content: center; align-items: center;
    width: 350px;
    height: 50px;
    margin: auto;
}

.enter{
    cursor: pointer;
    font-size: 1.1vw;
}

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

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