/* Form */
.formcol {max-width: 600px;  overflow: hidden; }
 #checkout_Buttons, .formrow {
    display: flex; justify-content: space-between;   margin: 0 auto 0.5rem;   line-height: 1;     width: 100%;
}
.form-control, .formside {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-group label {
    font-weight: normal;
    font-size: 10px;
    margin-bottom: 0;
}
.passinput.flex {flex-wrap: nowrap}
.passinput.flex .form-control  { width: 60%;}
.passinput.flex .formside {width: 40%; background-color:#fafafa; padding: 0; font-size:.9em;}
.col-2 .form-control {
    width: 90%; 
}
 
form.order   {
	max-width: 900px;
    margin: 0 auto;
}
form.order .row {
	margin: 1em 0;
}
form.order .row.right {
	margin: 0; display: flex; justify-content:flex-end;
}
form input[type="submit"] {
    float: right;
    margin-left: 2em;
}
form input[type="submit"], .submitbutton {
    background-color: #527598;
    color: #FFF;
    padding: 1rem;
    border-radius: 5px;
    border: 0;
    font-family: 'Oxygen', sans-serif;
    font-size: 1em;
    width: auto;
}
.submitbutton {
    display: block;
    background-color: #527598;
    font-family: 'Signika', sans-serif;
    width: 245px;
    margin: 5px;
    color: #FFF;
    font-weight: 700;
    float: right;
    border: 0;
    cursor: pointer;
    height: auto;
    text-align: center;
    font-size: 1.2em;
    padding: 8px 10px;
}