.login-head {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    color: #0078e7;
    height: 100px;
    line-height: 100px;
    margin-top: -100px;
    width: 600px;
    margin-left: -126px;
    user-select: none;
}

.login {
    z-index: 2;
    position: absolute;
    width: 350px;
    border-radius: 5px;
    height: 380px;
    background: white;
    top: 50%;
    left: 50%;
    margin-top: -190px;
    margin-left: -175px;
}

.login-top {
    font-size: 24px;
    margin-top: 40px;
    padding-left: 40px;
    box-sizing: border-box;
    color: #333333;
    margin-bottom: 30px;
}

.login-center {
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 30px;
}

.form-group input {
    height: 48px;
    font-size: 18px;
}

a {
    text-decoration: none;
}

.pure-button {
    -webkit-user-drag: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    user-select: none;
    vertical-align: middle;
    background-color: #e6e6e6;
    border: transparent;
    border-radius: 2px;
    color: rgba(0, 0, 0, .8);
    font-size: 100%;
    padding: .5em 1em;
    text-decoration: none;
    border-radius: 4px;
}

.pure-button-primary {
    background-color: #0078e7;
    color: #fff;
    width: 100%;
    height: 48px;
    font-size: 18px;
    line-height: 32px;
    cursor: pointer;
    text-align: center;
}

.pure-button-primary:hover {
    color: #fff;
    text-decoration: none;
}

.pure-button:hover {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1))
}

.pure-button:focus,
body:not(.navigation-with-keyboard) :not(input):focus {
    outline: 0
}

.pure-button:active {
    border-color: #000;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), inset 0 0 6px rgba(0, 0, 0, .2)
}

