.artseed-detail-content p{
    margin: 25px 0;
}
.main-box-google{
    margin: 15px 0 5px;
}
.titlepage1{
    border-radius: 10px;
    border: 1px solid #ff7200;
    padding: 8px 15px;
    margin: 5px 0;
    font-style: italic;
    font-size: 14px;
    line-height: 1.6;
}
.titlepage{
    background-color: #037cd5;
    color: #FFF;
    font-size:18px;
    position: relative;
    padding:10px 5px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
}
.main-code{
    border: 3px dotted #ff7200;
    padding: 10px 20px 0;
    margin: 20px 0;
    border-radius: 10px;
}
.img-google{
    display: block;
    text-align: center;
}
/* Ô trên cùng */
.top-box {
    display: flex;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    width: 100%;
}

.top-box input {
    border: none;
    outline: none;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    color: #000;
}
.top-box.top-box-google input{
    color: #000;
}
.top-box button {
    background: #037cd5;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    display: block ruby;
    white-space: nowrap;
}

.top-box-google {
    border-radius: 15px;
}
.msgerr{
    font-size: 16px;
    color: #ff7200;
    display: none;
    position: relative;
    top: -10px;
}
.msgerr strong{
    color: #037cd5;
}