﻿.kg-registration-form {
    height: 100%;
    margin: 0 auto;
    padding-top: 9%;
    overflow-y: auto;
    box-sizing: border-box;
}


.kg-registration-form_inputs {
    width: 320px;
    margin: 0 auto;
}

.kg-registration-form__login {
    margin-bottom: 8px;
}

.kg-registration-form__password {
    margin-bottom: 8px;
}

.kg-registration-form__email {
    margin-bottom: 8px;
}

.kg-registration-form__fullName {
    margin-bottom: 11px;
}

.kg-registration-form__fullName-input,
.kg-registration-form__email-input,
.kg-registration-form__password-input,
.kg-registration-form__login-input{
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 10px 20px; 
}

.kg-registration-form-input {
    width: 320px;
    height: 48px;
    font-family: Verdana;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
}

.kg-registration-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.4s ease-in;
}
.kg-registration-form__submit:hover {
    background-color: #4ca84c;
}
.kg-registration-form__submit:active {
    background-color: #3c983c;
}

.kg-registration-form__danger {
    animation: shake 100ms 3 linear;
    background-color: #f00;
}
.kg-registration-form__danger:hover {
    background-color: #f00;
}

.kg-registration-form__error-message,
.kg-registration-form__tegistration-info{
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 0 40px;
    margin-bottom: 18px;
}
.kg-registration-form__waiting:after{
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    background-image: url(/images/icons/rolling-wight.svg);
    background-size: 20px 20px;
    margin-left: 20px;
}
.kg-company__contacts_registration {
    width: 318px;
    float: right;
    margin-top: 66px;
}