body, html {
    height: 100%;
}

.page-header {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}

.page-header img {
    max-width: 60%;
    margin: 0 auto;
}

.page-header .img_as_link {
    cursor: pointer;
}

.form_activation,
.form_request_activation,
.form_status,
.form_submit_phonenumber {
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
}

.form_activation input {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

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

.form_activation .btn,
.form_request_activation .btn,
.form_submit_phonenumber .btn {
    margin-top: 15px;
}

.hidden {
    display: none;
}

.form_status h1 {
    text-align: center;
}

.input-group,
.form-control {
    margin-bottom: 3px;
}

.container {
    min-height: 100%;
    overflow: auto;
    padding-bottom: 90px;
}

.page_footer {
    position: relative;
    border-top: 1px solid #eee;
    max-width: 400px;
    padding-top: 10px;
    margin-top: -90px;
    margin-left: auto;
    margin-right: auto;
    height: 90px;
    clear: both;
    text-align: center;
    font-size: 12px;
}

.lang_row {
    margin-bottom: 5px;
}

.form_status_wrapper {
    width: 100%;
    overflow: hidden;
}

#form_status_first,
#form_status_second {
    float: left;
}

#form_status_first_value,
#form_status_second_value {
    float: left;
}

#input_request_activation_checksum {
    margin-top: 15px;
}
