h1 {
    color: #f39200;
    text-align: center;
}

button {
    margin-top: 20px;
    width: 99%;
    background: #f39200 !important;
    color: white !important;
    text-transform: uppercase;
    text-shadow: none !important;
    font-weight: bold !important;
}

.center {
    margin-top: 20%;
    margin-left: 5%;
    margin-right: 5%;
}

.ui-input-text {
    margin-bottom: 30px;
}

::placeholder {
    color: #9b9b9b;
}

.float-label-focus {
    color: #f39200;
    margin-top: 5px !important;
	margin-left: 5px !important;
	position: absolute;
	font-size: 12px !important;
}

.loader-index {
    display: none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
        url('../img/loader.gif')
        50% 50%
        no-repeat;
}

.logo-header {
	margin-right: 35px !important;
}

.ui-page-theme-a {
	text-shadow: none !important;
}

#page {
	background-color: #444651 !important;
}