/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 07 2025 | 12:15:15 */
.woocommerce-form__label-for-checkbox span {
    color: #014357!important;    
    margin-left: 20px;
    font-size: 12px;
}

.custom-checkout-login {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
}

.custom-checkout-login p {
    font-size: 12px;
	font-weight: 700;
    margin-bottom: 15px;
	color: #014357;
}

.custom-checkout-login form {
    display: inline-block;
    text-align: left;
    max-width: 300px;
    margin: auto;
}

.custom-checkout-login input[type="text"],
.custom-checkout-login input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.custom-checkout-login input[type="submit"] {
    background-color: #0071a1;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.custom-checkout-login input[type="submit"]:hover {
    background-color: #005f85;
}

