input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 50px white inset !important;
    -webkit-text-fill-color: #387090 !important;
}

input:focus, textarea:focus, select:focus{
    outline: none;
}

body {
    font-family: 'Poppins', serif;
    font-size: 48px;
    background-color: #f4f5f9;
    color:#949494;
    height:100%;
    font-size:16px;
    margin:0;
    padding:0;
}

#content
{
    height:100%;
    text-align:center;
    min-width:500px;
}

.logo {
    padding-top:5%;
}

.title span
{
    font-size:20px;
}

h1 {
    color: #387090;
    font-weight: bold;
    margin-bottom: 10px;
}

.form
{
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
}

.form .form-group {
    width:500px;
    height:62px;
    overflow:hidden;
    border:1px solid #387090;
    background: white;
    border-radius: 10px;
    box-shadow: 0 1px 8px -3px #444;
    margin-bottom: 25px;
    white-space: nowrap;
}

.form .form-group .form-input {
    display: inline-block;
    vertical-align: top;
    width: 375px;
    height: 32px;
    padding: 15px;
    font-size: 25px;
    margin: 0;
    background-color: white;
    color: #387090;
    border: none;
}

.form .form-group span {
    display: inline-block;
    width:32px;
    height:32px;
    margin: 15px 0;
    padding: 0 15px;
    border-right:1px solid #949494;
}

.form .form-group span.login {
    background: url(img/icon-user.png) no-repeat center;
}

.form .form-group span.password {
    background: url(img/icon-lock.png) no-repeat center;
}

.form .form-button {
    background-color: #387090;
    height:58px;
    border-radius: 32px;
    color:white;
    border: 2px solid #387090;
    width:246px;
    font-size: 25px;
    cursor: pointer;
}
.form .form-button:hover {
    background-color: white;
    color: #387090;
}

.form .errors
{
    color:#eb1735;
    padding-top:20px;
}
