body {background-color: #f5f5f5; color: #495057; font-family: "PT Sans";}
a {color: #0090ff; outline: 0;}
h2 {color: #393d41;}
form {padding: 25px 30px 25px 30px; background-color: #fff; border-radius: 5px; box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);}
.wrapper-login a {color: #495057; text-decoration: none;}
.wrapper {max-width: 30%; min-width: 300px; margin: 50px auto;}
.wrapper-field {position: relative; margin-top: 30px;}
.wrapper-login {display: -webkit-box; display: -ms-flexbox;  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-top: 30px;}
.login-form-avatar {display: block; width: 250px; height: 42px; overflow: hidden; margin: 0 auto; margin-bottom: 5px;}
.form-label {position: absolute; left: 0; top: 10px; background-color: #fff; z-index: 10; transition: transform 150ms ease-out, font-size 150ms ease-out;}
.focused .form-label {transform: translateY(-125%); font-size: 0.85em;}
.form-input {position: relative; padding: 12px 0px 5px 0; width: 100%; outline: 0; border: 0; box-shadow: 0 1px 0 0 #e5e5e5; transition: box-shadow 150ms ease-out;}
.form-input:focus {box-shadow: 0 1px 0 0 #6dabe4;}
.form-input.filled {box-shadow: 0 1px 0 0 #6dabe4;}
.form-check {display: flex; display: -webkit-flex; align-items: center;}
.label-rememberme {color: #999;}
.label-rememberme {position: absolute; z-index: -1; opacity: 0;}
.label-rememberme+label {display: inline-flex; align-items: center; user-select: none;}
.label-rememberme+label::before {content: ''; display: inline-block; width: 13px; height: 13px; flex-shrink: 0; flex-grow: 0; border: 1px solid #ebebeb; margin-right: 0.5em; background-repeat: no-repeat; background-position: center center; background-size: 50% 50%;}
.label-rememberme:checked+label::before {background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyUyMzIyMicgZD0nTTYuNTY0Ljc1bC0zLjU5IDMuNjEyLTEuNTM4LTEuNTVMMCA0LjI2IDIuOTc0IDcuMjUgOCAyLjE5M3onLz48L3N2Zz4=");}
.form-button input {background: #4486ef; background: -webkit-linear-gradient(to right, #de48b5 0%, #0097ff  51%, #de48b5  100%); background: -o-linear-gradient(to right, #de48b5 0%, #0097ff  51%, #de48b5  100%); background: -moz-linear-gradient(to right, #de48b5 0%, #0097ff  51%, #de48b5  100%); background: linear-gradient(to right, #de48b5 0%, #0097ff  51%, #de48b5  100%); background-size: 200% auto; box-shadow: 0 0 20px #eee; color: #fff; border: none; width: auto; text-align: center; padding: 15px 39px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; cursor: pointer;}
.form-button input:focus {outline: none;}
.form-button input:hover {background-position: right center;}
.note p {padding: 0; margin: 0;}
#warning-message {background: #ffefed; padding: 0 10px; border: solid 1px #f38484; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin-bottom: 20px;}
