html, body {

    font-family: 'Open Sans', Arial, Helvetica, sans-serif;

    margin: 0;
    padding: 0;

}

.auth {

    width: 600px;
    margin: 150px auto;

    text-align: center;

}

.auth h1 {

    font-weight: lighter;
    font-size: 30pt;

}

.auth .frame {

    width: 475px;
    margin: 50px 62.5px;

    border: 1px solid #38477e;

    background: #38477e;

    overflow: hidden;
    border-radius: 5px;

}

.auth .frame input {

    height: 40px;
    width: 215px;

    padding: 10px;
    box-sizing: border-box;

    margin-top: 20px;

    outline: none;
    border: 1px solid #dfdfdf;

    border-radius: 5px;

}

.auth .frame input.nr {

    margin-left: 5px;

}

.auth .frame .bar {

    height: 60px;
    width: 100%;
    background: #ebd92d;

    padding: 10px;
    box-sizing: border-box;

}

.auth .frame .bar .status {

    float: left;
    text-align: left;

    padding-top: 2px;
    padding-left: 5px;

}

.auth .frame .bar .status ul {

    padding: 0;
    margin: 0;

    font-size: 9pt;

}

.auth .frame .bar .status ul li {

    list-style: none;

}

.auth .frame button {

    border: 2px solid #38477e;
    color: #38477e;

    height: 40px;
    border-radius: 5px;

    float: right;

    padding: 0 20px;

    cursor: pointer;
    line-height: 34px;

    background: #ebd92d;

    font-size: 9pt;

    transition: 0.2s ease all;

    margin-right: 10px;

}

.auth .frame button:hover {

    color: #ebd92d;
    background: #38477e;

}

.auth .frame img {

    max-width: 100%;
    height: auto;

}
