
input[type="password"] {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 2px;
    margin: 3px 0;
    outline: none;
    padding: 6px;
    box-sizing: border-box;
    transition: 0.3s;
}

.inputWithIcon input[type="password"] {
    padding-left: 30px;
}

textarea.ta_01 {

    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin: 3px 0;
    outline: none;
    padding: 6px;
    box-sizing: border-box;
    transition: 0.3s;
    font-size: 14px;

}

textarea.ta_01 {
    height: 260px;
}

textarea.ta_03 {
    height: 380px;
}
textarea.ta_03 {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin: 3px 0;
    outline: none;
    padding: 6px;
    box-sizing: border-box;
    transition: 0.3s;
    font-size: 14px;
}

.cls_extracted_text {
    display: none;
}

textarea.fs_ta {
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: 0.3s;
    font-size: 14px;
}

.finish_message_wrap {
    text-align: center;
}
.finish_message {
    min-width: 250px;
    font-weight: bold;
    margin: 10px auto 20px auto;
}

.popimage {
    text-align: center;
}

.popimage .popimageup {
    max-width: 350px;
}

.login_keep {
    margin: 10px auto;
    text-align: center;
}
.login_keep input[type="checkbox"] {
    display: inline;
}

.ansmsg_wrap {
    text-align: right;
}
.ansmsg {
    color: #F00;
}

.ml20 {
    margin-left: 20px;
}