.inputdiv {
-webkit-box-shadow: 0 1px 2px 0 #767676 inset;
    -moz-box-shadow: 0 1px 2px 0 #767676 inset;
    box-shadow: 0 1px 2px 0 #767676 inset;
    -webkit-appearance: none;
    border-radius: 4px;
    color: #767676;
    font-size: 16px;
    line-height: 24px;
    padding: 7px 14px;
    box-sizing: border-box;
    border: 1px;
    width: 290px;
    height: 39px;
}
.logodiv {
    height: 545px;
}
#welcomdiv {
    width: 492px;
}
.welcomspan {
    color: #e60000;
    font-family: "VodafoneRgRegular";
    font-size: 28px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 10px;
}
.loginrow {
    display: table;
    line-height: 24px;
    margin-top: 20px;
}
input.button {
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    height: 34px;
    line-height: 34px;
    border: 0;
    background-color: #ffffff;
}
input.button.button-apply {
    background-color: #9C2AA0;
    color: #fff;
    width: 90px;
    margin-left:90px;
    text-indent:0;
}
.ontimages {
    height: 238px;
    width: 270px;
    background-image: url(../images/ONT_Fiber_PT.jpg);
    background-size: contain;
    margin-top: 70px;
}
.logoimages {
    background-image: url(../images/vf-logo.gif);
    width: 60px;
    height: 60px;
    background-size: cover;
}
#logininfo {
    float: right;
    width:30%
}
