.button {
    background-color: #38B6FF;
    position: absolute;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: block;
    margin-top: 20px;
    margin-left: 20px;
}

.requered::after{
    content: '*';
    color: red;
}