body, html {
    background: #FFF;
    color: #333;
    font-family: sans-serif;
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    font-weight: 100;
}

a {
    color: #0090E4; /*blue*/
    text-decoration: none;
}

a:hover {
    color: rgb(154, 205, 50); /*green*/
    text-decoration: underline;
}

.auth .agree {
    width: 500px;
    text-align: left;
    margin: 0 auto;
    padding: 0 0 15px 30px;
    display: block;
}

.auth .agree label {
    display: block;
    padding: 0 0 15px;
}

.auth .agree input {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 -28px;
}

.auth .agree .failed {
    color: #FF5D4A;
    font-weight: bold;
    text-align: center;

}

.auth .copy {
    position: absolute;
    bottom: -30px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
}

.auth .copy .links {
    float: right;
}

.auth {
    width: 650px;
    margin: 0 auto;
    top: 10%;
    position: relative;
    border: 1px solid #DDD;
    padding: 60px 0;
    text-align: center;
}

.auth fieldset {
    border: 0;
    padding: 30px 0 45px 0;
}

.auth .logo {
    width: 290px;
    margin-bottom: 45px;
}

.auth h1 {
    font-size: 22px;
    color: #333;
    margin: 0 0 30px;
    font-weight: 100;
}

.auth h2 {
    font-size: 18px;
    color: #333;
    margin: -15px 0 30px;
    font-weight: 100;
}

.auth .input {
    margin: 0 0 15px;
}

.auth .back {
    margin: 60px 0 0 0;
}

.auth input {
    background-color: #FFF !important;
    border: 1px solid #DDD;
    padding: 10px;
    color: #333;
    font-size: 16px;
    width: 270px;
}

.auth input:focus { 
    background-color: #FFF !important; 
    outline: none;
    border-color: #999;
}

.auth button {
    padding: 10px 20px;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.auth button.white {
    color: #FFF;
    font-weight: 400;
    background: rgb(154, 205, 50); /*green*/

}

.auth .tab-container {
    display: flex;
    border-bottom: 1px solid #DDD;
    padding: 0 30px;
}

.auth .tab-container .tab {
    flex: 1;
    padding: 15px;
}

.auth .tab-container .tab.selected a {
    color: #333;
}

.auth .tab-container .tab.selected {
    position: relative;
    top: 1px;
    border: 1px solid #DDD;
    border-bottom-color: #FFF;
}