.sofserv-account-subscription.row {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
}

.sofserv-account-subscription-image-block {
    max-width: 30%;
}

.sofserv-account-subscription-image {
    width: 100%;
}

.sofserv-account-subscription-image img {
    width: 100%;
    height: auto;
}

.sofserv-account-subscription-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sofserv-account-subscription-details-inner.row.actions {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.sofserv-account-subscription-details.cancel {
    display: flex;
    align-items: center;
}

.sofserv-account-subscription .btn {
    padding: 10px;
    border-radius: 0;
    display: flex;
    align-items: center;
}

.sofserv-account-subscription .btn.btn-success {
    background: #00a651 !important;
    border-color: #00a651 !important;
    color: #fff !important;
}

.sofserv-account-subscription .btn.btn-danger {
    background: #d9534f !important;
    border-color: #d9534f !important;
    color: #fff !important;
}

.sofserv-account-subscription .btn.btn-success:hover {
    background: #00843d !important;
    border-color: #00843d !important;
    color: #fff !important;
}

.sofserv-account-subscription .btn.btn-danger:hover {
    background: #c9302c !important;
    border-color: #c9302c !important;
    color: #fff !important;
}

.cart-recipient-email-wrap {
	text-align:center;
}

#cart_recipient_email {
	float: left;
   	 height: 50px;
   	 border: 1px solid #767F84 !important;
   	 font-size: 14px;

}

button #workday-email-button {
	float: right;
    height: 50px;
}

.workday-landing-logo {
    width: 100%;
    max-width:20%
}

.login h1 a {

    background-image: url(https://workday.softwarestore.co.za/wp-content/uploads/2025/10/workday_logo.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #3c434a;
    height: 50px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 24px;
    padding: 0;
    text-decoration: none;
    width: 100%;
    height:50px;
}
