.row {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin-bottom: 15px;
}
#j_username, #j_password {
	width: 100%;
    height: 70px;
    line-height: 70px;
    padding: 28px 15px 10px;
    box-sizing: border-box;
	position: relative;
}
#j_send {
    width: 100%;
    margin-top: 40px;
}
.row label {
	position: absolute;
    left: 15px;
    top: 22px;
    color: #797979;
    transition: font .1s, top .1s;
}
.row.filled label {
    top: 8px;
    font-size: 13px;
}
.row.pass span {
    position: absolute;
    width: 64px;
    height: 64px;
    background: url(/images/icon_vis.png) center center no-repeat;
    right: 2px;
    top: 4px;
    opacity: 0.4;
}
#j_password {
    padding-right: 70px;
}
.msg div {
width: 100%;
    background: url(/images/warning40.png) 8px center no-repeat #6b3131;
    box-shadow: inset 0 0 3px -2px #fff, 0 0px 4px 0 #000;
    padding: 15px 5px 15px 55px;
    box-sizing: border-box;
    border-radius: 6px;
}