#kw-login, #kw-registration {
    padding: 20px 0;
}

.kw-title  {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.kw-alert {
    font-size: 16px;
    color: maroon;
    padding-bottom: 15px;
}

#kw-registration label {
    color: #ffcc00;
}

input[type="text"].kw-input, input[type="password"].kw-input, #kw-registration label {
    display: block;
}

input[type="text"].kw-input, input[type="password"].kw-input {
    margin: 0;
    font-family: 'Montserrat',Arial,sans-serif;
    font-size: 100%;
    height: 70px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 330px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    color: #777;
    border: 1px solid #c9c9c9;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #fff;
    margin-bottom: 15px;
}

input[type="submit"].kw-submit {
    font-family: 'Montserrat',Arial,sans-serif;
    text-align: center;
    height: 72px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 8px;
    outline: none;
    background: #ffcc00; 
    color: #000;
    background-color: #ffcc00 !important;
    width: 330px;
}

input[type="submit"].kw-submit:hover {
    color: #000;
    background-color: #ffcc00;
}

p.kw-text {
    color: #ABABAB;
}