.login-width
{
width: 240px;
}

.form-element span  /* It will select the span tag only from form-elemet class  */
{
    text-align: right;
    margin-left: 20px;
    margin-right: 0px;
    color: red;
    visibility: hidden;
    /* display: none; */
    
   
}
#middlename
{
    margin-right: 120px;
}
#other_organization
{
    display: none;
}