
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

html, body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    /*background-color:black;*/

    /*background:url('../img/bg.png');*/
    background-size: cover;
    font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size:14px;
    height:100%;
    margin:0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right:0px;
    margin-bottom: 0px;
    padding:0px;
    //text-transform:uppercase;
    width:100%;
    overflow-x:hidden;
    background-color: #dfdfdf !important;
    /*background:linear-gradient(180deg, #242424 50%, #e5ff00 195%);*/
}

.overlayLoading {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.3;
    color: #fff;
    font-size: 20px;
    text-align: center;
    z-index: 10000;
}

/*** SPINNER *****/
#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -60px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border:  solid 4px transparent;
    border-top-color:  #2980b9 !important;
    border-left-color: #2980b9 !important;
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

.logo
{
    background-color: #383838;
    font-family: "Segoe UI";
    font-weight: bold;
    color: white;
    /*color: #D4AF37*/;
}

.logo_login
{
    font-family: "Segoe UI";
    font-weight: bold;
    color: white;
}

.credit
{
    background-color: #383838;
    font-size:12px;
    color:#fff;
}

.form {
	width: 100%;
	font-size: 20px;
	/*background-color:#4167b2;*/
	/*background-color:black;*/

	background-size: cover;
	height: 100%;
	background-repeat: ;
}

.form_login {
	width: 100%;
	font-size: 20px;
	background-color:#dfdfdf;
	height: 100%;
}

.textInput {
	width: 100%;
	font-size: 14px;
	padding: 5px;
}

.btn {
    font-size: 20px !important;
}

.gj-icon {
    color: #fff !important;
    position: relative !important;
    font-size: 30px !important;
    left: -4px !important;
    top: 2px !important;
    margin-top: 5px !important;
}