.kingschat-button {
    background-image: url(../images/logos/kclogo.png);
    background-color: #9c27b0;
    background-repeat: no-repeat;
    background-position: 40px 0px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    height: 40px;
    padding-left: 36px;
    vertical-align: middle;
    color: white;
    width: 300px;
    font-size: 16px;
    margin: 10px;
}

.rounded-button {
    background-color: #9c27b0;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    height: 40px;
    vertical-align: middle;
    color: white;
    width: 300px;
    font-size: 16px;
}

.rounded-outline-button {
    background-color: transparent;
    border: 1px solid #9c27b0;
    border-radius: 15px;
    cursor: pointer;
    width: 300px;
    height: 40px;
    color: #9c27b0;
    font-size: 16px;
}

.input-icons i {
    position: absolute;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.icon {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    color: rgb(177, 176, 176);
    min-width: 50px;
    text-align: center;
    font-size: 20px;
}

.input-field {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.suffix-icon {
    right: 10px;
    padding-bottom: 10px;
    height: 40px;
}