.auth_test {
    position: relative;
    display:flex;
    align-items: center;
	font-weight: bold;
    width: fit-content;
    margin: 0 auto;
    top: 35%;
    transform: translateY(-35%);
}

.form_1 {
    width: 500px;
    padding: 32px;
    border-radius: 10px;
    box-shadow: 0 4px 16px #ccc;
    letter-spacing: 1px;
    z-index: -2;
    background-color: #fff;
}

.form_1 .column {
    display: flex;
    column-gap: 15px;
}

.form_input_1,
.form_button_1 {
    letter-spacing: 1px;
    font-size: 16px; 
}

.form_title_1 {
    text-align: center;
    margin: 0 0 32px 0;
    font-weight: normal;
}

.form_group_1 {
    position: relative;
    margin-bottom: 30px;
}

.form_label_1 {
    position: absolute;
    top: 0;
    z-index: -1;
    color: #9e9e9e;
    transition: 0.3s;
}

.form_label_2 {
    position: absolute;
    bottom: 40px;
    color: #9e9e9e;
    transition: 0.3s;
}

.form_input_1 {
    width: 100%;
    /* padding: 0 0 10 0; */
    border: none;
    border-bottom: 1px solid #c4c2c2d5;
    background-color: transparent;
    outline: none;
    transition: 0.3s;
}

.form_input_1:focus {
    border-bottom: 1px solid #1a73a8;
}

.form_button_1 {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    color: #fff;
    background-color: #0071f0;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}

.form_button_1:focus,
.form_button_1:hover {
    background-color: rgba(0, 113, 240, 0.7);
}

.form_input_1:focus ~ .form_label_1,
.form_input_1:not(:placeholder-shown) ~ .form_label_1 {
    top: -18px;
    font-size: 12px;
    color: #9e9e9e;
}

.form_select_1 {
    padding: 5px 10px;
    height: 100%;
    width: 100%;
    outline: none;
    border: 2px solid #c4c2c2d5;
    background-color: transparent;
    border-radius: 5px;
    color: #202020;
    font-size: 1rem; 
    box-shadow: 0px 0px 0px #999;
	font-weight: bold;
}

.form_select_1 option {
	font-weight: bold;
}

.form_select_1:focus {
    height: 100%;
    width: 100%;
    outline: none;
    border: 2px solid #1a73a8;
    background-color: transparent;
    color: #202020;
    font-size: 1rem;      
}

.select-box_1 select {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    color: #707070;
    font-size: 1rem;
}

.form_button_2 {
    height: 100%;
    width: 100%;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    color: #fff;
    background-color: #0071f0;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}



/* Select */
.select_2 {
    position: relative;
    margin-bottom: 1rem;
}

.select_2:after {
    content: "";
    display: block;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
}

.select_2 select {
    padding: .75rem 1rem;
    background: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-appearance: none;
    appearance: none;
    font-family: inherit;
    font-size: 1rem;
    color: #444
}


.a_class {
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #fff
}

.a_class:hover {
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #fff
}
