/* Your Global Styles */

html {
    font-family: 'Roboto' !important;
    height: 100%;
}

html, body, .main-container, .inner-container {
    background: #FFFFFF;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.abp-account-layout {
    --main-space-size: 8px;
    --main-space-double-size: 16px;
    height: inherit;
    display: flex;
    flex-direction:column;
}

.main-container {
    height: 100vh;
}

.inner-container {
    height: 100%;
    padding: 0px;
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: fit-content;
}

.login-container > div {
    flex-grow: 1;
}

.login-image-container {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    overflow: hidden;
}

.avoid-padding {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.center-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.login-colored-button, login-colored-button:hover {
    color: #F1F1F1;
    background: #1E6AB1;
    line-height: 14px;
    height: 36px;
    width: 422px;
    left: 0px;
    top: 0px;
    border-radius: 4px;
    text-align: center;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #1BA2E6;
    border-radius: 4px;
}

.login-button, .login-button:hover {
    color: #1BA2E6;
    background: white;
    line-height: 14px;
    height: 36px;
    width: 422px;
    left: 0px;
    top: 0px;
    border-radius: 4px;
    text-align: center;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #1BA2E6;
    border-radius: 4px;
}

.line {
    width: 422px;
    height: 1px;
    left: 840px;
    top: 542px;
    border: 1px solid #B3BFC5;
    margin: 20px auto 0 auto;
}

.label {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #606C6E;
    width: 421px;
    border-radius: 4px;
}

.text-field {
    height: 48px;
    left: 0px;
    right: 0px;
    top: 22px;
    border: 1px solid #606C6E;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #606C6E;
    background: #F2F2F2;
}

.text-rembember-me {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #606C6E !important;
}

.text-login {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #334042;
}

.text-reset-pass {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1E6AB1;
}

.abp-account-layout > .navbar {
    margin-bottom: var(--main-space-double-size) !important;
}

.abp-account-layout .main-container {
    flex: 1;
}

.abp-account-layout > .container {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
    flex: 1;
    display: flex;
}

.abp-account-layout > .container > .row {
    height: inherit;
    flex: 1;
}

.abp-account-layout > .container > .row > .col {
    max-width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
}

.abp-account-layout > .container > .row > .col > .card {
    margin-left: var(--main-space-double-size) !important;
    margin-right: var(--main-space-double-size) !important;
    padding-top: var(--main-space-size);
    padding-bottom: var(--main-space-size);
    margin-bottom: var(--main-space-double-size);
}

.abp-account-layout > .container > .row > .col > .card > .card-body {
    padding: 0px;
}

.abp-account-layout #AbpTenantSwitchLink {
    margin-top: var(--main-space-size) !important;
}