.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;
}

@media screen and (max-width: 767px) {
    .log-in-field .log-in-block {
        text-align: center;
    }

    .log-in-field .log-in-block form {
        width: 100%;
        max-width: 192px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .log-in-field .log-in-block form input {
        width: 100%;
        box-sizing: border-box;
    }

    .log-in-field .log-in-block > a,
    .log-in-field .log-in-block > .btn-standard-redbg {
        width: auto;
        display: inline-block;
    }

    .create-acc .logo {
        padding-top: 30px;
    }

    .create-acc .logo img {
        width: 80%;
        max-width: 80%;
        height: auto;
    }

    .main-acc-block .custom-form {
        padding-top: 20px;
        width: 100%;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .main-acc-block .custom-form [class*="col-"] {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .main-acc-block .custom-form .form-group {
        margin-bottom: 12px !important;
    }

    .main-acc-block .custom-form .form-group input {
        width: 100%;
        box-sizing: border-box;
    }

    .main-acc-block .custom-form .create-btn {
        padding-top: 20px !important;
        text-align: center;
    }

    .header-part .user-info .right-section {
        float: none;
        text-align: center;
    }

    .header-part .user-info .pad-left-none.col-xs-8 {
        width: 100%;
        float: none;
    }

    .header-part .user-info .pad-left-none span {
        display: block;
        font-size: 16px;
    }

    .header-part .user-info .pad-left-none span a {
        font-size: 16px;
    }

    .header-part .user-info .pad-left-none form.form-inline select {
        display: block;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
    }

    .sidebar-action-btns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        width: min(100%, 360px);
        margin: 12px auto 0;
        align-items: stretch;
    }

    .sidebar-action-btns > .btn {
        width: 100%;
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sidebar-action-btns > .btn:not(.btn-sidebar-wrap) {
        min-height: 50px;
    }

    .sidebar-action-btns > .btn.btn-sidebar-wrap {
        min-height: 60px;
    }
}
 