.mt20 {
    margin-top:20px;
}

.mb10 {
    margin-bottom:10px;
}

.input-title {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: flex;
}

.error-box {
    width: 100%;
    height: 24px;
    font-size: 14px;
    font-weight: normal;
    color: #ea3323;
    letter-spacing: -0.42px;
    display: none;
}

.cresend-input-dark-box{
    position: relative;
    display: flex;
}
.cresend-input-dark-box .cresend-input{
    width: 100%;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 54px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: normal;

    letter-spacing: -0.48px;
    caret-color: #26e995;
    outline: none;
}

.cresend-input-dark-box .clear-input{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    display: none;
}
.cresend-input-dark-box .error-input{
    border: 1px solid #ff3e3e;
}
.cresend-input-dark-box .error-area{
    position: absolute;
    font-size: 12px;
    font-weight: normal;
    color: #ff3e3e;
    bottom: -24px;
    display: none;
}
.cresend-input-dark-box .error-text{
    display: flex;
    align-items: center;
}
.cresend-input-dark-box .error-icon{
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.cp_wrap { margin-top: 20px;}
.cp_title { font-size:15px; color:#B2B3B3; margin-bottom: 7px; }
.cp_cont { font-size:14px; color:#000; }