﻿.Button.round-pink {
    background: #fff;
    border: 2px solid #EC2D85;
    color: #EC2D85;
    box-shadow: none;
    font-size:15px;
    border-radius:70px;
}
a.Button.round-pink {
    border: none;
}
.Button.round-pink .Large {
    border-radius:70px;
}
.blue-bg {
    background: #dbfdff;
}
.pink-bg {
    background: #fdf3f2;
}
.pink-bg .plan-card-confirmation.card-new {
    border: solid 3px #ec2d8e;
}

.white-box-btn {
    background: #fff;
    height: 78px;
    padding: 0 24px;
}
.white-box-btn > span {
    flex:1;
}