@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,900');
body{font-family: 'Lato', sans-serif; color:#252525;}
.login-page{position:relative; background:url(../images/index-page-header.jpg) no-repeat center top; background-size:cover;}
.login-box ul li{font-size:14px;}
.login-box a{color:#252525;}
.login-box .form-btn{float:right;}
.title-text{color:#252525; font-weight:300;font-family: 'Lato', sans-serif;}


.form-btn{background:#d3b553; border:2px solid #d3b553; cursor:pointer; border-radius:0; height:35px; line-height:35px; padding:0 20px; transition:all ease-in-out 200ms;}
.form-btn:hover{background:#2a707a;border:2px solid #2a707a;}

.form-field{background:#eee; border:0; font-size:14px; color:#999; padding:16px; border-radius:0;}

.navigation{background:#fff;}
.analytics-logo{height:108px;}
.analytics-logo img{margin:32px 0; width:100%;}
.content-header{background:#fff;}
.profile-operations{color:#252525;}

.profile-op-link{}