﻿@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-ThinItalic.woff2') format('woff2'), url('../fonts/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BoldItalic.woff2') format('woff2'), url('../fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-LightItalic.woff2') format('woff2'), url('../fonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-MediumItalic.woff2') format('woff2'), url('../fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'), url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BlackItalic.woff2') format('woff2'), url('../fonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

.login-content * {
    font-family: Roboto,"Helvetica Neue" !important;
}



.login-content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #025b97;
    background-image: url(../img/login/pattern.png),url(../img/login/bg1.svg);
    background-position: top left,top left;
    background-repeat: repeat, no-repeat;
    background-size: contain auto cover;
    content: "";
    z-index: 0;
}


    .login-content .error-content {
        display: flex;
        justify-content: center;
        align-items: center;
        height: calc(100vh - 75px) !important;
    }

        .login-content .error-content .container {
            max-width: 500px;
            background-image: url(../img/login/edit-popup-bg0.svg),url(../img/login/edit-popup-bg1.svg),url(../img/login/edit-popup-bg2.svg),url(../img/login/edit-popup-bg3.svg);
            background-position: top left, top right,bottom right,bottom right;
            background-repeat: no-repeat, no-repeat,no-repeat,repeat-x;
            background-color: #fff;
            border-radius: 0.4rem;
            margin: 20px 10px 20px 10px;
            display: block;
            box-shadow: 0px 2px 2px 0px rgba(0,0,0,.3);
            border: 0px solid rgba(0,0,0,0.1);
        }


        .login-content .error-content [class*=" icon-"] {
            width: auto !important;
            height: auto !important;
        }

    .login-content .btn {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }



body.login-content:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 1px;
    height: 100%;
}

body.login-content:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: initial;
    left: initial;
    background: initial;
    content: "";
    z-index: 0;
}

.error_h1 {
    font-size: 18px !important;
    font-weight: bold;
    line-height: 21px;
    color: #075083;
}

.error_p {
    font-size: 15px !important;
    line-height: 18px;
    font-weight: normal;
    color: #6c757d;
}



.icon-403 {
    background-image: url("../img/login/icon-403.svg") !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 70% 70%;
    padding-top: 100px;
}

.icon-404 {
    background-image: url("../img/login/icon-404.svg") !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 70% 70%;
    padding-top: 100px;
}

.icon-500 {
    background-image: url("../img/login/icon-500.svg") !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 70% 70%;
    padding-top: 100px;
}

.icon-error {
    background-image: url("../img/login/icon-error.svg") !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 70% 70%;
    padding-top: 100px;
}


.btn-success .dxbButton {
    color: #fff !important;
    font: normal 13px Roboto,"Helvetica Neue" !important;
    vertical-align: middle;
    border: none !important;
    background: none !important;
    padding: 0px !important;
    cursor: pointer;
}


.btn-success .dxbButtonHover {
    color: #fff !important;
    background: none !important;
    border: none !important;
}

    .btn-success .dxbButtonHover span {
        color: #fff !important;
    }


.btn-success .dxbButton div.dxb {
    padding: 3px 0px 4px;
    border-width: 0px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}


.margin-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.margin-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.margin-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.margin-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.margin-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}


.margin-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.margin-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.margin-x-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.margin-x-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.no-margin-left {
    margin-left: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.custom-w-72 {
    width: 72px !important;
}

.w-100 {
    width: 100% !important;
}
