﻿/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.login,
.image {
    min-height: 100vh;
}

.bg-image {
    background-image: url('bg.jpg');
    background-size: cover;
    background-position: center center;
}
.bg-login {
    background: #F2AA4C;
}
.login-text {
    color: #F2AA4C;
}
#ajax-loader-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url("../assets/loading.gif") 50% 50% no-repeat;
}
#ajax-loader-modal2 {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .8) url("../assets/loading.gif") 50% 50% no-repeat;
}
a {
    color: #F2AA4C !important;
}
    a:hover {
        color: #9f733a !important;
    }

.pagcor-icon {
    width: 100px;
    height:100px;
}
.login-logo {
    width: 100%;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
.mt-20 {
    margin-top:20rem;
}
.bg-members {
    background: url(bg-loony.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}