@charset "utf-8";
body {
    margin:10%;
    background-color: #FFFFFF;
    text-align: center;
}


#container{
    margin: 0 auto
}

#loginwindow form{
    display: inline-block;
}

div#logo {
    position:relative;
    margin: 0 auto;
    text-align: left;
    width: 410px;
}
#logo > img{
    height:48px;
    margin-bottom: 30px;
    width: 190px;
}

.login-label{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin: 0 50px 0 0;
    text-transform: uppercase;
    width: 105px;
}
.login-label + input{
    background-color: #dddddd !important;
    border: none;
    height: 20px;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px;
    width: 150px;
}
.login-label + input[type="password"]{
    margin-bottom: 0;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #dddddd inset !important;
}
#loginwindow {
    position:relative;
    margin: 0 auto;
    text-align: center;
    line-height: 2em;
}
.fields-wrap{
    background-color: #f8f8f8;
    margin: 0 auto 20px auto;
    padding: 35px 5px;
    position: relative;
    width: 400px;
}
.submit-wrapper{
    display: flex;
    float: right;
    width: 160px;
}
.submit-wrapper > button{
    background: #BABABA;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 24px;
    position: relative;
    transition: .4s background;
    text-transform: uppercase;
}
.submit-wrapper > button:hover{
    background: #8c8c8c;
}
.lock-icon{
    background: url('../img/lock_icon.svg') center center no-repeat;
    background-size: 16px 16px;
    background-color: #8c8c8c;
    height: 45px;
    width: 45px;
}
