body {
    background: #474a4d url('bg.png') no-repeat center center fixed;
    background-size: cover;
    border-top-left-radius: 11%;
    border-top-right-radius: 11%;
    border-bottom-left-radius: 11%;
    border-bottom-right-radius: 11%;
    margin: 0;
    padding: 0;
}

.form {
    margin: 0 auto;
    width: 300px;
    padding: 30px 25px;
    background: rgba(240, 240, 240, 0.8);
    border-radius: 11%;
}

h1.login-title {
    color: #353535;
    margin: 0 auto 25px;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
}

.login-input {
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 25px;
    height: 25px;
    width: calc(100% - 23px);
    border-radius: 11%;
}

.login-input:focus {
    border-color: #343f4d;
    outline: none;
}

.login-button {
    color: #292b36;
    background: #55a1ff;
    border: 0;
    outline: 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 11%;
}

.link {
    color: #666;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px;
}

.link a {
    color: #666;
}

h3 {
    font-weight: normal;
    text-align: center;
}
