#loader {
    /*background-color: #000;
    color: #fff;*/
    left: 45%;
    padding: 5px 10px;
    position: fixed;
    top: 50%;
    z-index: 1000;
}

div.button {
    padding: 10px 30px;
    border: 1px solid #3388c3;
    border-radius: 30px;
    margin: 15px 0;
    display: inline-block;
    text-align: center;
}

div.button p {
    font-size: 16px;
    font-weight: 300;
    color: black;
    display: inline-block;
    margin: 0;
}

div.button i {
    float: right;
    line-height: 20px;
}

div.button i:before {
    color: #3a94d3;
    margin-left: 10px;
}

div.button:hover {
    text-decoration: none;
    color: #3a94d3;
}

div.button.full {
    width: 100%;
}
.profile_stats .fileform {
    float: left;
    width: 100%;
    cursor: pointer;
    position: relative;
}

.fileform input[type="file"] {
    position: absolute;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    cursor: pointer;
}

#personal-photo-remove {
    display: block;
    text-align: center;
}