html,
body {
    min-height: 100%;
    font-family: Oxygen;
    font-weight: 300;
    font-size: 1em;
    color: #565757;
}
body {
    background: #e6f0f7;
    background-image: -webkit-radial-gradient(top, circle cover, #ffffff, #e6f0f7 80%);
    background-image: -moz-radial-gradient(top, circle cover, #ffffff, #e6f0f7 80%);
    background-image: -o-radial-gradient(top, circle cover, #ffffff, #e6f0f7 80%);
    background-image: radial-gradient(top, circle cover, #ffffff, #e6f0f7 80%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 8px;
    text-align: center;
}
p {
    margin:16px 0;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    height:36px;
    width:250px;
    font-family: Oxygen;
    margin-top: 27px;
}
h5 {
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-family: Oxygen;
    line-height: 1.5;
}
.signin {
    display: block;
    position: relative;
    width: 290px;
    margin: 20px auto;
    padding: 20px;
    background-color: rgba(86,87,87,0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 0 0 rgba(255,255,255,0.2), inset -1px -1px 0 0 rgba(0,0,0,0.2);
    -moz-box-shadow: inset 1px 1px 0 0 rgba(255,255,255,0.2), inset -1px -1px 0 0 rgba(0,0,0,0.2);
    box-shadow: inset 1px 1px 0 0 rgba(255,255,255,0.2), inset -1px -1px 0 0 rgba(0,0,0,0.2);
}
.signin a {
    word-break: break-all;
}
.signin .inputrow {
    position: relative;
}
.signin .inputrow label {
    position: absolute;
    top: 12px;
    left: 10px;
}
.signin .inputrow label:before {
    color: #538a9a;
    opacity: 0.4;
    -webkit-transition: opacity 300ms 0 ease;
    -moz-transition: opacity 300ms 0 ease;
    transition: opacity 300ms 0 ease;
}
.signin input[type="text"],
.signin input[type="password"] {
    padding: 10px 12px 10px 32px;
    display: block;
    width: 250px;
    height: 40px;
    margin-bottom: 10px;
    border: 1px solid rgba(255,255,255,0.5);
    background-color: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: border-color 300ms 0 ease;
    -moz-transition: border-color 300ms 0 ease;
    transition: border-color 300ms 0 ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.signin input[type="text"]:focus + label:before,
.signin input[type="password"]:focus + label:before {
    opacity: 1;
}
.signin input[type="submit"] {
    width: 100%;
    -webkit-appearance: none;
    height: 40px;
    padding: 10px 12px;
    margin-bottom: 10px;
    background-color: #538a9a;
    text-transform: uppercase;
    color: #fff;
    border: 0px;
    float: right;
    margin: 0;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    font: 400 13.3333px Arial;
}
.signin input[type="submit"]:hover {
    background-color: #5e98a8;
}
.signin input[type="submit"]:active {
    background-color: #4a7b89;
}
.signin .back_login a{
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-size: 0.8em;
    margin-top: 20px;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.coffee-cup{
    width: 112px;
    margin: 20px auto 10px;
}