/**/
ul.menu-vsite {
    list-style-type: none;
}

.main {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    font-family: Arial;
}

.topmenu {
    display: flex;
    border-bottom: 1px solid #dee2e6;
    width: 90%;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
}

ul.menu-vsite li {
    margin: 5px 25px;
}

ul.menu-vsite {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

ul.menu-vsite li a {
    text-decoration: none;
    color: #0069ff;
}

.logo {
    font-size: 62px;
    font-family: Arial;
    font-weight: bold;
    margin: 25px 0;
}

span.v-logo {
    color: #41a88b;
}

span.site-logo {
    color: #76777d;
}

.content {
    max-width: 600px;
    padding: 32px 64px 32px 32px;
    border-radius: 6px;
    background-clip: padding-box;
    box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
    width: 95%;
    margin: 10px;
}

span.title-login-form {
    font-weight: 500;
    font-size: 35px;
    line-height: 32px;
    color: #000;
}

.from-login-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 15px 0;
}

span.reg-login-form-link a {
    font-size: 22px;
    line-height: 24px;
    text-decoration: none;
    color: #0069ff;
}
span.reg-login-form-link svg {
    margin-top: 4px;
    fill: #0069ff;
}

form.login input {
    width: 100%;
    border: none;
    font-size: 15px;
    line-height: 24px;
    padding: 16px;
    background: #f0f3f4;
    border-radius: 4px 4px 0 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    outline: none;
    margin: 10px 0;
}

form.login {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 15%;
    flex-wrap: nowrap;
}

input#submit {
    width: 150px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 12px 32px;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
    outline: none;
    border: transparent;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    background: #0d0d86;
    /* text-align: revert; */
}

.login-soc h6 {
    font-size: 18px;
    font-weight: 100;
    color: #color: #;
    color: #333;
    margin: 30px 0 10px 0;
}

.content {}
a.vk-login {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
    padding: 1px;
    font-size: 15px;
    font-weight: bold;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    margin-top: 0;
    vertical-align: middle;
    text-align: left;
    margin-right: 0;
    background-clip: padding-box;
    transition: opacity 0.2s linear 0s;
    position: relative;
    background-color: #76777d !important;
    background-image: none !important;
    border-radius: 50%;
    overflow: hidden;
    border: none;
    text-decoration: none;
    color: #ffffff;
    font-family: roboto;
}