.payment-mode {
    border-right: none;
}

.overview-padding-right {
    padding: 50px !important;
}

.btn-standard-redbg {
    background: #7b0a0c !important;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
    border-radius: 8px;
}

.btn-standard-redbg:hover,
.btn-standard-redbg:focus {
    background: #7b0a0c !important;
    color: #fff;
}

.acc-no{
    padding: 20px 0 0 57px;
}

html{
  height: 100% !important;
}
body {
  min-height: 100% !important;
}
input {
    color: black !important;
    border-radius: 0 !important;
    box-shadowxxx: 0 2px 4px, 0 0 0 #dcdcdc !important;
}

.right-bg form input {
    font-size: 12px;
    box-shadow: none;
}

.pagewrap {
    background: url(/content/images/bg-body.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}

.create-btn {
    padding-top: 40px !important;
    text-align: center;
}

button {
    border: none !important;
}

.wizardbutton {
    border-radius:10px;
    font-size: 15px;
    font-family:arial;
    font-weight: 700;
    background: rgb(123, 10, 12);
    color: white;
    border:none;
    padding: 6px 19px;
    margin-left: 5px;
    margin-right: 5px;

}

.wizardbutton:hover,
.wizardbutton:focus{
    background: rgb(123, 10, 12) !important;
    color: white !important;
    border:none;
}

.btn-headercontactus {
    border-radius:8px;
    font-size: 13px;
    font-family:arial;
    font-weight: 700;
    background: rgb(123, 10, 12);
    color: white;
    border:none;
    padding: 6px 6px;
    margin-left: 2px;
    margin-right: 2px;
}

.btn-headercontactus:hover,
.btn-headercontactus:focus{
    background: rgb(123, 10, 12) !important;
    color: white !important;
    border:none;
}

.btn-language-switch {
    background: rgb(150, 28, 32);
}

.btn-language-switch:hover,
.btn-language-switch:focus {
    background: rgb(135, 24, 28) !important;
    color: white !important;
}

.error {
    color: red;
    font-weight: 700;
}

.multiline
{
   white-space: pre-wrap;
}

.inputform .row {
    margin-bottom: 5px;
}

 