@CHARSET "UTF-8";

@font-face{
	font-family : "Futura Bk BT";
	src : url(./fonts/Futura_Book_BT.ttf);
}
@font-face{
	font-family : "Futura Md BT";
	src : url(./fonts/Futura_Medium_BT.ttf);
}
	
@font-face{
	font-family : "Gudea";
	src : url(./fonts/Gudea-Regular.ttf);
}

@font-face{
	font-family : "Gudea";
	src : url(./fonts/Gudea-Bold.ttf);
	font-weight: bold;
}
	
@font-face{
	font-family : "Gudea";
	src : url(./fonts/Gudea-Italic.ttf);
	font-style: italic, oblique;
}

@font-face {
    font-family: 'AmaticSC';
    src: url('./fonts/amaticSC-regular.eot');
    src: url('./fonts/AmaticSC-Regular.ttf') format('truetype'), url('./fonts/amaticSC-regular.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'AmaticSC';
    src: url('./fonts/amaticSC-bold.eot');
    src: url('./fonts/AmaticSC-Bold.ttf') format('truetype'), url('./fonts/amaticSC-bold.eot?#iefix') format('embedded-opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'Brandon';
    src: url('./fonts/Brandon Printed One Shadow.ttf') format('truetype');
}

/*
@font-face {
    font-family: 'Kapra Neue Regular';
    src: url('./fonts/Kapra-Neue-Regular.otf') format('truetype');
}
@font-face {
    font-family: 'Kapra Neue Medium';
    src: url('./fonts/Kapra-Neue-Medium.otf') format('truetype');
}
@font-face {
    font-family: 'Kapra Neue Light';
    src: url('./fonts/Kapra-Neue-Light.otf') format('truetype');
}*/

@font-face {
    font-family: 'Kapra Neue ExtraLight';
    src: url('./fonts/Typoforge Studio - Kapra Neue ExtraLight.otf') format('opentype');
}
@font-face {
    font-family: 'Kapra Neue';
	font-weight: 400;
    src: url('./fonts/Typoforge Studio - Kapra Neue Light.otf') format('opentype');
}
@font-face {
    font-family: 'Kapra Neue';
	font-weight: 500;
    src: url('./fonts/Typoforge Studio - Kapra Neue Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Kapra Neue';
	font-weight: 600;
    src: url('./fonts/Typoforge Studio - Kapra Neue Medium.otf') format('opentype');
}
@font-face {
    font-family: 'Kapra Neue';
	font-weight: 700;
    src: url('./fonts/Typoforge Studio - Kapra Neue SemiBold.otf') format('opentype');
}
@font-face {
    font-family: 'Kapra Neue';
	font-weight: 800;
    src: url('./fonts/Typoforge Studio - Kapra Neue Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Kapra Neue Condensed';
	font-weight: 800;
    src: url('./fonts/Typoforge Studio - Kapra Neue Bold Condensed.otf') format('opentype');
}
@font-face {
    font-family: 'Kapra Neue Condensed';
    src: url('./fonts/Typoforge Studio - Kapra Neue SemiBold Condensed.otf') format('opentype');
}
@font-face {
    font-family: 'Kapra Neue Expanded';
    src: url('./fonts/Typoforge Studio - Kapra Neue Light Expanded.otf') format('opentype');
}

body{
	font-family: Gudea, 'Futura Md BT', Trebuchet MS,Arial, Verdana, sans-serif;
	color:#536c78;
	height: 100%;
	font-size:9pt;
	background-color:#f0ebe3;
}

div, html, body, a, form, img, table, td, h1, h2, h3, h4, h5, h6, blockquote, header, section, footer {
    margin: 0;
    padding: 0;
}

header, footer{
    display: block;
}

a{
	color:#a6978d;
	font-family:Gudea;
	text-decoration:none;
	font-family: Gudea;
}

button{
	color:white;
	height:30px;

	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

/**================================== Login ================================== */
.contentLogin{
	background-image:url(/ThemesDev/themes/html/Theme_Login/images/intranet_BackgroundLogin.png);
	background-color:#f0ebe3;
	background-position:top center; 
	background-repeat:no-repeat;
	min-height:700px;
}


.userLogin{
	width: 376px;
	position:absolute;
	right:0;
	left:0;
	margin: 0 auto;
	z-index: 1002;
	top:80px;
}

.visitBox{
	float:left;
	width:500px;
	padding:165px 0px 0px 36px;
}

.logBox{
	float:left;
	width:330px;
	padding:270px 0px 0px 40px;
}

.logBox {
	font-weight:bold;
	margin-bottom:15px;
}

.logBox #userID {
	border:0px solid #c5c5c5;
}

.logBox  #password{
	border:0px solid #c5c5c5;
}

.logBox input[type="text"]{
	height:35px;
	width:100%;
	margin:5px 0 0 0;
	padding:0 5px 0 5px;
		
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.logBox input[type="password"]{
	height:35px;
	width:100%;
	margin:5px 0 15px 0;
	padding:0 5px 0 5px;
		
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.logBox input[type="checkbox"]{
	height:35px;
	width:100%;
	margin:5px 0 15px 0;
	padding:0 5px 0 5px;
		
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.logBox input[type="submit"]{
	/*color:white;
	background-color:#f0ab32;
	border:1px solid #f0ab32;
	font-weight:bold;
	cursor:pointer;
	text-transform:uppercase;
	color:white;
	height:38px;
	font-family:Gudea;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding:1px 6px;
	margin:60px 0px 0px -10px;
	-webkit-appearance: none;*/
	text-align: center;
    padding: 0.5rem 1.25rem;
    color: #7D3520;
    border-radius: 0.625rem;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #7D3520;
    transition: 0.4s;
    cursor: pointer;
    font-family: 'Kapra Neue';
    font-size: 1.25rem;
    align-items: center;
    flex-direction: row;
    line-height: normal;
    width: fit-content;
	background-color:#FAF9F5;
}

.logBox input[type="submit"] + label::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f87c";
    padding-right: 5px;
}

.logBox input[type="submit"]:hover{
	color: #f3ac33;
}

.logBox input:focus{
	border-color:#939393;
	
	-moz-box-shadow:inset 0 0 2px #d9d9d9;
    box-shadow:inset 0 0 2px #d9d9d9;
}

.logBox .field div{
	color:#c3c3c3;
	text-align:right;
}

.logBox .action{
	color:#bbbdbe;
	font-weight:bold;
	border-top:1px solid #d4d4d4;
	background-color:#f9f9f9;
	
	padding:30px 20px 30px 20px;
}


.logBox  button{
	background-color:#536c78;
	border:1px solid #536c78;
	font-weight:bold;
	cursor:pointer;
}

.logBox  input{
	margin-right:7px;
}

.wpsInstructionText {
color: #FFFFFF;
margin: 0.6em 0px 0px 0px;
}

label{
	color:#536c78;
	font-family: 'Brandon', sans-serif;
	text-transform:uppercase;
	font-size: 1.2em;
    font-weight: normal;
}

.wpsStatusMsg{
width: 330px;
	position:absolute;
	right:0;
	z-index: 1002;
	top:405px;	
	left:20px;
	text-align:center;
}

.wpsStatusMsg img{
	display:none;
}

.problem{
	float:right;
	position:absolute;
	top:430px;
	right:45px;
	color:#a6978d;

}

.rememberme{
	float:left;
	position:absolute;
	top:482px;
	color:#536c78;
}	
		