body {
  background: #2e3441;
  background-image: -webkit-radial-gradient(top, circle cover, #4e7a89, #2e3441 80%);
  background-image: -moz-radial-gradient(top, circle cover, #4e7a89, #2e3441 80%);
  background-image: -o-radial-gradient(top, circle cover, #4e7a89, #2e3441 80%);
  background-image: radial-gradient(top, circle cover, #4e7a89, #2e3441 80%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.login-page {
    width: 380px;
    padding: 10% 0 0;
    margin: auto;
}

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 52px 25px 40px 25px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 6px 6px 6px 0 rgba(0, 0, 0, 0.30);
}

.form input {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    outline: 0;
    background: #e5e5e5;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 18px 12px;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 2px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #E5E5E5 inset;
    -webkit-text-fill-color: #303030 !important;
}

.form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #363636;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 2px;
}

.form button:hover,
.form button:active,
.form button:focus {
    background: #4F4F4F;
}

.form .message {
    margin: 20px 0 -5px 0;
    color: #bbbbbb;
    font-size: 13px;
}

.form .message a {
    color: #33b5e5;
    text-decoration: none;
    font-weight: 500;
}

.form .toggle-password {
    padding: 0;
    margin: 8px 0;
    text-align: left;
    width: 100%;
    display: inline-block;
}

.form .toggle-password a {
    color: #33b5e5;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
}

#password {
    margin-bottom: 0;
}

#keyriskLogo {
    width: 300px;
    padding-bottom: 0;
    margin-right: auto;
    position: relative;
    z-index: 0;
    margin-top: 0;
    margin-left: 0;
}

#keyriskLogo p {
    text-align: center;
}

#keyriskLogo img {
    width: 100%;
}