#loginBox{
    background: rgba(121, 125, 147, 0.4);
    margin-left: auto;
    margin-right: auto;

    margin-top: 50px;

    width: 412px;
    height: 460px;

    padding: 50px;

    border-radius: 4px !important;
}

#loginSend{
    background: #EB5A46 !important;
    width: 100% !important;
    height: 42px;
    border: none !important;

    border-radius: 4px;

    font-size: 16px;
}

#username{

}
#password{

}

#headText{
    color: #ffffff;
    text-align: center;
    margin-bottom: 38px;
    font-size: 40px;
}

#headLogo{

    text-align: center;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: bold;

    }
#lineLG{
    height: 2px;

    margin-top: 0.6em;
    margin-bottom: 0.6em;

    background: -moz-linear-gradient(left center , rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);

    background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
    background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
    background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
    background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
}
