* {
    font-family: 'Open Sans', sans-serif;
}
.button-fill {
    text-align: center;
    background: #ccc;
    display: inline-block;
    position: relative;
    /*text-transform: uppercase;*/
    margin: 25px;
    min-width: 200px;
}
.button-fill.facebook {
    background: #255c95;
    color: white;
}
.button-fill.google {
    /*background: #f1403a;*/
    background: #1c3f95;
    color: #fff;
}
.button-fill.google .button-inside {
    color: #f1403a;
}
.button-fill.google .button-inside.full {
    /*border: 1px solid #f1403a;*/
    border: 1px solid #1c3f95;
}
.button-fill.github {
    background: #333333;
    color: #fff;
}
.button-fill.github .button-inside {
    color: #333333;
}
.button-fill.github .button-inside.full {
    border: 1px solid #333333;
}
.button-fill.linkedin {
    background: #1c87bd;
    color: #fff;
}
.button-fill.linkedin .button-inside {
    color: #1c87bd;
}
.button-fill.linkedin .button-inside.full {
    border: 1px solid #1c87bd;
}
.button-fill.microsoft {
    background: #2672ec;
    color: #fff;
}
.button-fill.microsoft .button-inside {
    color: #2672ec;
}
.button-fill.microsoft .button-inside.full {
    border: 1px solid #2672ec;
}
.button-fill.vk {
    background: #4c75a3;
    color: #fff;
}
.button-fill.vk .button-inside {
    color: #4c75a3;
}
.button-fill.vk .button-inside.full {
    border: 1px solid #4c75a3;
}
.button-fill.battlenet {
    background: #0081b4;
    color: #fff;
}
.button-fill.battlenet .button-inside {
    color: #0081b4;
}
.button-fill.battlenet .button-inside.full {
    border: 1px solid #0081b4;
}
.button-fill.dropbox {
    background: #2895f1;
    color: #fff;
}
.button-fill.dropbox .button-inside {
    color: #2895f1;
}
.button-fill.dropbox .button-inside.full {
    border: 1px solid #2895f1;
}
.button-text {
    padding: 0 25px;
    line-height: 54px;/*54px;*/
    letter-spacing: .1em;
}
.button-inside {
    width: 0px;
    height: 54px;
    margin: 0;
    float: left;
    position: absolute;
    top: 1px;
    left: 50%;
    line-height: 54px;
    color: #255c95;
    background: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-transition: width 0.5s, left 0.5s, margin 0.5s;
    -moz-transition: width 0.5s, left 0.5s, margin 0.5s;
    -o-transition: width 0.5s, left 0.5s, margin 0.5s;
    transition: width 0.5s, left 0.5s, margin 0.5s;
}
.button-inside.full {
    width: 100%;
    left: 0%;
    top: 0;
    margin-right: -50px;
    border: 1px solid #255c95;
}
.inside-text {
    text-align: center;
    position: absolute;
    right: 50%;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
