form {
    width: 480px;
}

.register-now {
    margin-top: 12px;
    margin-bottom: 38px;
}

.form-row {
    height: 58px;
    line-height: 58px;
}

.field-name {
    flex: 160px 0 0;
}

.field-input {
    flex: 1;
}

.field-input .input {
    width: 100%;
}

.input.big {
    height: 40px;
    line-height: 40px;
}

.input.mid {
    height: 34px;
    line-height: 34px;
}

.input {
    border: 1px solid #cde4fc;
    padding-left: 10px;
    transition: 0.1s;
    border-radius: 0.25em;
    background-color: #fcfefe;
    color: #798eb1;
}

.input:hover {
    box-shadow: 0 0 0.2em 0 #cde4fc;
}

.input:focus {
    border: 1px solid #89d1e1;
    box-shadow: 0 0 0.3em 1px #cde4fc;
}

input {
    font-family: inherit;
    font-size: 1em;
    border-radius: 0.25em;
}

.bt-lt {
    color: white;
    background-color: #f19858;
    font-weight: bold;
    border: none;
    padding: 0 1em;
    height: 2.25em;
    font-size: 0.9em;
    cursor: pointer;
    font-family: inherit;
    text-transform: uppercase;
    transition-duration: 300ms;
}

.bt-lt:hover {
    filter: brightness(1.1);
    box-shadow: 0 0 0.3em 0 #f19858;
}

.bt-lt:active {
    filter: brightness(0.9);
    transition: 0s;
    box-shadow: none;
}
