.container_reset,
.container_newpass{
    background: #ffffff;
    padding: 60px 0;
}

.container_reset input.form-control { height: 44px; width: 100%; max-width: 300px; font-size: 20px; font-weight: 300; padding: 0px 15px; outline: none; border: 1px solid #2055a3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.container_reset .form_reset,
.container_newpass .form_change{
    max-width: 460px;
    margin: 10% auto;
    border: 1px solid #d3d3d3;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    padding: 0 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}
.container_reset .img_form_res,
.container_newpass .img_form_res{
    background: #2055a3;
    /*    background: -moz-linear-gradient(top, #2055a3 0%, #2055a3 100%);
        background: -webkit-linear-gradient(top, #2055a3 0%, #2055a3 100%);
        background: linear-gradient(to bottom, #2055a3 0%, #2055a3 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26baec', endColorstr='#26c7ab',GradientType=1 );
    text-align: center;
    padding: 30px 0px;
}
.container_reset .header_reset_text{
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    text-align: center;
    padding: 30px 0px;
}
.container_reset .btn_footer_reset,
.container_newpass .btn_footer_change{
    background: #f0f0f0;
    height:50px;
    text-align: right;
    padding: 0 15px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
.container_reset .reset_error,
.container_newpass .change_error{
    background: #f5f5f5;
    color: #000000;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-family: 'OpenSans-Regular';
    font-size: 13px;
}
.container_reset .btn_res,
.container_newpass .btn_change{
    margin-top: 12px;
    background-color: #2055a3;
    font-family: 'OpenSans-Bold';
    color: #ffffff;
    display: inline-block;
    padding: 4px 32px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #2055a3;
    border-radius: 12px;
    -webkit-user-select: none
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.container_reset .btn_res:hover,
.container_newpass .btn_change:hover,
.container_reset .btn_res:focus,
.container_newpass .btn_change:focus,
.container_reset .btn_res:active,
.container_newpass .btn_change:active{
    background-color: #ffffff;
    border-color: #00a8a8;
    color: #00a8a8;
    text-decoration: none;
}
.container_reset .error_text{
    color: #008d87;
    font-weight: bold;
    font-size: 16px;
}
.container_reset .control-label{
    text-align: left !important;
}
.bodyCon{
    background: #fff !important;
}
.button { color: #fff !important; padding: 10px 80px 10px 80px; display: inline-block; text-transform: uppercase; background-color: #2055a3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #2055a3;
    font-size: 16px; font-weight: bold;}

.button:hover, .button:focus, .button.zeroclipboard-is-hover { color: #2055a3 !important; background-color: #fff; text-decoration: none; border-color:#2055a3; }