@font-face {
    font-family: 'MontserratAlternates';
    src: url(/css/fonts/MontserratAlternates-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    src: url(/css/fonts/Montserrat-Regular.ttf) format('truetype');
}
p {
    margin-bottom: 0;
}
.mr-5 {
    margin-right: 5%;
}
.bg {
    background-color: #EAEFF7;
    width: 99%;
    margin: auto;
    border-radius: 15px;
    border: solid 1px #BAB6B6;
    margin-top: 10px;
    min-height: 98vh;
}
.main {
    min-height: 78vh;
}
body * {
    font-family: 'Montserrat';
}
.montserrat-alt {
    font-family: 'MontserratAlternates';
}
.color-gray {
    color: #8B8C8E;
}
.block {
    display: flex;
}
.block > img {
    width: 635px;
    height: 680px;
    object-fit: contain;
}
.text-container {
    padding: 40px 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.big-text {
    font-size: 32px;
    line-height: 100%;
    color: #8B8C8E;
    margin-bottom: 15px;
}
.logos-column > div.active {
    transform: scale(1.1);
    border-color: #5A7894;
    border-width: 2px;
}
.logos-column svg {
    opacity: 0.5;
}
.logos-column > div.active svg {
    filter: drop-shadow(2px 3px 0px #00000020);
    opacity: 1;
}
.logos-column, .mx-05 {
    margin: 0 5%;
}
.logos-column{
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.custom-border, .logos-column > div {
    border-radius: 10px;
    border: solid 1px #B3B3B3;
}
.logos-column > div {
    padding: 10px 5px;
    height: 125px;
    width: 125px;
    display: flex;
    align-items: center;
    transition: all .5s;
    background-color: #EAEFF7;
}
.others {
    color: #15407B;
    font-size: 28px;
    text-align: center;
    font-style: italic;
    font-weight: 600;
}
.title {
    font-size: 88px;
    white-space: nowrap;
}
.fs-32 {
    font-size: 26px;
}
.fs-10 {
    font-size: 10px;
}
.login > div > img {
    margin-bottom: 60px;
    width: 100%;
}
.bottom-line::after {
    content: "";
    position: absolute;
    width: 55%;
    height: 1px;
    background-color: #212529;
    bottom: 1.2rem;
    left: 0px;
    z-index: -1;
}
.login {
    background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(255 255 255 / 85%)), url(/img/login-bg.jpg);
    height: calc(100vh - 20px);
    background-size: cover;
    width: 99%;
    margin: auto;
    margin-top: 10px;
    border-radius: 15px;
    border: solid 1px #BAB6B6;
    display: flex;
}
.login .window {
    background-color: #EAEFF7;
    opacity: .9;
}
.login .name {
    font-size: 55px;
    font-family: 'MontserratAlternates';
    line-height: 1;
    margin-bottom: 3rem;
    color: #6E6E6E;
    text-align: center;
}
form {
    margin-top: 10px;
    margin-bottom: 10px;
}
form a#submt {
    background-color: #D9D7D757;
    padding: 1% 8%;
    border-radius: 10px;
    border: solid 1px;
    font-size: 22px;
    font-weight: 800;
    cursor: pointer;
}
form input {
    border: unset;
    background-color: transparent;
    border-bottom: solid 1px;
    margin-bottom: 40px;
}
.login-title {
    font-size: 29px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 20px 0;
}
.small-text {
    font-size: 9px;
}
.big-image {
    margin-top: 90px;
}
.icon-pdf {
    width: 75px;
}
.many-promos p {
    font-size: 20px;
}
.many-promos .icon-pdf {
    width: 50px;
}
.many-promos + hr {
    margin: 0.2rem 0;
}
@media (min-width: 2500px) {
    .big-text {
        font-size: 25;
    }
    .big-text + a {
        font-size: 27px
    }
    .logos-column > div {
        padding: 20px 15px;
        height: 160px;
        width: 160px;
    }
    .text-container {
        padding: 80px 80px;
    }
    .icon-pdf {
        width: 75px;
    }
    .small-text {
        font-size: 10px;
    }
    .title {
        font-size: 127px;
    }
    .fs-32 {
        font-size: 36px;
    }
    .others {
        font-size: 32px;
    }
    .block > img {
        height: 880px;
    }
    .many-promos + hr {
        margin: 0.5rem 0;
    }
    .many-promos .icon-pdf {
        width: 60px;
    }
}
@media (max-width: 1440px) {
    .title {
        font-size: 48px;
    }
    .big-text, .others, .login-title, form a#submt {
        font-size: 24px
    }
    .text-container {
        padding: 60px 40px;
    }

    
}
@media (max-width: 1024px) {
    .title {
        font-size: 32px;
    }
    .big-text {
        font-size: 16px;
    }
    .big-text + a {
        font-size: 10px
    }
    .logos-column > div {
        padding: 10px 5px;
        height: 88px;
        width: 93px;
    }
    .text-container {
        padding: 70px 30px;
    }
    .icon-pdf {
        width: 20px;
    }
    .fs-32, .others, .login-title, form a#submt {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .title {
        font-size: 24px;
    }
    .big-text, .others{
        font-size: 13px;
    }
    .big-text + a {
        font-size: 8px
    }
    .logos-column > div {
        padding: 10px 5px;
        height: 66px;
        width: 70px;
    }
    .text-container {
        padding: 55px 10px 0px;
    }
    .icon-pdf, .many-promos .icon-pdf {
        width: 35px;
    }
    .fs-32 {
        font-size: 12px;
    }
}

@media (max-width: 425px) {
    .logos-column {
        padding: 10px 5px;
        width: 64px;
    }
    .promos hr:first-child {
        display: none;
    }
    .block {
        flex-direction: column;
    }
    .main {
        min-height:90vh;
    }
    .block img {
        height: 48%;
        margin: auto;
        width: 90%;
    }
    .fs-32, .many-promos .fs-32 {
        font-size: 9px;
    }
    .big-text {
        font-size: 10px;
    }
    .big-text + a, .login-title{
        font-size: 11px
    }
    .text-container {
        padding: 5px 30px;
    }
    .login .name {
        font-size: 30px;
    }
    .others, .title {
        font-size: 12px;
    }
    .big-image {
        object-view-box: inset(0% 50% 0% 0%);
        border-radius: 10px;
    }
    .small-text {
        font-size: 7px;
    }
    form a#submt {
        font-size: 11px;
    }
}