
.header {
    height: 50px;
    background-image: linear-gradient(to right, #FF811F, #FF9F20);
    user-select: none;
    line-height: 50px;
    padding-left: 20px;
    font-size: 24px;
    color: #FFFFFF;
}

.title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
}


.layui-form-item {
    position: relative;
    margin-bottom: 20px;
}

.layui-form-item .layui-input {
    margin-top: 20px;
    height: 50px;
}

.layui-form-item #sendSms {
    position: absolute;
    right: 1px;
    line-height: 48px;
    top: 0;
    text-align: center;
    padding: 0 10px;
    color: #01AAED;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

#Vyzm {
    position: absolute;
    right: 2px;
    top: 3px;
    width: 100px;
    height: 45px;
}

#yzmImg {
    width: 100%;
    height: 100%;
}
.time-href{
   color: #FFA01C;
}