﻿@font-face{
	font-family:flaticon;
	src:url(../fonts/Flaticon.ttf) format("truetype");
	}
@media only screen and (max-device-width: 1024px){
        .install-link {

            font-size: small !important;
        }
    }
* {
box-sizing: border-box;
}

*:focus {
	outline: none;
}
body {
font-family: Arial;
background-color: #3498DB;
background-image: url('../images/background.jpg');
background-size: cover;
padding: 50px;
}
.author-screen {
background-color: rgba(52, 152, 219, 0.7);
padding: 10px;
border-radius: 20px;
margin-bottom: 5px;
}
.author-title {
background-image: url('../images/logo-bmm.png');
background-size: contain;
background-repeat: no-repeat;
text-align: center;
color: #ffffff;
font-size: 20px;
height: 35px;
line-height: 35px;
font-weight:bold;
}
.login {
margin: 20px auto;
width: 300px;
}
.login-screen {
background-color: rgba(255, 255, 255, 0.7);
padding: 20px;
border-radius: 20px
}

.app-title {
text-align: center;
color: #777;
}

.login-form {
text-align: center;
}
.control-group {
margin-bottom: 10px;
}

input {
text-align: center;
background-color: #ECF0F1;
border: 2px solid transparent;
border-radius: 10px;
font-size: 16px;
font-weight: 200;
padding: 10px 0;
width: 250px;
transition: border .5s;
}

input:focus {
border: 2px solid #3498DB;
box-shadow: none;
}

.btn {
  border: 2px solid transparent;
  background: #3498DB;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  font-weight:bold;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 10px;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  width: 250px;
  margin: 0 auto;
}

.btn:hover {
  background-color: #2980B9;
}

.login-link {
  font-size: 12px;
  color: #444;
  display: block;
	margin-top: 12px;
}	
.lickey{
        font-size: 12px !important;
    }
.timeTracking{
  position: fixed;
  right:2.5%;
  top:5%;
  border: 2px solid transparent;
  border-radius: 20px;
  text-align: center;
}
.timeTracking::before{
	font-family:flaticon !important;
    content: "\f1a5";
	float:left;
	margin-right:-25px;
	margin-top: 0px !important;
	margin-bottom: -5px !important;
  margin-left: 10px;
	height:100%;
	font-size:25px;
	color:rgba(255, 255, 255, 1) !important;
	}
.timeTracking, .pos{
  position: fixed;
  right:2.5%;
  top:5%;
  border: 2px solid transparent;
  border-radius: 20px;
  text-align: center;
}
.timeTracking::before, .pos::before, .clockIn::before, .clockOut::before{
	font-family:flaticon !important;
	float:left;
	margin-right:-25px;
	margin-top: 0px !important;
	margin-bottom: -5px !important;
  margin-left: 10px;
	height:100%;
	font-size:25px;
	color:rgba(255, 255, 255, 1) !important;
	}
.timeTracking::before{
      content: "\f146";
  }
.pos::before{
    content: "\f1a5";
}
.clockIn::before{
  content: "\f185";
}
.clockOut::before{
  content: "\f184";
}
/*End Mobile*/
@media only screen and (max-device-width: 1200px) {
  body {
    background-image: url('../images/background-mobile.jpg');
    background-size: cover;
padding: 50px;
}
.login {
  width: 98%;
}
.author-screen {
margin-bottom: 30px;
}
.app-title{
  font-size:30px;
  color:rgba(0, 0, 0, 0.7);
}
.author-screen, .login-screen, input, .btn {
border-radius: 20px;
}
.author-title {
font-size: 80px;
height: 100px;
line-height: 100px;
}
input, .btn {
border: 2px solid transparent;
font-size: 40px;
padding: 10px 0;
width: 98%;
height: 100px;
}
.control-group {
    margin-bottom: 30px;
}
.timeTracking, .pos{
  position: fixed;
  right:50px;
  top:unset !important;
  bottom:5%;
  border: 2px solid transparent;
  border-radius: 20px;
  text-align: center;
  line-height: 70px;
  font-size: 50px;
  padding: 10px 0;
  width: calc(100% - 100px);
  height: 100px;
}

}
/*End Mobile*/
