﻿*, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container-fluid {
    height: 100vh;
    width: 100%;
}

.page-content {
    height: inherit;
    z-index: 999;
}

.login-info {
    height: inherit;
    padding: inherit;
    margin: inherit;
    width: 100%;
    background-color: black;
}

.bg {
    height: inherit;
    width: inherit;
    padding: 0;
    margin: 0;
    background-image: url('../Images/loginlogo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.23;
    z-index: -1;
}

.card {
    border-radius: 0px;
    border-top: none !important;
}

.card-header {
    padding: .4rem 1.25rem !important;
    background-color: #ffffff;
    border-top: 2px solid #0099ff;
    border-radius: 0px !important;
}

.card-body {
    padding: .75rem !important;
}


.website-logo {
    display: inline-block;
    top: 50px;
    right: initial;
    left: 50px;
    bottom: initial;
    position: absolute;
    z-index: 1000;
}

.login-form {
    height: inherit;
    padding: inherit;
    margin: inherit;
    width: 100%;
    background-color: #0093FF;
}

#loginpage {
    padding-top: 3%;
}

    #loginpage .container #login-row #login-column #login-box {
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
        width: 350px;
        height: 230px;
        /*border: 1px solid #31315b;*/
        /*background-color: #31315b;*/
    }

        #loginpage .container #login-row #login-column #login-box #login-form {
            padding: 20px;
        }




#login-box input {
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    border: 0;
    outline: 0;
    border-radius: 6px;
    background-color: white;
    font-size: 15px;
    font-weight: 300;
    color: #8D8D8D;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 14px;
}

    #login-box input:hover, #login-box input:focus {
        border: 0;
        background-color: #ebeff8;
        color: black;
    }
#ErrorMessage {
    margin-top:10px;
    font-size: 14px;
    padding: 2px;
    text-align: center;
}
.form-button {
    margin-top: 10px;
}

    .form-button .ibtn:last-child {
        margin-right: 0;
    }

    .form-button .ibtn:hover, .form-button .ibtn:focus {
        -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
    }

    .form-button .ibtn.less-padding {
        padding: 6px 15px !important;
    }

    .form-button .ibtn.extra-padding {
        font-size: 16px;
        padding: 10px 32px;
    }

    .form-button a {
        font-size: 13px;
        font-weight: 700;
        color: #fff;
    }

    .form-button.full-width {
        margin-top: 15px;
    }

        .form-button.full-width .ibtn {
            width: 100%;
        }

    .form-button .ibtn {
        border-radius: 6px;
        border: 0;
        padding: 6px 28px;
        background-color: #fff;
        color: #29A4FF;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        cursor: pointer;
        margin-right: 10px;
        outline: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    }
.loading {
    background: rgba(0,0,0,0.1);
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.30);
    position: fixed;
    padding-left: 50%;
    padding-top: 100px;
    z-index: 100002;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 51px;
        height: 51px;
        margin: 6px;
        border: 6px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width:767.98px) {
    .login-info {
        display: none;
    }

    #loginpage {
    }

    #logi-page .text-info {
        font-size: 14px;
    }

    #loginpage .container #login-row #login-column #login-box {
        width: 300px;
        height: 290px;

    }

        #loginpage .container #login-row #login-column #login-box #login-form {
            padding: 10px;
        }
}
