html,
body {
    height: 100%;
    overflow: visible;
}

body {
    background: transparent;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.background {
    background: url(/bundles/rcidentityprovideroauth/img/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 350px;
}

.central-block {
    margin: auto !important;
    padding: 0 20px !important;
    border: 5px solid #333;
    background-color: #fff;
}

.container-fluid {
    width: 940px;
    position: relative;
    overflow: visible;
}

div.applicationTemplate {
    width: 100%;
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
}

.popup-login {
    margin: 0 auto;
    color: #8a8a8a;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popup-login .popup-title, .popup-login .popup-subtitle {
    text-align: center;
}

.popup-main-content-wrapper {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 60px);
}

button.btn {
    background-color: #333;
    font-size: 16px;
    width: 300px;
    cursor: pointer;
}

.button-full {
    display: block;
    position: relative;
    padding: 0px 30px;
    margin: 12px 0 0 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    background: white;
    color: white;
    height: 38px;
    border: none;
    border-radius: 2px;
}

.button-full:disabled {
    background: #aaa;
    cursor: default;
}

.button-full:not(:disabled):hover,
.button-full:focus {
    background: #555;
}

@media(orientation: portrait) {
    body {}
    div.applicationTemplate {
        width: 100%;
        height: initial;
        border-right: none;
        position: inherit;
    }
    div.row {
        position: inherit;
        width: 100%;
        margin: 0;
    }
}
