.text-center{
	text-align: center;
}

button.mypay, button.mymail {
    border: none;
    color: #fff;
    padding: 14px 0;
    grid-column-start: 1;
    grid-column-end: 3;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    flex-basis: 50%;
}
button.mypay {
    background-color: #ee3e41;
    /*cursor: not-allowed;*/
}
button.mymail {
    background-color: #007cca;
}

.form-control{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    margin-bottom: 15px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.text-muted {
    color: #999!important;
}
.font-italic {
    font-style: italic!important;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

    .calculate{
        background: #eeeeee;
        display: flex;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
        color:#2e2e2e;
        padding: 15px 30px!important;
    }
    .terms:before{
        content: '';
        position: absolute;
        top: 3px;
        left: 0;
        width: 15px;
        height: 15px;
        border-radius: 4px;
        transition: .2s;
        border: 1px solid #ccc;
        background: #fff;
    }
    .terms{
        padding-left: 30px;
    }
    input:checked + label:before {
        background: #007cca;
    }
    input:checked + label:after {
        background: url(../img/check-icon.png) no-repeat;
        width: 10px;
        height: 10px;
        left: 4px;
        top: 8px;
        position: absolute;
        content: "";
    }

#Fpp-window-sent p{
    background: #7ac043;
    padding: 50px;
    text-align: center;
    color: #fff;
    font-size: 26px;
}

.for-pay .p-15{
    padding: 15px;
}

#main-form input.send.wait{
    background-color: #ddd;
    cursor: not-allowed;
}