﻿/* CSS Document */
@font-face {
    font-family: 'Rochester';
    src: url('../../fonts/Rochester/Rochester-Regular.ttf');
}

html {
    height: 100%;
}


/*Start Intro*/
.intro {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    top: 0px;
    left: 0px;
    cursor: pointer;
    height: 100%;
    background-image: url('../images/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .intro .container-intro {
        position: absolute;
        left: 50%;
        top: 5%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }


.container-intro .intro-title {
    position: relative;
    /*z-index: -1;*/
}

    .container-intro .intro-title h1 {
        width: 100%;
        white-space: nowrap;
        font-size: 9rem;
        margin: 0px;
        font-weight: 900;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: url('../images/11.jpg') no-repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: cover;
        background-position: center;
        font-family: 'Rochester', cursive;
    }


.intro .intro-img img {
    position: absolute;
    height: 85vh;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*End Intro Page*/
/*Start Login Page*/
.container-fluid {
    z-index: 9999;
}

.center {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%,-30%);
    -ms-transform: translate(-50%,-30%);
    transform: translate(-50%,-30%);
}

.container_login {
    display: flex;
    justify-content: space-between;
    width: 28rem;
    height: fit-content;
    margin: 0 auto;
}

@media (min-width:400px) and (max-width:455px) {
    .container_login {
        width: 24rem;
    }
}

@media (min-width:325px) and (max-width:401px) {
    .container_login {
        width: 20rem;
    }
}

.flip {
    -webkit-transform: rotateY(-160deg);
    transform: rotateY(-160deg);
}

.logo-img {
    background-image: url(../images/logo.png);
    width: 10rem;
    height: 10rem;
    background-size: 100% 100%;
    position: absolute;
    left: 1rem;
    top: 4rem;
}

.content_login {
    width: 28rem;
    border-radius: 10px;
    box-shadow: 1px 1px 7px #FFF;
    background-color: #FFF;
    text-align: right;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 39%, rgba(243, 243, 243, 1) 97%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(39%,rgba(255,255,255,1)), color-stop(97%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 39%, rgba(243, 243, 243, 1) 97%);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 1) 39%, rgba(243, 243, 243, 1) 97%);
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 1) 39%, rgba(243, 243, 243, 1) 97%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 39%, rgba(243, 243, 243, 1) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=1 );
    padding-bottom: 17px;
}

.large-header {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    top: 0px;
    left: 0px;
    cursor: pointer;
    height: 100%;
    background-image: url('../images/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-title {
    background-color: #337ab7;
    border-top-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
}

    .login-title h1,
    .login-title span {
        font-size: 1.5rem;
        padding: .5rem;
        margin: 0px;
        text-align: left;
        color: #fff;
        text-transform: capitalize;
    }

.login_input,
select {
    height: 29px;
    border-radius: 7px;
    border: 1px solid #CCC;
    margin-top: 10px;
    outline: none;
    font-size: 1rem;
}

.login_input,
.select-info {
    width: 53%;
}

input[type="number"],
select {
    width: 41%;
}

.select-info {
    margin-top: 2.25rem;
}

.form-body {
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

label {
    font-size: .9rem;
    margin-top: 0px;
    margin-right: 95px;
}

.check-container {
    margin-top: .5rem;
    display: flex;
    align-items: center;
    align-self: center;
    padding-left: 10rem;
}

    .check-container input[type=checkbox] {
        width: 1rem;
        height: 1rem;
    }
        .check-container input[type=checkbox]:checked {
            accent-color: #337ab7;
        }
    .div-content {
    display: flex;
    justify-content: flex-end;
}

.btn-container {
    margin-top: 1rem;
}

.btn-main,
.btn-back {
    margin-top: 8px;
    border: none;
    background-color: #337ab7;
    color: #FFF;
    padding: 0.5rem 1rem;
    font-size: 13px;
    box-shadow: 1px 1px 5px #999;
    transition: 0.5s;
    outline: none;
    border-radius: 5px;
}

.btn-main {
    background-color: #337ab7;
}

.btn-back {
    background-color: #8b0006;
}

.btn-main:hover {
    background-color: #143F6B;
}

.btn-back:hover {
    background-color: #660000;
}
/*End Login Page*/
/*Start Model*/
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal.show {
    display: block;
}
.modal-open {
    padding-left: 0 !important;
}

.modal-dialog {
    position: absolute;
    top: 30%;
    left: 30%;
    width: 47rem;
    margin: 10px;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.4s ease;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--main-blue);
    background-clip: padding-box;
    border: 1px solid #2c2e33;
    border-radius: 0.3rem;
    outline: 0;
    color: #fff;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: .0rem 1rem;
    background-color: darkred
}

.modal-header .btn-close {
    background-color: transparent;
    padding: 12.5px 13px;
    margin: -12.5px -13px -12.5px auto;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    background-color: #fff;
    color: #143f6b;
    max-height: 80%;
    overflow: auto;
    font-weight: bold;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.6875rem;
    background-color: #fff
}

    .modal-footer .btn-danger {
        background-color: darkred;
        border-color: darkred;
    }

    .modal-footer > * {
        margin: 0.25rem;
    }

/* Main Model*/
.main-modal.show {
    display: block;
}

.main-modal .modal-header {
    background-color: var(--dark-blue);
    display: flex;
    justify-content: space-between;
}

    .main-modal .modal-header .modal-title {
        color: #fff;
    }

    .main-modal .modal-header .btn-close {
        padding: 0;
        margin: 0;
    }

.main-modal .modal-dialog {
    max-width: 700px;
}
/*End Model*/
/*Start Media*/
@media only screen and (max-width: 767px) {
    .container-intro .intro-title {
        height: 142px;
    }

        .container-intro .intro-title h1 {
            font-size: 80px;
            top: 35%;
        }
}

@media (min-width:299px) and (max-width:570px) {
    .center {
        left: 50%;
    }

    .login-title h1, .login-title span {
        font-size: 1.5rem;
        padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    }

    .logo-img {
        display: none;
    }

    .content_login {
        width: 100%;
    }

    .login_input, select {
        width: 95%;
    }

    .check-container {
        align-self: flex-start;
        padding-left: 1rem;
    }

    .div-content {
        width: 95%;
    }
}
/*End Media*/
