/**
 * Unicorn Admin Template
 * Version 2.1.0
 * Diablo9983 -> diablo9983@gmail.com
**/
html,
body {
	width: 100%;
	height: 100%;
}

.navbar {
	min-height: 0 !important;
}

body {
	/*background-color: #444444;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#555555), to(#111111));
    background-image: -webkit-linear-gradient(top, #555555, 0%, #111111, 100%);
    background-image: -moz-linear-gradient(top, #555555 0%, #111111 100%);
    background-image: linear-gradient(to bottom, #555555 0%, #111111 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff111111', GradientType=0);*/
	background-attachment: fixed;
	padding: 0;
	margin: 0;
	/*background: url('/content/img/brand2.png') no-repeat 700px 40px transparent;*/
	/*overflow: hidden;*/
}

.login-message {
	position: fixed;
	width: 460px;
	top: 420px;
	left: 700px;
	text-align: justify;
}

a.grey {
	color: #aaaaaa;
}

a.blue {
	font-weight: bold;
}

@media (max-width: 400px) {
	a.grey,
	a.blue {
		font-size: 12px;
	}
}

#container {
	top: 15%;
	position: absolute;
	/*left: 50%;*/
	margin-left: 0;
	margin-top: 20px;
	padding-bottom: 25px;
}

@media (max-width: 480px) {
	#container {
		margin: 40px 20px 5% 0;
		/*left: auto;*/
		width: 90%;
	}
}

#logo,
#loginbox,
#recoverbox,
#registerbox,
#resetbox,
#notauthorized {
	width: 400px;
	margin: 0 auto;
	margin-bottom: 40px;
	position: relative;
}

#notauthorized {
	width: 600px;
	margin-left: 60px;
}

#loginbox,
#recoverbox,
#registerbox,
#resetbox,
#notauthorized {
	/* height: 255px; */
	background: #ffffff;
	-webkit-box-shadow: 0 0 4px #000000;
	-ms-box-shadow: 0 0 4px #000000;
	box-shadow: 0 0 4px #000000;
	-ms-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden !important;
	text-align: center;
}

#notauthorized {
	text-align: left;
	padding-bottom: 20px;
}

	#notauthorized h3 {
		padding: 20px;
		margin-top: 0;
		border: 1px solid transparent;
		-ms-border-radius: 4px;
		border-radius: 4px;
		background-color: #f2dede;
		border-color: #eed3d7;
		color: #b94a48;
	}

	#notauthorized p {
		padding: 20px;
	}

.validation-error {
	text-align: left;
	display: block;
	color: maroon;
	margin-left: 24px;
}

@media (max-width: 480px) {
	#logo,
	#loginbox {
		width: 100%;
	}
}

#logo {
	padding: 20px 0 20px 5px;
}

	#logo img {
		width: 215px;
		margin: 0 auto;
		display: block;
	}

#user {
	width: 100%;
	height: 100px;
	-ms-opacity: 0;
	opacity: 0;
}

/*#user,
    #user .avatar,
    #user .inner,
    #user .text {
        position: absolute;
    }

        #user .avatar {
            border: 2px solid #ffffff;
            -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
            -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
            left: 45px;
            top: 10px;
        }

#user .inner {
            background-image: -moz-linear-gradient(-55deg, rgba(255, 255, 255, 0.7) 0%, transparent 100%);
        }

        #user .avatar,
        #user .inner {
            width: 75px;
            height: 75px;
            overflow: hidden;
            -ms-border-radius: 40px;
            border-radius: 40px;
        }

#user .text {
            top: 17px;
            left: 150px;
            font-size: 16px;
            color: #ffffff;
            text-shadow: 0 1px 0 #000000;
        }

        #user .user_name {
            display: block;
            font-size: 24px;
        }
    */

#recoverbox .control-group {
	margin: 23px 0;
}

form p {
	margin-top: 15px;
	padding: 0 20px;
}

@media (max-width: 400px) {
	form p {
		font-size: 12px !important;
	}
}

.form-actions {
	padding: 5px 20px 15px;
	-ms-border-radius: 0 0 30px 30px;
	border-radius: 0 0 30px 30px;
}

	.form-actions .pull-left,
	.form-actions .pull-right {
		margin-bottom: 10px;
	}

	.form-actions .pull-left {
		text-align: left;
	}

	.form-actions .pull-right {
		text-align: right;
	}

.input-group {
	padding: 0 20px 5px;
}

.footer-login {
	border-top: 1px solid #e6e6e6;
}

	.footer-login .text {
		font-size: 16px;
		font-weight: bold;
		color: #555555;
		padding: 12px 20px;
	}

.btn-inverse {
	color: #ffffff;
	background-color: #555555;
	border-color: #494949;
}

	.btn-inverse:hover,
	.btn-inverse:focus,
	.btn-inverse:active,
	.btn-inverse.active,
	.open .dropdown-toggle.btn-inverse {
		color: #ffffff;
		background-color: #414141;
		border-color: #2a2a2a;
	}

	.btn-inverse:active,
	.btn-inverse.active,
	.open .dropdown-toggle.btn-inverse {
		background-image: none;
	}

	.btn-inverse.disabled,
	.btn-inverse[disabled],
	fieldset[disabled] .btn-inverse,
	.btn-inverse.disabled:hover,
	.btn-inverse[disabled]:hover,
	fieldset[disabled] .btn-inverse:hover,
	.btn-inverse.disabled:focus,
	.btn-inverse[disabled]:focus,
	fieldset[disabled] .btn-inverse:focus,
	.btn-inverse.disabled:active,
	.btn-inverse[disabled]:active,
	fieldset[disabled] .btn-inverse:active,
	.btn-inverse.disabled.active,
	.btn-inverse[disabled].active,
	fieldset[disabled] .btn-inverse.active {
		background-color: #555555;
		border-color: #494949;
	}

.btn-social .btn {
	display: inline-block;
	font-size: 20px;
	border-left: 1px solid #e6e6e6;
	color: #888888;
	padding: 9px 0 10px;
	margin: 0 0 0 -4px;
	-ms-border-radius: 0;
	border-radius: 0;
}

	.btn-social .btn:hover {
		color: #fff;
	}

	.btn-social .btn.btn-facebook:hover {
		background-color: #428bca;
	}

	.btn-social .btn.btn-twitter:hover {
		background-color: #5bc0de;
	}

	.btn-social .btn.btn-google-plus:hover {
		background-color: #d9534f;
	}

	.btn-social .btn i {
		padding: 0 15px 0 17px;
	}

hr {
	margin: 8px 0 -5px;
}

.validation-summary-errors {
	text-align: left;
}

	.validation-summary-errors ul {
		list-style-type: none;
		font-size: 90%;
		font-weight: bold;
	}
