.tomato-logo {
	width: 130px;
	margin-top: -45px;
	margin-left: 10px;
}

@media screen and (min-width: 600px) {
	body {
		padding-left: 30px;
	}

	.login-form {
		margin-top: 100px;
	}
}

@media only screen and (max-width: 600px) {
	#login-logo {
		background-image: url('/bundles/managementfront/images/small-obtao.png');
		background-repeat: no-repeat;
		width: 130px;
		height: 190px;
		margin: auto;
	}
}

.actions {
	margin-bottom: 20px;
}

.panel.sliding-form {
	display: none;
}

div .holiday {
	display: block;
}

div.login {
	margin: 50px;
}

.header-title {
	display: inline;
	padding-right: 20px;
}

.right-link {
	float: right;
}

.btn-inline {
	display: inline-block;
}

.remove-btn {
	color: red;
}

.god{
    position: relative;
    width:800px;
    min-height:577px;
}
.god .frame {
    position:absolute;
    top:0;
    left:0;
}

.god .employee {
    position:absolute;
    top:20px;
    left:20px;
}
.reason {
    font-size: 23px;
    text-align: center;
    width: 800px;
    position: absolute;
    top:577px;
}

.hidden {
	display: none;
}