@charset "utf-8";



input[type=text], input[type=tel], input[type=password], input[type=date], input[type=time], input[type=file], input[type=email], input[type=number] {border:1px solid #ddd; border-radius: 10px; height:47px; padding-left: 20px; padding-right: 20px; box-sizing: border-box;}

.select {
    padding-left: 20px; padding-right: 20px;
    border:1px solid #ddd;
    background: url(../rb.img/icon/arr_down.svg) no-repeat right 20px center;
    background-color: transparent;
    border-radius: 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    color: #25282B;
    margin: 0px;
    height:47px;
}
.select:focus {outline: none; border-color: #25282B}
.select:hover {outline: none;border-color: #25282B}

.input {height:47px; border:1px solid #ddd; border-radius: 10px; padding-left: 20px; padding-right: 20px; box-sizing: border-box;}
.input:disabled {color:#999; opacity: 0.6}

.input_tiny {height:35px !important; border:1px solid #ddd; border-radius: 6px !important; padding-left: 10px !important; padding-right: 10px !important; box-sizing: border-box; font-size: 13px !important;}
.input_tiny:disabled {color:#999; opacity: 0.6}

textarea {border:1px solid #ddd !important; border-radius: 10px !important; padding: 20px !important; width: 100%; resize: none; box-shadow: none !important; box-sizing: border-box;}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-transition: none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
border:1px solid #09244B !important;
}

input[type=text],input[type=password], textarea,select {
-webkit-transition: none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}