@import "https://fonts.googleapis.com/css?family=Roboto:400,300,700,900italic&subset=latin,latin-ext";
@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,latin-ext";
@import "https://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin,latin-ext";

body {
    background:#fff;
    color:#333;
    font-family:Roboto,sans-serif;
    font-size:100%;
    margin:0;
    padding:0;
}

h1 {
    color:#2d3340;
    font-size:30px;
    font-weight:100;
    margin-bottom:30px;
}

.link-wrapper a {
    color:#2a6496;
    font-size:14px;
    font-weight:600;
}

a:hover {
    text-decoration:none;
}

input,button {
    -webkit-appearance:none;
}

.logo {
    margin:4rem 0 1rem;
    text-align:center;
}

label {
    color:#2d3340;
    display:block;
    margin-bottom:10px;
    width:330px;
}

p,small {
    line-height:24px;
}

small {
    font-size:14px;
}

input[type=text],input[type=password],input[type=email],input[type=number] {
    background-color:#fff;
    background-position:10px center;
    background-size:22px;
    border:1px solid #ddd;
    border-radius:2px;
    display:block;
    font-size:16px;
    height:45px;
    padding:0 10px;
    width:330px;
}

#wrapper {
    background:#f9f9f9;
    border-bottom:1px solid #eee;
    border-top:1px solid #eee;
    margin:70px auto 0;
    max-width:100%;
    padding:50px 35px;
}

.login-page-content {
    margin:0 auto;
    max-width:100%;
    width:900px;
}


.info,.login-form-wrapper {
    box-sizing:border-box;
    display:inline-block;
    max-width:49%;
    padding:60px;
    text-align:left;
    vertical-align:middle;
    width:450px;
}

.login-form-wrapper {
    border-left:1px solid #D8D8D8;
    padding-right:0;
}

.intro {
    font-size:18px;
    margin-bottom:40px;
}

.link-wrapper {
    color:#6E6E6E;
    margin-bottom:25px;
}

.control-group {
    margin:24px 0;
}

.form-actions {
    margin-bottom:24px;
}

.sso-sign-in-btn, .submit-button {
    background-color:#0073ac;
    border:none;
    border-radius:2px;
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font-size:18px;
    font-weight:700;
    height:46px;
    line-height:46px;
    overflow:visible;
    padding:0 30px;
    text-transform:uppercase;
    width:352px;
}

.sso-sign-in-btn:hover, .submit-button:hover {
    background-color:#0081c0;
    color: white;
}

.sso-sign-in-btn {
    width: 295px;
    text-align: center;
    text-decoration:none;
}

.sso-sign-in-btn a:hover {
    text-decoration:none;
    color:#fff;
}

.info {
    float:left;
    padding-left:0;
}

.info a {
    display: block;
}

.client-logo {
    width:400px;
}

.errors {
    color:#b94a48;
}