header > div {
    display: flex;
    justify-content: left;
}

header > div > div {
    display: flex;
    margin: 50px 0 30px;
}

.header-login {
    display: flex;
    justify-content: left;
    border-bottom: 3px solid #005a90;
}

#login-footer-flex-mobile {
    display: none;
}

.login-footer {
    margin-bottom: 0;
    background-color: var(--bg-light);
}

.login-footer > div {
    padding-bottom: 20px;
}

.login-footer-flex {
    display: flex;
    align-items: start;
    margin-top: 50px;
}

.login-content {
    width: 100%;
    /*height: 70vh;*/
}

#login-footer-flex > div > p,
#login-footer-copyright > div > p
{
    font-size: 16px;
    margin-top: 2px;
}

#login-footer-phones {
    margin-top: 10px;
}

#login-footer-phones > p {
    display: flex;
    flex-direction: column;
    align-items: start;
    font-weight: 700;
    line-height: 2px;
}

#login-footer-copyright {
    display: flex;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

#login-footer-copyright > div {
    display: flex;
    align-items: center;
}

.login-icon-skype, .login-icon-telegram {
    margin-top: 9px;
    max-width: 27px;
    margin-right: 20px;
}

#login-footer-copyright-blocksecond {
    display: flex;
    align-items: center;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}