.classic_input[type="text"]{
    background: transparent;
    border: 0px;
    border-bottom: 1px solid white;
    width: 85%;
    color: white;
    font-size: 12pt;
    outline: none;
    text-align:center;	
}

.classic_input[type="password"]{
    background: transparent;
    border: 0px;
    border-bottom: 1px solid white;
    width: 85%;
    color: white;
    font-size: 12pt;
    outline: none;
    text-align:center;	
}