﻿body {
}


.margin_bottom30 {
    margin-bottom: 30px;
}

.margin_top15 {
    margin-top: 15px;
}

.complete_order_btn {
    background-color: #32cdb8;
    color: white;
    padding: 15px 40px 15px 40px;
    border: 2px solid #32cdb8;
    border-radius: 10px;
    text-align: center;
    font-size: 2.0em;
    font-weight: 500;
    display: inline-block;
    margin-top: 20px;
}
.border-radius-login {
    border-width: 3px;
    border-style: solid;
    border-radius: 17px;
    border-color: #ababab;
}