@charset "utf-8";
/* CSS Document */

body{
background:rgb(241,243,240);
background-size:cover;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

.wrapper-medium{
margin: 200px auto 0;
padding: 15px 35px;
/*background: rgb(84,89,94); /* Old browsers */
/*background: -moz-linear-gradient(top,  rgba(84,89,94,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(84,89,94,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  rgba(84,89,94,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  rgba(84,89,94,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  rgba(84,89,94,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  rgba(84,89,94,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54595e', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
max-width: 350px;
height: 255px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
border: 1px solid rgb(183,183,183);
background: #ffffff;
margin-top: 11%;
}

.wrapper-medium label{
	float:left;
	padding-top:8px;
}

.wrapper-medium a{
color:rgb(7,142,210) !important;
font-size:11px;
/*line-height:20px;*/
text-decoration: none;
padding-left:20px;
}

.wrapper-medium a:hover{
color:#0099FF;
}

.wrapper-medium label.checkbox{
width:auto;
vertical-align: top;
padding-top: 0;
/*margin-left: 66px;
margin-right: 25px;*/
font-size: 11px;
line-height: 20px;
margin-top: 7px;
float: right;
padding-left: 5px;
}
.push-bottom10{
margin-bottom:10px;
}
.wrapper-medium input[type="text"], .wrapper-medium input[type="password"]{
    width: 95%;
    height: 25px;
    border: 0;
    background-color: #fff !important;
    border: 1px solid rgb(205,205,205);
    padding: 6px;
}

.btn-blue{
background:#518ee2;
border:0;
padding: 8px 30px;
color: #ffffff;
font-size: 15px;
cursor:pointer;
float:left;
}

.white{
color:#FFFFFF;
}

.grey{
color:rgb(166,166,166);
}

.dark-grey{
color:rgb(136,141,134);
}

.bold{
	font-weight:700;
}

.text-center{
	text-align:center !important;
	}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
}


.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}
input[type=checkbox], input[type=radio] {
    margin: 8px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    margin-right:5px;
}





