﻿body {
}
.button {
    width: 100%;
    height: 53px;
    background-color: #1679AB;
    color: white;
    display: inline-block;
    text-align: center;
    margin-top: inherit;
    padding: 15px;
    border-radius: 8px;
    text-decoration: none;
}
.borderremover {
  box-shadow: none;
    border: none;
    outline: none;
}
.success1 {
    width: 61px;
    height: 38px;
    background-color: red;
    float: left;
    color: white;
}
.success2 {
    width: 82px;
    outline: none;
    float: left;
    color: white;
    font-size: 14px;
    margin-top: -9px;
}
.success3 {
    background-color: #1679AB;
    color:white;
    outline: none;
}
.div4x a {
    text-decoration: none;
}
@media only screen and (max-width: 800px) {
    .button{

    }
    .success1{
        margin-left: 28px;
    }
    .success2 {
        margin-left: 2px;
    }
    .success3 {
        margin-left:33px;
    }
}