* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    text-align: center;
@include box-sizing(border-box);

}

body {
    background: url(../img/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-form {
    margin-top: 60px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    color: inherit;
}

.form-links {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 50px;
}

.form-links a {
    color: #fff;
}

ul.lang{
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style: none;
    position: absolute;
    z-index: 1;
}

ul.lang img{
    padding: 0;
    margin: 0;
    display: inline-block;
}

ul.lang a{
    text-decoration: none;
}