.auth_code_verifier {
    border-collapse: collapse;
}
.auth_code_verifier th, .auth_code_verifier td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.auth_code_verifier th {
    background-color: #f2f2f2;
    font-weight: bold;
    color: var(--dark-color);
	border-top-left-radius: 10px;
}

.auth_code_verifier tr:last-child td {
    border-bottom: 1px solid #ddd;
}

.auth-label {
	padding-right: 25px;
}

.auth_form {
	padding-bottom: 25px;
}

input#auth_code {
	margin-right: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 8px;
    border-radius: 5px;
    border-color: rgb(0 0 0 / 10%);
    font-family: 'Raleway';
}

.auth_btn_vrf {
	-webkit-font-smoothing: antialiased;
    background-color: var(--primary-color);
    border-radius: 0.6rem;
    box-shadow: rgba(188, 0, 0, 0.2) 0px 4px 9px 0px;
    box-sizing: inherit;
    color: #faf9f9;
    cursor: pointer;
    display: inline-block;
    font-family: inter;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 25.76px;
    padding: 0.8rem 3.0rem;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease 0s;
    transition-duration: 0.4s;
    transition-property: all;
    border: none;
}

.auth_btn_vrf:hover {
	background-color: var(--primary-hover-color);
    transform: translateY(-5px);
}

.auth_code_error {
	padding-right: 20px;
    border-bottom: 1px solid #d3ced2;
    border-left: 1px solid #d3ced2;
    border-right: 1px solid #d3ced2;
    border-radius: 0;
    background: #ffffff;
    border-collapse: collapse;
    box-shadow: var(--box-shadow) 0 10px 20px;
	padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid rgba(188, 0, 0);
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.auth_code_error::before{
	content: "\e016";
	color: rgba(188, 0, 0);
	font-family: WooCommerce;
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}
	
	
	
	
	
	