@charset "utf-8";
.blacktext{ font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 13px;font-style:none;font-weight:400; color:#000000}
.wrapper
{
	display: block;
	width: 400px;
	margin: 0px auto;
}
.center
{
	text-align: center;
}
.logo
{
	border: 1px solid #dfdede;
	padding: 20px;
	margin: 50px 0px 0px 0px;
}

.logo img { margin-bottom:25px;}
.login
{
	border: 1px solid #004990;
	padding: 20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a7c0d9+0,ffffff+32,a8c0d9+61,064e93+100 */
background: #a7c0d9; /* Old browsers */
background: -moz-linear-gradient(#064e93 0%, #edf6ff 50%,#064e93 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(#064e93 0%, #edf6ff 50%,#064e93 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(#064e93 0%, #edf6ff 50%,#064e93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7c0d9', endColorstr='#064e93',GradientType=0 ); /* IE6-9 */
-webkit-border-radius:20px;
border-radius:20px;
}

.lost-pass
{
	border: 1px solid #004990;
	padding: 20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a7c0d9+0,ffffff+32,a8c0d9+61,064e93+100 */
background: #a7c0d9; /* Old browsers */
background: -moz-linear-gradient(#064e93 0%, #edf6ff 59%,#064e93 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(#064e93 0%, #edf6ff 59%,#064e93 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(#064e93 0%, #edf6ff 59%,#064e93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7c0d9', endColorstr='#064e93',GradientType=0 ); /* IE6-9 */
-webkit-border-radius:20px;
border-radius:20px;
}

.login input, .lost-pass input
{
	margin: 10px 20px 5px 20px;
	padding: 10px 10px;
	border: 1px solid #004990;
    border-radius: 10px;
    color: #555555;
    font-size: 14px;
}
.login button, .lost-pass button
{
	margin-top: 10px;
}
.btn {
    -moz-user-select: none;
    border:none;
    border-radius: 7px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 3px 30px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}
.btn:hover, .btn:focus {
    color: #333333;
    text-decoration: none;
}
.btn:active, .btn.active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}

.btn-default{
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  -webkit-box-shadow: 1px 3px 1px #105697;
  -moz-box-shadow: 1px 3px 1px #105697;
  box-shadow: 1px 3px 1px #105697;
  font-family: Arial;
  color: #231f20;
  font-size: 16px;
  background: #fff;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  text-transform:uppercase;
  font-weight:500;
}


.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background: #d1d2d3;
  text-decoration: none;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
}
.imarketing 
{
	text-align: left;
	color: #393838;
	font-size: 14px;
	margin-top: 30px;
	border: 1px solid #dfdede;
	padding: 20px 20px;
	line-height: 18px;
	font-family:Verdana, Geneva, sans-serif;
	
	
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
}

