@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


body {
    font-family: "Jost";
    width: 100%;
    position: relative;
    height: 100%;
    background-color: #071357;
}

/*main {
    padding: 0px 70px;
    background-size: cover;
    min-height: 100vh;
    
}*/

.inner {
    position: relative;
    height: 100%;
    min-height: 500px;
}

header, footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
    flex-wrap: wrap;
}

footer {
}

.logo {
    display: flex;
    align-items: center;
    height: auto;
    position: relative;
    z-index: 10;
}

.logo-icon {
    width: auto;
}

    .logo-icon img {
        width: 100%;
    }

.logo-text {
    font-size: 37px;
    color: var(--field-text-color);
    font-weight: bold;
    margin-left: 3px;
}
.btn-close {
    margin-bottom: -33px;
    z-index: 10;
    display: inline-block;
    float: right;
    padding-right: 16px;
    position: absolute;
    left: 500px;
    top: 25px;
}