/*** BUTTONS start ***/

.button_orange, #button_orange, #btn_submit_restore_auth, #btn_submit_code_auth, #btn_submit_recover_auth {
    color: #FFFFFF !important;
    background-color: #FFA500;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -moz-user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 0.125rem;
    padding: .375rem .95rem;
    cursor: pointer;
    min-width: 130px;
}

#btn_submit_recover_auth {
    color: #FFFFFF !important;
    background-color: #FFA500 !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -moz-user-select: none;
    border: 1px solid transparent !important;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 0.125rem;
    padding: .375rem .95rem;
    cursor: pointer;

}

.button_orange:hover, #button_orange:hover, #btn_submit_restore_auth:hover, #btn_submit_code_auth:hover, #btn_submit_recover_auth:hover {
    background-color: #ff771c;
    text-decoration: none;
}

#button_orange, #btn_submit_restore_auth, #btn_submit_code_auth, #btn_submit_recover_auth {
    min-width: 200px;
}

.button-orange_large {
    font-size: 1.5rem;
    height: 4.5rem;
    width: 20rem;
    color: #FFFFFF;
    background-color: #FFA500;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -moz-user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 0.125rem;
    padding: .375rem .95rem;
}

.button_frame {
    display: block;
    margin: 1rem;
    text-align: center;
    border: 2px solid #ff771c;
    cursor: pointer;
    font-weight: bold;
    color: #ff771c;
    padding: .375rem .95rem;
    position: absolute;
    border-radius: 2px;
    text-decoration: none;
}

.button_frame:hover {
    text-decoration: none;
    background-color: #ff771c;
    color: #fff;
}

a.btn.btn-orange, a.btn.btn-orange:visited {
    color: #FFFFFF !important;
    background-color: #E69E19;
}

a.btn.btn-orange:hover, a.btn.btn-orange:hover:visited {
    color: #FFFFFF !important;
    background-color: #FFA500;
}

.comment-link-button {
    padding: 12px 0;
    font-size: 12pt;
    color: #008d81;
}

.comment-link-button input[type="submit"], .comment-link-button input[type="button"], button {
    color: #008d81;
    font-size: .875rem;
    font-weight: 600;
    background-color: transparent;
    border: 2px solid #008d81;
    /* min-width: 200px; */
    padding: 17px 30px;
}

.comment-link-button input[type="submit"]:hover, .comment-link-button input[type="button"]:hover, button:hover {
    text-decoration: none;
    background: #008d81;
    color: #fff;
    -webkit-transition: background, color .1s ease-in-out;
}

/*** BUTTONS end ***/

@media screen and (max-width: 450px) {
    #button_orange, #btn_submit_auth_auth, #btn_submit_restore_auth, #btn_submit_code_auth, #btn_submit_recover_auth, #dv_offers .trade-offers .trade-offer .button {
        min-width: 200px;
        width: 100%;
        min-width: 15rem;
        padding: .5rem .95rem;
        font-size: 1.4rem;
    }
}