
.form-input-group {
	position: relative;
}
.form-input-label {
	margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 12px;
    margin-top: -12px;
    background: #fff;
    font-weight: 500;
    padding: 0 5px;
}
.form-control {
    height: calc(2.7em + .75rem + 2px);
    border: 0.5px solid #8f9193;
    font-weight: 500;
    color: #3767b0;
    border-radius: 2px;
}
.form-control:focus {
      border-color: #394FAB;
      color: #3767b0;
    box-shadow: 0 0 0 0.5px #394FAB;
}


.login-form {
	margin-top: 60px !important;
    width: 300px;
    margin: auto;
}



@media only screen and (max-width: 443px) {
	.form-control {
    height: calc(2.2em + .75rem + 2px);
    border: 1px solid #8f9193;
    font-weight: 500;
    color: #3767b0;
}

.form-input-label {
    font-size: 12px;
}

}
