@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400);

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
		font-family: "Roboto", Helvetica Neue, Arial, sans-serif;
  		font-size: 14px;
  		line-height: 1.6;
	    letter-spacing: 0.2px;
		padding: 0;		
		margin: 0;
    	background: transparent radial-gradient(circle farthest-side at right bottom,  #7593B4 5%, #637D99 25%, #2c4259 80%, #273a4e 98%) repeat scroll 0% 0%;
	}

h2 {
	font-family: "Roboto", Helvetica Neue, Arial, sans-serif;
	font-weight: 100;
	line-height: 1.1;
	margin-top: 22px;
	margin-bottom: 11px;
	font-size: 35px;
}

.row {min-height: 100vh;}

.wrapper-xxl {color: #fff;}
@media (min-width: 360px) {.wrapper-xxl {padding-top: 50px;padding-bottom: 50px;}}
@media (min-width: 540px) {.wrapper-xxl {padding-top: 100px;padding-bottom: 50px;}}
@media (min-width: 768px) {.wrapper-xxl {padding-top: 250px;}}
@media (min-width: 800px) {.wrapper-xxl {padding-top: 300px;}}
@media (min-width: 769px){ #bck-img10 {
  							background-image: url('../img/theme/login-screen1.png');
  							background-position: center right;
  							background-repeat: no-repeat;
  							background-size: 66%; }}
.pass {cursor: pointer;}

.activity-item span {
    float: left;
    font-size: 16px;
    margin-top: 3px;
}

div.activity {
	margin-left: 28px;
}

div.activity-item {
	padding: 7px 12px;
}

.noty_type_error * {
	font-weight: normal !important;
}