body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #eee;
}

.content_box {
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
}

.content_box .content_box-heading,
.content_box .checkbox {
    margin-bottom: 10px;
}

.alert.alert-danger {
    margin-top: 10px;
}

.content_box .checkbox {
    font-weight: normal;
}

.content_box .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.content_box .form-control:focus {
    z-index: 2;
}

.content_box input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.content_box input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.margin-top {
    margin-top: 10px;
}

.flag {
    max-width: 16px;
    width: 16px;
}

.dropdown-menu-center {
    left: 50% !important;
    right: auto !important;
    text-align: center !important;
    transform: translate(-50%, 0) !important;
}

#langselect {
    text-align: center;
    font-size: 16px;
}