﻿@import url("font.css");

*,
*:before,
*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

html, body{    
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    font-family: 'Century Gothic';
}

h1, h2, h3, h4, h5, h6{
	line-height: 1;
	font-weight: 300; 
}

a{
	text-decoration: none;
	color: #3CB5F9; 
}

a:hover{
	color: #0793E2; 
}

header{
    width: 100%;
}

.header-container{

}

.header-content{
    width: 90%;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 auto;
    padding: 20px 0;
}

.header-content .company-info{
    display: table;
    height: 32px;
    width: 80%;
}

.header-content .company-info .logo{
    display: table-cell;
    width: 48px;
    height: 32px;
    background: url(../images/Neptrix-Logo-32.png) no-repeat;
}

.header-content .company-info .company-name{
    display: table-cell;
    height: 32px;
    vertical-align: middle;
    padding-left: 10px;
}

#main-standard-container{
    display: table;
    width: 100%;
}

.main-content {
    display: table-cell;
    vertical-align: middle;
}

.page-title{
    font-size: 18px;
    text-align: center;
    color: rgba(255,255,255,0.8);
    margin-bottom: 10px;
}

.main-content .login-panel{
/*    height: 300px;
*/    /*width: 500px;*/
    margin: 0 auto;
/*    padding: 10px;
*/    text-align: center;
}

.main-content .login-panel ::-webkit-input-placeholder {
    text-align: center;
    color: #5c5c5c;
}

.main-content .login-panel :-moz-placeholder { /* Firefox 18- */
    text-align: center;
    color: #5c5c5c;
}

.main-content .login-panel ::-moz-placeholder {  /* Firefox 19+ */
    text-align: center;
    color: #5c5c5c;
}

.main-content .login-panel :-ms-input-placeholder {  
    text-align: center;
    color: #5c5c5c;
}

.main-content .login-panel .login-textbox{
    height: 70px;
    width: 480px;
    padding: 10px;
    background: rgba(255,255,255,0.6);
    border-radius: 10px 10px 0 0;
    border: 1px solid #cecece;
    color: #222222;
    font-size: 24px;
    text-align: center;
}

.main-content .login-panel .login-textbox:focus{
    outline: none;
    box-shadow: 0 0 10px 0 #FF7F27;
}

.main-content .login-panel .password-textbox{
    height: 70px;
    width: 480px;
    padding: 10px;
    margin-top: 1px;
    background: rgba(255,255,255,0.6);
    border-radius: 0 0 10px 10px;
    border: 1px solid #cecece;
    color: #222222;
    font-size: 24px;
    text-align: center;
}

.main-content .login-panel .password-textbox:focus{
    outline: none;
    box-shadow: 0 0 10px 0 #FF7F27;
}
.main-content .login-panel .auth-textbox {
    background-color: #f0f0f0;
    width: 100%;
    height: 40px;
    border-radius: 0 5px 5px 0;
    box-shadow: none;
    border: none;
    font-size: 18px;
    text-align: center;
}
.main-content .login-panel .auth-textbox::placeholder {
    color: #ccc;
    text-align: center;
    padding-right: 5px;
    /*text-align: left;
    padding-left: 10px;*/
}
.main-content .login-panel .auth-textbox:focus {
    outline: none;
    box-shadow: none;
}
.main-content .login-panel .textbox-overlay {
    left: 0px;
    top: -15px;
    padding: 10px;
    width: 480px;
    height: 65px;
    color: #5c5c5c;
    position: absolute;
    overflow-x: hidden;
    font-size: 24px;
    cursor: text;
    text-align:center;
}
.main-content .login-panel .textbox-overlay.none {
    display: none;
}

.main-content .login-panel .error-message{
    padding: 10px;
    background: rgba(255, 30, 30, 0.6);
    color: #FFFFFF;
    width: 480px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 7px;
    max-height: 55px;
}
.main-content .login-panel .error-message ul {
    list-style: none;
    list-style-type: none;
    padding: 0 0;
    margin: 0 0;
}

.main-content .login-panel .login-button{
    padding: 10px 20px;
    color: #333333;
    margin: 0 auto;
    margin-top: 25px;
    font-size: 16px;
    margin-left: 400px;
    z-index: 999;
    background: rgba(255,255,255,0.7);
    border: none;
    border-radius: 10px;
    cursor: pointer;

    transition: all 0.3s;
}

.main-content .login-panel .login-button-v2 {
    padding: 10px 20px;
    color: #fff;
    margin: 0 auto;
    margin-top: 5px;
    font-size: 16px;
    /*margin-left: 400px;*/
    z-index: 999;
    background: #f57e2b;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    height: 40px;
}

.main-content .login-panel .login-button:hover{
    color: #ce5400;
}

.main-content .way-back{
    text-align: center;
}

.main-content .way-back a{
    color: rgba(255,127,39,0.7);
    font-size: 24px;
    transition: all 0.3s;
}

 .main-content .way-back a:hover{
    color: rgba(206,84,0,0.7);
    text-shadow: 0px 0px 5px rgba(206, 84, 0, 0.7);
}

footer {
    width: 100%;
    background: #333333;
    z-index: 10;
    position: fixed;
    bottom: 0;
}

#footer-container {
    /*position: absolute;*/
    /*bottom: 0;
    padding-bottom: 20px;
    width: 100%;*/
    height: 26px;
    width: 100%;
    display: table;
    padding: 0 13px;
    z-index: 10;
    position: relative;
}
#footer-container .footer-content {
    /*color: rgba(255,255,255,0.5);*/
    /*color: #666;
    font-size: 8pt;
    text-align: center;
    font-family: 'Arial';*/
}

#footer-container .left .neptrix-logo {
    display: inline-block;
    background-image: url("../imgLib/infohub_footer_logo.png");
    background-repeat: no-repeat;
    width: 75px;
    height: 14px;
    background-size: 100% 100%;
}

#footer-container .left .footer-info {
    font-size: 7pt;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
}

.text-xx-large {
    font-size: 36px;
}

.text-x-large {
    font-size: 30px;
}

.text-large {
    font-size: 24px;
}

.text-normal {
    font-size: 18px;
}

.text-small {
    font-size: 16px;
}

.txtusername-icon,
.txtpassword-icon,
.txtcardnumber-icon {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    height: 40px;
    width: 55px;
    border-radius: 5px 0 0 5px;
    border: 3px solid #f0f0f0;
}

.txtusername-icon {
    background-image: url('../imgLib/landing/user_icon.png');
    background-size: 40%;
}

.txtpassword-icon {
    background-image: url('../imgLib/landing/password_icon.png');
    background-size: 40%;
}

.txtcardnumber-icon i{
    color: orange;
    font-size: 20px;
    padding: 5px;
}

.triangle-right {
    display: inline-block;
    position: absolute;
    right: 30%;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100vh 12rem;
    border-color: transparent transparent #fff;
    z-index: 10;
}

.login-type-button {
    width: 100%;
    display: flex;
    font-size: 25px;
    justify-content: center;
}

.username-password, .user-cardnumber {
    margin: 5px;
    padding: 3px;
    border-radius: 5px;
    color: orange;
    width: 45px;
    height: 45px;
}

    .username-password:hover, .username-password:focus, .user-cardnumber:hover, .user-cardnumber:focus {
        background-color: orange;
        color: white;
    }

.active-button {
    background-color: orange;
    color: white;
}

.signinmessage {
    font-family: Arial;
    color: #6B6B6B;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
}