@import url(https://fonts.googleapis.com/css?family=Roboto);

.button::before, .container::before, .form-group .bar::before, .radio .helper::after, .radio .helper::before {
    content: ''
}
.button:focus, .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline: 0
}
fieldset {
    margin: 0 0 48px;
    padding: 0;
    border: none
}
.form-group, .form-radio {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.form-inline>.btn, .form-inline>.form-group {
    display: inline-block;
    margin-bottom: 0
}
.form-help {
    margin-top: 2px;
    margin-left: 2px;
    color: #b3b3b3;
    font-size: 12px;
}
.form-radio .form-help {
    padding-top: 4px;
    margin-top: -16px;
}
.form-group input {
    height: 30px;
}
.form-group textarea {
    resize: none
}
.form-group select {
    width: 100%;
    font-size: 14px;
    height: 32px;
    padding: 2px 2px 1px;
    background: 0 0;
    border: none;
    line-height: 1.6;
    box-shadow: none
}
.form-group .control-label {
    position: absolute;
    top: 4px;
    pointer-events: none;
    padding-left: 2px;
    z-index: 1;
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all .28s ease;
    transition: all .28s ease
}
.form-group .bar {
    position: relative;
    border-bottom: 1px solid #999;
    display: block
}
.form-group .bar::before {
    height: 2px;
    width: 0;
    left: 50%;
    bottom: -1px;
    position: absolute;
    background: #ef4b6d;
    -webkit-transition: left .28s ease, width .28s ease;
    transition: left .28s ease, width .28s ease;
    z-index: 2
}
.form-group input, .form-group textarea {
    display: block;
    background: 0 0;
    padding: .125rem .125rem .0625rem;
    font-size: 1rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    -webkit-transition: all .28s ease;
    transition: all .28s ease;
    box-shadow: none
}
.form-group input[type=file] {
    line-height: 1
}
.form-group input[type=file]~.bar {
    display: none
}
.form-group input.form-file, .form-group input.has-value, .form-group input:focus, .form-group input:valid, .form-group select, .form-group textarea.form-file, .form-group textarea.has-value, .form-group textarea:focus, .form-group textarea:valid {
color:#333
}
.form-group input.form-file~.control-label, .form-group input.has-value~.control-label, .form-group input:focus~.control-label, .form-group input:valid~.control-label, .form-group select~.control-label, .form-group textarea.form-file~.control-label, .form-group textarea.has-value~.control-label, .form-group textarea:focus~.control-label, .form-group textarea:valid~.control-label {
font-size:13px;
color:gray;
top:-16px;
left:0;
}
.form-group input:focus~.control-label, .form-group select:focus~.control-label, .form-group textarea:focus~.control-label {
    color: #ef4b6d;
}
.form-group input:focus~.bar::before, .form-group select:focus~.bar::before, .form-group textarea:focus~.bar::before {
    width: 100%;
    left: 0;
}
.button:focus, .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
	box-shadow: none;
}


.form-style .form-group input.form-file, .form-group input.has-value, .form-group input:focus, .form-group input:valid, .form-group select, .form-group textarea.form-file, .form-group textarea.has-value, .form-group textarea:focus, .form-group textarea:valid {
   color:#060AE3;
	font-size: 14px;
    font-weight: bold;
}