@charset "utf-8";
/* CSS Document */
.cupon_tex{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 20px 0px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #435160;
    outline: none;
    color: #6D7781;
    font-size: 16px;
}

.animated{
    background: #1ABC9C;
    border: 0;
    width: 350px;
    height: 40px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    transition: background .3s ease-in-out;
    margin-left: calc(50% - (350px / 2));
    margin-right: calc(50% - (350px / 2));
    float: none;
}

.animated:hover{
    background: #16aa56;
    animation-name: shake; 
    
}

.span{
    width: 80%;
    margin-left: 10%;
    text-align: center;
    border-radius: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: large;
    margin-top: 11px;
    margin-bottom: 11px;
    color: #FFFFFF;
}