﻿.kg-login-form {
    margin: 0 auto;
    padding-top: 9%;
    overflow-y: auto;
    box-sizing: border-box;
    animation: fade-in 0.4s ease;
}

.kg-login-form_center{
    margin: 0 auto;
    width: 320px;
}

.kg-login-form__knowledge-base {
    margin-bottom: 10px;
}

.kg-knowledge-base__select .kg-select {
    width: 320px;
    height: 39px;
}

.kg-login-form__login {
    margin-bottom: 8px;
}

.kg-login-form__password {
    margin-bottom: 8px;
}
.kg-login-form__change_password {
    margin-bottom: 8px;
    display: none;
}

.kg-login-form__copyright {
    color: white;
    font-size: 14px;
    margin-left: 90px;
}

.kg-knowledge-base__label {
    font-size: 12px;
    color: #1BA3E1;
    font-family: Verdana;
    font-weight: bold;
    display: block;
}

.kg-login__label {
    font-size: 12px;
    color: #1BA3E1;
    font-family: Verdana;
    font-weight: bold;
    display: block;
}

.kg-login__input {
    width: 320px;
    height: 48px;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    padding: 10px 20px;
    font-family: Verdana;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    border-radius: 5px;
}
.kg-login__input::-webkit-input-placeholder { font-size: 16px; }
.kg-login__input:-moz-placeholder { font-size: 16px; }

.kg-password__input {
    width: 320px;
    height: 48px;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    padding: 10px 20px;
    font-family: Verdana;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    border-radius: 5px;
}

/*.kg-password__input::-webkit-input-placeholder { font-size: 0.9em; }
.kg-password__input:-moz-placeholder { font-size: 0.9em; }*/

.kg-change_password__input {
    width: 320px;
    height: 48px;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    padding: 10px 20px;
    font-family: Verdana;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    border-radius: 5px;
}

/*.kg-change_password__input::-webkit-input-placeholder { font-size: 0.9em; }
.kg-change_password__input:-moz-placeholder { font-size: 0.9em; }*/

.kg-login-form__submit {
    color: white;
    background-color: #5cb85c;
    border: none;
    height: 48px;
    width: 320px;
    font-family: Verdana;
    font-size: 16px;
    display: block;
    margin-top: 16px;
    margin-bottom: 16px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.8s ease-in;
}

.kg-login-form__danger {
    animation: shake 100ms 3 linear;
    transition: background-color 0.15s ease-in;
    background-color: #f00;
}

.kg-login-form__submit:hover {
    background-color: #449d44;
}

.kg-login-form__danger:hover{
    background-color: #f00;
}

.kg-login-form__register-block {
    width: 105px;
    margin: 0 auto;
    display: none;
}
.kg-login-form__register-link {
    color: white;
    font-family: Verdana;
    font-size: 16px;
    cursor: pointer;
    text-decoration: underline;
}
.kg-login-form__invalid-login {
    border-color: #d43f3a;
    border-width: 1px;
}

.kg-company__info{
    width: 318px;
    margin: 0 auto;
    height: auto;
}

.kg-company__info__to-center{
    float:left;
    width: 50%;
}

.kg-company__contacts{
    width: 318px;
    float: right;
    margin-top: 230px;
    display: none;
}

.kg-project__image{
    width: 65px;
    float:left;
    height: 65px;
    border-radius: 32px;
}
.kg-project__text{
    margin-left: 70px;
}