/* the dark and white radial gradient (keep the order of the 3 properties)
 from http://gradientcss.com/radial-gradient
*/
.uLogin
{
    background: -webkit-radial-gradient(circle, #6e6c6d 50%, #3b393a, #4b4b4b 112%) repeat fixed;
    background: -moz-radial-gradient(circle, #6e6c6d 50%, #3b393a, #4b4b4b 112%) repeat fixed;
    background: radial-gradient(circle, #6e6c6d 50%, #3b393a, #4b4b4b 112%) repeat fixed;

    font-size: 14px;
}


.container
{
    width: 320px !important;
}

/* inView Logo     */
.inViewTitle
{
    background: rgba(0, 0, 0, 0) url("../images/inView-logo.png");
    height: 80px;
   	margin-top: 175px;
}

.signInTitle
{
    background: #9b999a;
    color: white;
    font-weight: bold;
    height: 50px;
    text-align: center;
    padding: 5%;
    border-radius: 3px;
    margin: 2px;
}

/* form containing the element user, pwd, login button*/
.uLoginForm
{
    background: #9b999a;
    border-radius: 1px;
    margin: 2px;
    overflow: hidden;
    padding: 7px;
    border-radius: 3px;
}

/* input username & pwd*/
.inputUserPwd
{
  	background: #6e6c6d;
    border: 2px inset #4b4b4b;
    font-size: 16px;
    height: 48px;
    line-height: 24px;
    margin: 0 16px;
    padding: 14px 48px;
    width: 238px !important;
    border-radius: 5px;
}

/*Red Login button */
.loginButton
{
 	background: #cd0f0f;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 20px 16px;
    padding: 15px;
    width: 88%;
    border: 2px outset #4b4b4b;
    border-radius: 5px;
}

/*Forgot Username or Password?*/
.FORGOTPWD2 a
{
	color: #4b4b4b !important;
	font-weight: bold;
}

/* user icon*/
#icon_user
{
    display: block;
    float: left;
    margin-left: 24px;
    margin-top: -40px;
    padding-right: 10px;
    position: absolute;
}

/* key icon next to pwd*/
#icon_pwd
{
	display: block;
    float: left;
    margin-left: 24px;
    margin-top: -41px;
    position: absolute;
}

/*X icon in the right corner*/
#icon_x
{
   	margin-left: 259px;
    margin-top: -37px;
    position: absolute;
}


.t15notification
{
    left: 50%;
    margin-left: -225px;
    position: absolute;
    width: 450px;
}

.t15notification .alert
{
    margin-bottom: 0;
}
