body{
    margin: 0;
    padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background: url('../images/3.jpg') no-repeat center center fixed;
    background-size: cover;
    background-color: #333;
    height: 100%;
 }
/**** LOGIN_SIGNUP ******/
.login-form input#tel:hover,.login-form input#name:hover,.login-form input#email:hover{
    border: 1px solid #0ab5ae;	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.modal-content {
    background:rgba(93, 125, 189, 0.3);
}
/*-- login --*/
html, body {
    height: 100%;
}
.login{
    width: 380px;
    // float: left;
	margin:0 auto;
}
.modal-body {
    padding: 30px 35px 35px;
}
.modal-body .message {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: -10px;
}
.login-form input[type="text"],.login-form input[type="password"]  {
    width:93%;
    padding: 10px 10px 10px 10px;
    font-weight: normal;
    background: none;
    border: 1px solid #8FA4B9;
    color: #ffffff !important;
    outline: none;
    font-size: 14px;
    margin: 6px 0 17px 0px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.login-form input[type="text"]:hover,.login-form input[type="password"]:hover {
    border: 1px solid #0ab5ae;	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
 /*-- agileits --*/
.login-form input[type="submit"] { 
	background:#0ab5ae;
    color: #fff;
    font-size: 17px;
    border: none;
    width: 100%;
    outline: none;
	cursor:pointer;
    margin-top: 7px;
    -webkit-appearance: none;
    padding: 10px 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.login-form input[type="submit"]:hover {
    background:#0fe3ef;
}
.social-icons li a:hover{
	opacity:0.5;
}
.modal-dialog {
    width: 380px;
    margin: 92px auto 0;
}
.modal-header {
    border-bottom: none;
    text-align: center;
    padding: 22px 12px 0;
}
h1 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin: 0;
    padding: 2em 0;
}
::-webkit-input-placeholder{
	color:#fff;
}
:-moz-placeholder { /* Firefox 18- */
   color: #fff; 
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}
:-ms-input-placeholder {  
   color: #fff;  
}