@charset "utf-8";
/*
Site Name:
File Name: resetPassword.css
Description: CSS
Created: 2020/10/30
Last update: 2020/10/30
*/
h1.title {
    color: #32b372;
}
#contents #col_center {
    width: 590px;
}
#contents #contents_inner {
    padding: 40px 0;
}
p.lead {
    padding-left: 5px;
}
input#mailAddress,
input#password1,
input#password2{
    width: 370.3px; height: 30px;
}
input#btn_send {
    display: block;
    width: 250px !important;
    height: 54px !important;
    margin: 0;
    border: none;
    text-indent: -9999px !important;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
    cursor: pointer;
}
div.input.btn_send {
    clear: both;
    margin-top: 15px;
    width : 250px !important;
    height : 54px !important;
    background-image: url('/resources/images/contact/btn_send_on.png');
}
input#btn_send {
    background-image: url('/resources/images/contact/btn_send.png');
}
input:hover#btn_send {
    background:none;
}
input#authenticationCode{
    height: 30px;
}