.floating-label-form-group {
    /*border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 0.5em;*/
}

.floating-label-form-group input,
.floating-label-form-group textarea {

    position: relative;
    z-index: 1;
    resize: none;
}

.floating-label-form-group select {
    margin-top: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    box-shadow: none;
    margin-left: -4px;
    background: transparent;
}

.floating-label-form-group label {
    letter-spacing:0.05em;
    pointer-events: none;
    display: block;
    position: relative;
    top: 2em;
    opacity: 0;
    z-index: 0;
    vertical-align: baseline;
    margin: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
}

.floating-label-form-group:not(:first-child) {
    /*border-left: 1px solid #ccc;
    padding-left: 14px;*/
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-color label{
    color: #00c0ff;
}
.layout-backOffice .floating-label-form-group-with-color label{
    color:#50be71;
}
.layout-backOffice .floating-label-form-group-with-value label{
    color:#0db363;
}
.login-page-bg.layout-defaultUser .floating-label-form-group-with-value label{
    color:#50be71;
}

.loggedin-page-account .floating-label-form-group-with-value label{
    color:#0db363;
}

.login-page-bg.layout-defaultUser .floating-label-form-group-with-color label, .login-page-modal .floating-label-form-group-with-color label {
    color: #50be71;
}

.loggedin-page-account .floating-label-form-group-with-color label{
    color:#0db363;
}

.loggedin-page-edit .floating-label-form-group-with-color label{
    color:#0db363;
}

.body-job .floating-label-form-group-with-color label{
    color:#0db363;
}

.floating-label-form-group-with-focus label {
   /* color: #428bca;*/
    color: #b3b5b5;
}

form .row:first-child .floating-label-form-group {
    /*border-top: 1px solid #ccc;*/
}


/* WebKit browsers */
.floating-label-form-group-with-value input:focus::-webkit-input-placeholder,.floating-label-form-group-with-value textarea:focus::-webkit-input-placeholder { color:transparent; }

/* Mozilla Firefox 4 to 18 */
.floating-label-form-group-with-value input:focus:-moz-placeholder,.floating-label-form-group-with-value textarea:focus:-moz-placeholder { color:transparent; }

/* Mozilla Firefox 19+ */
.floating-label-form-group-with-value input:focus::-moz-placeholder,.floating-label-form-group-with-value textarea:focus::-moz-placeholder { color:transparent; }

/* Internet Explorer 10+ */
.floating-label-form-group-with-value input:focus:-ms-input-placeholder,.floating-label-form-group-with-value textarea:focus:-ms-input-placeholder { color:transparent; }