/********************************************************************** FULL NAME DIV ***/

.class_divInsertFullName {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;

    overflow-x: hidden;
    overflow-y: hidden;
}

.class_divInsertFullName_BG {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.class_divInsertFullName_Login {
    position: absolute;
    width: 480px;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Press Start 2P';
    text-align: center;
    background-image: url("../assets/UI/ventana.svg");
}

input[type=text] {
    width: 70%;
    height: 60px;
    padding: 12px 20px;
    margin: 8px 0;
    border: 1px solid #554546;
    box-sizing: border-box;
    font-family: 'Press Start 2P';
    font-size: 14px;
    text-transform: uppercase;
    background-color: #f6f6f6;
}

input[type=text]:focus {
    /* border-bottom: 1px solid #554546; */
    border: 1px solid #554546;
    text-decoration: none;
    outline: none;
    text-transform: uppercase;

    background-color: #f6f6f6;
}

.class_buttonLoginAcces {
    width: 213px;
    height: 63px;
    background-image: url("../assets/UI/continuar.png");
}