body {
    background-color: #f8f8f8;
    padding: 0px 50px;
    color: #202124;
}

.daas-content {
    text-align: left;
    background-color: #fcfcfc;
    font-family: Montserrat;
}

.daas-header {
    width: 100%;
    height: 90px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.03);
    background-color: var(--white);
    text-align: left;
}

.daas-logo {
    height: 25px;
    margin-left: 100px;
    margin-top: 30px;
}

.daas-progress-bar {
    width: 100%;
    height: 121px;
    margin-top: 24px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.03);
    background-color: var(--white);
}

.daas-form-header {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #202124;
    margin-top: 30px;
}

.daas-wrapper {
    background-color: var(--white);
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
}

.daas-wrapper .col-sm-6 {
    padding: 0 0 100px 0;
}

.daas-form-search {
    text-align: center;
    padding: 20px 0;
}

.daas-bank-search {
    width: 395px;
    height: 46px;
    display: inline-block;
}

.daas-bank-search input {
    border-radius: 6px;
    border-left: 0;
    height: 46px;
    border-color: dodgerblue;

    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.daas-bank-search .input-group-text {
    background-color: inherit;
    border-right: 0;
    padding-left: 15px;
    height: 46px;
    border-color: dodgerblue;

    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.daas-form-list {
    width: 383px;
    height: 413px;
    border-radius: 6px;
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.08);
    background-color: var(--white);
    display: inline-block;
    margin-top: 10px;
    text-align: left
}

.daas-form {
    text-align: center;
    padding-bottom: 75px;
}

.daas-form-list-item {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding: 15px;
    height: 58px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.bank-list-logo {
    height: 22px;
    border-radius: 100%;
    border: 1px solid #ededed;
}

.bank-list-item-text {
    padding-left: 15px;
}

.daas-info {
    background-color: #f8f8f8;
    border-left: 1px solid lightgray;
    min-height: 650px;
}

.daas-info-content {
    padding: 50px;
    color: #000000;
}

.daas-info-icon {
    font-size: 35px;
    padding: 15px;
    opacity: 0.5;
}

.daas-info-lead-title {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 20px;
}

.daas-info-sub-title {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    text-align: left;
}

.daas-info-text {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #000000;
    text-align: left;
}

.daas-info-faq {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
}

.daas-progress-bar {
    text-align: center;
    padding-top: 20px;
}

.daas-form-list > a {
    color: #000000;
}

.daas-form-list > a:hover {
    color: #000000;
    text-decoration: none;
    background-color: whitesmoke;
}

.daas-form-list > a:hover > .daas-form-list-item {
    background-color: whitesmoke;
}

.daas-login-form-label {
    font-weight: bold;
    font-size: 12px;
}

.daas-login-form-input {
    width: 100%;
    padding: 5px;
    height: 46px;
    border-radius: 6px;
}

.daas-form-list.daas-form-login {
    border:0;
    box-shadow: none;
}

.daas-login-form-input-wrapper {
    width: 100%;
    margin-bottom: 15px;
}

.daas-bank-select {
    width: 100%;
}

.daas-form-login-submit {
    width: 395px;
    height: 50px;
    border-radius: 10px;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.12);
    background-color: #25224f;
    text-align: center;
    font-weight: bold;
    color: white;
    padding: 10px;
    margin-bottom: 15px;
    cursor: pointer;
}

.daas-form-login-help-btn {
    width: 395px;
    height: 50px;
    border-radius: 10px;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.12);
    background-color: #4a4a4a;
    text-align: center;
    font-weight: bold;
    color: white;
    padding: 10px;
    cursor: pointer;
    opacity: 0.46;
}

.daas-account-success {
    width: 369px;
    height: 82px;
    font-family: Montserrat;
    font-size: 31px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: center;
    color: #202124;
    margin: 0 auto;
}

.success-wrapper {
    margin-top: 40px;
    width: 100%;
    text-align: center;
}

.daas-account-success-info {
    width: 369px;
    height: 32px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #202124;
    margin: 0 auto;
    padding-top: 15px;
}

.daas-form-button-success {
    width: 175px;
    height: 62px;
    border-radius: 10px;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.12);
    background-color: #25224f;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: white;
    padding: 20px;
    margin: 0 auto;
    cursor: pointer;
}

.daas-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    text-align: left;
    padding: 10px;
    font-size: 10px;
}

.daas-form-button-continue {
    width: 100%;
    height: 62px;
    border-radius: 10px;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.12);
    background-color: #25224f;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: white;
    padding: 20px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 50px;
}

.daas-account-type-back {
    padding: 15px 5px;
    width: 403px;
    height: 67px;
    box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.14);
    background-color: var(--white);
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
}

.daas-account-type-logo {
    margin-left: 10px;
    height: 22px;
    width: 22px;
}

.daas-account-type-list {
    height: auto;
}

a:hover > .daas-account-type-back {
    background-color: whitesmoke;
    color: #000000;
    text-decoration: none;
}

.daas-bank-search > div > a:hover {
    text-decoration: none;
}

.daas-account-success-logo {
    margin-bottom: 15px;
}

.daas-account-success-info-item {
    width: 383px;
    height: 40px;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.08);
    background-color: var(--white);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.94;
    letter-spacing: normal;
    color: #4caf50;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid whitesmoke;
}

.daas-account-success-info-list {
    width: 100%;
    text-align: center;
}

.no-freeze-spinner {
    max-height: 1000px;
}

.
.mandatory-fail {
    border: 1px solid red;
}