* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "CircularStd", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
    font-weight: 400;
}

body {
    background: rgba(53, 53, 53, 0.92);
    border: 1px solid rgba(151, 151, 151, 0.228431);
    box-sizing: border-box;
    backdrop-filter: blur(13px);
}

#root {
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#monnify-app {
    padding: 50px 20px 30px;
    width: 415px;
    max-width: 100%;
    margin: 50px auto 10px;
    background-color: #ffffff;
    border-radius: 5px;
}

@media screen and (max-width: 737px) {
    #monnify-app {
        padding: 15px;
    }
}

#icon {
    text-align: center;
}

#errorTitle {
    margin: 20px auto 10px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #30424C;
}

#errorContainer {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.0126316em;
    color: #484848;
    font-weight: 400;
}

#action {
    margin-top: 50px;
}

.button {
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.000909091em;
    color: #FFFFFF;
    font-weight: 600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    padding: 15px;
    border: none;
    cursor: pointer;
    background: linear-gradient(175.24deg, #F0AA22 -8.91%, #F05822 99.52%);
    outline: none;
}

.monnify-footer {
    padding: 0 0 20px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.0126316em;
    color: #FFFFFF;
    background: transparent;
    font-weight: 600;
}

@media screen and (max-width: 737px) {
    .monnify-footer {
        font-size: 13px;
    }
}

.monnify-logo svg {
    vertical-align: middle;
}