#m_wrapper {
//width: 600px;
    margin: 10px auto;
}

#maptcha {
//border: 1px solid #ccc;
    margin: 0 auto;
//height: 250px;
    border-radius: 4px;
}

#maptcha i {
    font-size: 34px;
    font-style: normal;
    width: 50px;
    text-align: center;
}

#m_question_wrapper {
    color:#000;
}

#m_question  {
    text-align:center;
    font-size: 14px !important;
    height: auto;
    background: none;
}

#m_choice_wrapper {
    position: relative;
    margin: 20px auto;
    width: 350px;
    color:#000;
}

.m_choice {
    padding: 25px 25px;
    display:inline-block;
    cursor: pointer;
    border: 2px solid transparent;
}

.m_choice:hover {
    border: 2px solid orange;
}

.m_active {
    border: 2px solid orange;
}

.display_block {
    display: block;
}

#m_refresh {
    color:green;
//margin: 0 auto;
//width: 34px;
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
}

#m_refresh i {
    font-size:16px !important;
}

#m_form_btn {
    text-align: center;
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 5px 5px;
    margin: 25px 0;
    cursor: pointer;
    background: #F58220;
}

#m_form_btn span {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

h1 {
    color: #000;
    text-align: center;
}

#m_sxs {
    margin-top: 10px;
    display: none;
}

#m_fail {
    margin-top: 10px;
    display: none;
}

#m_lang {
    position: absolute;
    top: 0;
    right: -20px;
    cursor: pointer;
}

#m_lang_select {
    color:#000;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}