﻿/**
 * EasySCP a Virtual Hosting Control Panel
 * Copyright (C) 2010-2017 by Easy Server Control Panel - http://www.easyscp.net
 *
 * This work is licensed under the Creative Commons Attribution-NoDerivs 3.0 Unported License.
 * To view a copy of this license, visit http://creativecommons.org/licenses/by-nd/3.0/.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 *
 * @link 		http://www.easyscp.net
 * @author 		EasySCP Team
 */

@import url('easyscp.messages.css');

@CHARSET "UTF-8";

* {
	color: #000;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a {
	color: #000;
	text-decoration: none;
}

a.button  {
	height: 23px;
	line-height: 23px;
}

body {
	font-size: 0.8em;
}

.button {
	background: transparent url('../images/login/logon_button.png');
	border: none;
	color: #fff;
	cursor: pointer;
	float: right;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin-right: 15px;
	margin-top: 8px;
	padding-bottom: 2px;
	width: 110px;
}
.button:hover {
	color: #5cbada;
}

.image_link {
	display: inline-block;
	padding: 15px 6px;
	text-align: center;
	width: 80px;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
}

.image_link:hover,
.image_link:focus {
	background: rgba(204, 204, 204, 0.5);
}

.main {
	position: absolute;
	top: 15%;
	width: 99%;
}

.mainbox {
	background: url('../images/login/logon_black.png') no-repeat;
	height: 339px;
	margin: 0 auto;
	width: 316px;
}

.mainbox  form {
	padding-top: 175px;
}

.mainbox  fieldset {
	border: none;
	margin: 0 auto;
	width: 270px;
}

.mainbox  label {
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin-top: 5px;
	width: 100px;
}

.textfield {
	width: 150px;
}

.toolbox {
	margin: 10px auto;
	text-align: center;
	width: 316px;
}