.message {
    background: yellow;
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
}

.alarm {
    text-align: right;
}

.error {
    display: inline-block;
    color: rgb(255, 0, 0);
}

.alarm_message {
    display: inline-block;
    color: rgb(255, 0, 0);
    text-align: center;
    width: 100%;
}

.selas_btn, .tech_btn {
    margin-top: 10px;
    display: flex;
    /*text-align: center;*/
    width: 100%;
    justify-content: center;
}

.sel_captcha {
    margin-bottom: 17px;
}

.form_container {
    /*background-color: #F0EBD3;*/
    background-color: #FCFAF2;
    margin: 0;
    padding: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.form_content {
    padding: 10px;
    padding-left: 10px;
    /*background-color: #F0EBD3;*/
    background-color: #FCFAF2;
}

.require {
    background: transparent url(../pictures/form/star.jpg) 10px 6px no-repeat;
}

.required:after {
    content: " *";
    color: #cc0000;
    font-weight: bold;
}

.input_wrap {
    display: flex;
    flex-flow: row wrap;
}

.input_wrap select, .input_wrap input {
    height: 27px;
}

.left {
    padding: 0px 0px 0px 7px;
    width: 100%;
    color: #666666;
    font-size: 1.1rem;
}

.right {
    width: 100%;
    padding: 0px 0px 12px 7px;
    padding: 0px 0px 0px\9 7px;
}

.input_style {
    outline: none;
    width: 100%;
    box-shadow: inset -1px 1px 3px #ccc;
    -moz-box-shadow: inset -1px 1px 3px #ccc;
    -webkit-box-shadow: inset -1px 1px 3px #ccc;
    border: 0px;
}

.clear {
    float: none;
    clear: both;
    height: 0px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.over {
    background-color: #e6e2af;
}

.out {
    background-color: none;
}

.login_form {
    width: 100%;
    padding: 10px;
    max-width: 800px;
    margin: auto;
}

@media only screen and (max-width:990px) {
    .alarm {
        text-align: left;
    }
}

@media only screen and (max-width:500px) {
    .selas_btn, .tech_btn {
        flex-flow: column-reverse wrap;
        align-items: center;
    }
}