
body {
    
	background-color:#2a3f54;
}


::-moz-selection { background: #0E77BB; color: #fff; text-shadow: none; }
::selection { background: #0E77BB; color: #fff; text-shadow: none; }

.form-box {
	margin-top: 115px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	text-align:center;
}

.form-bottom {
	padding: 20px;
	background:rgba(255,255,255,0.1);
	border-radius:5px;
	text-align: left;
}

.form-bottom form .input-error {
	border-color: #de615e;
}



/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}


@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }

}

#user_photo { width:150px; height:150px; background:url(../img/logo/user_default_photo.jpg) no-repeat center #b9b9b9; border:solid 1px #000000; border-radius:100px; margin:0px auto;}
#user_name { color:#FFFFFF; font-size:30px; margin-top:10px;}
.frm_in > input { height:35px; line-height:35px; padding:0px 0px 0px 5px;}
.log_but { 
display:inline-block;margin-bottom:0;font-weight:400 !important;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px;

text-align:center !important; color:#FFFFFF; font-size:16px !important; width:100%; height:40px !important; line-height:40px !important;  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#29c2ec+0,13a7e3+100 */
background: #29c2ec!important; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml!important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5YzJlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxM2E3ZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #29c2ec 0%, #13a7e3 100%)!important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#29c2ec), color-stop(100%,#13a7e3))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #29c2ec 0%,#13a7e3 100%)!important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #29c2ec 0%,#13a7e3 100%)!important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #29c2ec 0%,#13a7e3 100%)!important; /* IE10+ */
background: linear-gradient(to bottom,  #29c2ec 0%,#13a7e3 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29c2ec', endColorstr='#13a7e3',GradientType=0 ); /* IE6-8 */
}

.lsot { text-align:right; }
.lsot > a { color:#FFFFFF; font-size:12px;}
.lsot > a:hover { color:#FFFF00;}

body > footer { background-color:#000000 !important; text-align:center; color:#6b6b6b; position:fixed; width:100%; font-size:12px; bottom:0px; line-height:30px;}
