
body {
background: rgb(198,217,234); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(198,217,234,1) 0%, rgba(139,176,215,1) 24%, rgba(6,83,172,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(198,217,234,1) 0%,rgba(139,176,215,1) 24%,rgba(6,83,172,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(198,217,234,1) 0%,rgba(139,176,215,1) 24%,#009688 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6d9ea', endColorstr='#0653ac',GradientType=1 );
}

div.wrapper { background:rgba(255, 255, 255, 255) url("../img/mirage_logo.png") no-repeat scroll 50% 5%;margin: 10% 35%; width: 30%; height: 10%;  display:block; background-color:#fff; border-radius:5px; }
div.wrapper div.login { padding: 10% 20%; width:60%; }
div.wrapper div.login input { width:100%; }

div.login div.login_form {  }
div.login div.login_footer span {  font-weight: bold; color: #aaa;}
div.login_footer  { text-align: center;  padding: 0px 10% 40px; width:80%;font-weight:bold; }
.login_form .login_form_1 {padding-bottom: 12px; }
.login_form .login_form_1 span { display: block; font-weight: bold; font-size: 12px; }

div.login input[type="text"], div.login input[type="password"] { border: 1px solid #ccc; padding: 3px;  }

div#trButtons2 {border-top: 0px solid #ccc; font-size: 10px; } 

div#trButtons2 div.ForgetPasswort_1 span { cursor: pointer ; margin-left: 2px;  display:block;  font-size: 11px; /*background: url('../img/mail_lock.png') no-repeat; padding-left: 52px;*/ color: #555; font-weight: normal; padding-top: 2px;  }
div#trButtons2 div.ForgetPasswort_1 span:hover { color: #222; }

div#trButtons2 div.ForgetPasswort_2 {display: none; font-size: 11px; color: #555; }
div#trButtons2 div.ForgetPasswort_2 span#lblCancel { cursor: pointer ; margin-left: 2px; height: 20px; display:block;  font-size: 11px; background: url('../img/navigate_cross.png') no-repeat; padding-left: 27px; color: #555; font-weight: bold;   }

div.login span#lblInformation {  border: 1px solid #ccc; padding: 8px; font-size: 11px; color: #666; display: block; margin-top: 10px;  }

div#trButtons { margin-top: 25px; border-top: 1px solid #ccc; padding-top: 5px; }

/*div.login span#rfvUsername {  background: rgba(0, 0, 0, 0) url("../img/warning.png") no-repeat scroll 0 6px; color: red; height: 20px; font-weight: bold; font-size: 11px; padding-left: 20px; padding-top: 8px; }*/
.loginBtn {background-color:#009688;color:#fff;height:50px;}