/* sendSms.css start*/
.yanzm {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto !important;
    cursor: pointer;
}

.yanzm:hover {
    color: #e1251b;
}

.password-eye {
    display: none;
    position: absolute;
    top: 13px;
    right: 7px;
    cursor: pointer;
}

.sendSmsShadow {
    padding: 10px;
    width: 280px;
    text-align: center;
}

.sendSmsShadow input,
.sendSmsShadow img {
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
}

.sendSmsShadow input {
    border: 1px solid #e6e6e6;
    width: 120px;
    margin-right: 10px;
    padding-left: 10px;
    font-size: 16px;
}

.sendSmsShadow a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    margin: 13px 6px 0;
    padding: 2px 10px;
    border: 1px solid #4898d5;
    background-color: #2e8ded;
    color: #fff;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}

/* sendSms.css end*/