.log_site a:focus,.leave_application:focus
{
  color:white;
  text-decoration:none;
}
.animated
{
    visibility: visible;
}

.relative_pos {
    position: relative;
    margin: 0 auto;
}

.online_consultant {
    padding-top: 15px;
    
    padding-right: 10px;

    padding-left: 22px;
    padding-bottom: 15px;
    background: #ff50a2;
    float: right;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.log_button {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0px;
 text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 220px;
}

.log_button span {
    padding: 0 10px 0 0;
    margin-top: 2px;
    float: right;
}

@media (max-width: 767px) {
.online_consultant {
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 13px;
    padding-bottom: 13px;
}

.log_button {
    width: 50px;
    height: 50px;
    padding-top: 12px;
}

.log_button span{
display: none;
}
}