/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 09 2025 | 09:02:52 */
.verifyaddon {
	position: relative;
}

.verifyaddon input {
	width: 100%;
  	padding-right: 96px;
}

.verifyaddon .verify {
	position: absolute;
	right: 20px;
	top: 48px;
	transform: translateY(-50%);
}


.myinfobutton {
    font-size: 16px;
    line-height: 1;
    color: #ed1c24;
    border-color: #ed1c24;
    padding: 15px 50px;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    border: 2px solid #ed1c24;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-align: center;
    box-sizing: border-box;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .myinfobutton {
        font-size: 20px;
    }
}