.ff-form-box {
    font-family: 'Roboto Mono', monospace;
}
.ff-center-content{
    display:table;
    height:100%;
    width:100%;
}
.ff-center-content > .ff-inner{
    vertical-align:middle;
    height:100%;
    width:100%;
    display:table-cell;
}

.ff-icon-input{
    position:relative;
}
.ff-icon-input > .ff-text{
    padding-left:39px;
}

.ff-mt-30{
    margin-top:30px;
}
.ff-checkbox,
.ff-label{
    vertical-align:middle;
}
.ff-relative{
    position:relative;
}
.ff-form-row{
    margin-bottom:25px;
    position:relative;
}
.ff-form-row p{
    margin:0;
    display:inline-block;
    *display:inline;
    *zoom:1;
    vertical-align:middle;
    margin-right:5px;
}
.ff-form-box > form >.ff-form-row:last-of-type,
.ff-form-box > .ff-form-row:last-of-type{
    margin-bottom:0;
}
.ff-right{
    text-align:right;
}
.ff-pull-left{
    float:left;
}
.ff-pull-right{
    float:right;
}
.ff-clearfix:before,
.ff-clearfix:after{
    content: ' ';
    display:table;
}
.ff-clearfix:after{
    clear:both;
}
.ff-block{
    display:block;
    width:100%;
}
.ff-header{
    margin:-40px;
    padding:40px;
    background: #0059b1;
    margin-bottom:40px;
}
.ff-header > h2{
    margin:0;
    color:#FFF;
    font-size:28px;
    font-weight:600;
}
.ff-form-box{
    padding:40px;
    background:#FFF;
    border: 1px solid #dee4ee;
    overflow:hidden;
}
.ff-text{
    padding:8px 12px;
    outline:none;
    border:none;
    width:100%;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
    background:transparent;
    color:#202020;
    background:#F0F0F0;
    background:rgba(0,0,0,.1);
    border-radius:2px;
    border:solid 1px transparent;
}
.ff-text:focus{
    background:#E0E0E0;
    background:rgba(0,0,0,.15);
}
.ff-text::-webkit-input-placeholder{
    color:rgba(0,0,0,.4);
}
a.ff-btn{
    text-decoration:none;
    color:#FFF;
}
.ff-btn{
    position:relative;
    display:inline-block;
    *display:inline;
    *zoom:1;
    text-decoration:none;
    outline:none;
    padding:12px 30px;
    border:none;
    border-radius:2px;
    cursor:pointer;
    color:#FFF;
    background:#0059b1;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
    text-align:center;
}
.ff-btn.ff-icon-btn > i{
    margin-right:6px;
    margin-left:-6px;
}
.ff-btn.ff-icon-btn.ff-icon-right > i{
    margin-right:-6px;
    margin-left:6px;
}
.ff-btn.ff-secondary{
    background:transparent !important;
    border:solid 1px #E91E63;
    color:#E91E63;
}
.ff-btn:active{
    top:1px;
    opacity:.7;
}
.ff-last-row{
    line-height:42px;
    vertical-align:middle;
}
.ff-label{
    color:#202020;
    font-size:14px;
    cursor:pointer;
}
.ff-checkbox-main{
    position:relative;
}
.ff-checkbox{
    position:relative;
    height:16px;
    width:16px;
    display:inline-block;
    *display:inline;
    *zoom:1;
}
.ff-checkbox > input{
    vertical-align:middle;
    height:20px;
    width:20px;
    margin:0;
    position:relative;
    z-index:5;
    opacity:0;
    position:absolute;
    top:0;
    left:0;
}
.ff-checkbox > span{
    height:16px;
    width:16px;
    background:transparent;
    border:solid 1px #E91E63;
    z-index:1;
    position:absolute;
    top:0;
    left:0;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
    border-radius:2px;
}
.ff-radio > span{
    border-radius:50%;
}
.ff-checkbox > input + span:before{
    content: '\f3fd';
    font-family: ionicons;
    font-size:16px;
    line-height:15px;
    width:15px;
    text-align:center;
    vertical-align:middle;
    color:#FFF;
    position:absolute;
    top:0;
    left:0;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
    opacity:0;
}
.ff-radio > input + span:before{
    content: ' ';
    left:1px;
    right:1px;
    bottom:1px;
    top:1px;
    background:#E91E63;
    border-radius:50%;
    width:auto;
}
.ff-checkbox > input[type=checkbox]:checked + span{
    background:#E91E63;
}
.ff-checkbox > input:checked + span:before{
    opacity:1;
}
.input-btn{
    position:absolute;
    top:50%;
    margin-top:-13px;
    right:10px;
    height:24px;
    width:24px;
    line-height:24px;
    vertical-align:middle;
    text-align:center;
    border-radius:50%;
    background:rgba(0,0,0,.2);
    color:#FFF;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}
.input-btn > i{
    font-size:20px;
    color:#FFF;
    vertical-align:middle;
    position:relative;
    top:-1px;
}
.input-btn > i:before{
    line-height:1em;
}
.input-btn:hover{
    background:rgba(0,0,0,.6);
}
.ff-ratings{
    position:relative;
    display:inline-block;
    *display:inline;
    *zoom:1;
    vertical-align:middle;
    top:-3px;
}
.ff-ratings > input{
    opacity:0;
    position:absolute;
}
.ff-ratings:before,
.ff-ratings:after{
    content: ' ';
}
.ff-ratings:after{
    clear:both;
}
.ff-ratings input + label{
    color:#F0F0F0;
    font-size:22px;
    padding-right:8px;
    float:right;
    display:block;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}
.ff-ratings input:checked ~ label,
.ff-ratings input + label:hover,
.ff-ratings input + label:hover ~ label{
    color:#FB3;
}
.ff-selectbox{
    padding:8px 12px;
    background:transparent;
    border:none;
    border-radius:0;
    outline:none;
    background:#F0F0F0;
    background:rgba(0,0,0,.1);
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}
.ff-selectbox:focus{
    background:#E0E0E0;
    background:rgba(0,0,0,.15);
}
.ff-selectbox > option{
    color:#7C7C7C;
}
.ff-separator{
    position:relative;
    overflow:hidden;
    margin-top:20px;
    margin-bottom:30px;
}
.ff-separator > span{
    position:relative;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:600;
    font-size:12px;
}
.ff-alert > p{
    margin:0;
    color:#FFF;
}
.ff-alert{
    padding:15px;
    padding-right:30px;
    background:#E91E63;
    position:relative;
    border-radius:2px;
}
.ff-alert > .ff-close{
    position:absolute;
    top:13px;
    right:15px;
    font-size:18px;
    color:#FFF;
    opacity:.6;
    text-decoration:none;
}
.ff-alert > .ff-close:hover{
    opacity:1;
}
.ff-text.ff-success + i{
    color:#4CAF50 !important;
    opacity:1;
}
.ff-text.ff-success{
    border-color:#4CAF50;
}
.ff-text.ff-error + i{
    color:#FF5252 !important;
    opacity:1;
}
.ff-text.ff-error{
    border-color:#FF5252;
}
.ff-text.ff-warning + i{
    color:#FFC107 !important;
    opacity:1;
}
.ff-text.ff-warning{
    border-color:#FFC107;
}
.ff-alert.ff-success{
    background:#4CAF50 !important;
}
.ff-alert.ff-error{
    background:#FF5252 !important;
}
.ff-alert.ff-warning{
    background:#FFC107 !important;
}
.ff-brown .ff-btn.ff-secondary,
.ff-brown .ff-icon-input > .ff-text:focus + i{
    color:#BE8A60;
}
.ff-brown .ff-alert,
.ff-brown .ff-checkbox > input[type=checkbox]:checked + span,
.ff-brown .ff-radio > input + span:before,
.ff-brown .ff-btn,
.ff-brown .ff-header{
    background:#BE8A60;
}
.ff-brown .ff-checkbox > span,
.ff-brown .ff-btn.ff-secondary{
    border-color:#BE8A60;
}
.ff-turquoise .ff-btn.ff-secondary,
.ff-turquoise .ff-icon-input > .ff-text:focus + i{
    color:#81A094;
}
.ff-turquoise .ff-alert,
.ff-turquoise .ff-checkbox > input[type=checkbox]:checked + span,
.ff-turquoise .ff-radio > input + span:before,
.ff-turquoise .ff-btn,
.ff-turquoise .ff-header{
    background:#81A094;
}
.ff-turquoise .ff-checkbox > span,
.ff-turquoise .ff-btn.ff-secondary{
    border-color:#81A094;
}
.ff-orange .ff-btn.ff-secondary,
.ff-orange .ff-icon-input > .ff-text:focus + i{
    color:#EC7357;
}
.ff-orange .ff-alert,
.ff-orange .ff-checkbox > input[type=checkbox]:checked + span,
.ff-orange .ff-radio > input + span:before,
.ff-orange .ff-btn,
.ff-orange .ff-header{
    background:#EC7357;
}
.ff-orange .ff-checkbox > span,
.ff-orange .ff-btn.ff-secondary{
    border-color:#EC7357;
}
.ff-pink .ff-btn.ff-secondary,
.ff-pink .ff-icon-input > .ff-text:focus + i{
    color:#E06C9F;
}
.ff-pink .ff-alert,
.ff-pink .ff-checkbox > input[type=checkbox]:checked + span,
.ff-pink .ff-radio > input + span:before,
.ff-pink .ff-btn,
.ff-pink .ff-header{
    background:#E06C9F;
}
.ff-pink .ff-checkbox > span,
.ff-pink .ff-btn.ff-secondary{
    border-color:#E06C9F;
}
.ff-red .ff-btn.ff-secondary,
.ff-red .ff-icon-input > .ff-text:focus + i{
    color:#E91E63;
}
.ff-red .ff-alert,
.ff-red .ff-checkbox > input[type=checkbox]:checked + span,
.ff-red .ff-radio > input + span:before,
.ff-red .ff-btn,
.ff-red .ff-header{
    background:#E91E63;
}
.ff-red .ff-checkbox > span,
.ff-red .ff-btn.ff-secondary{
    border-color:#E91E63;
}