﻿body {
    background-color: #000000;
}

.system_type {
    position: absolute;
    top: 5vw;
    color: #fff;
    text-align:center;
    width: 100%;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;    
}
    
    .system_type ul {
        padding: 0px;
        list-style: none;
    }

        .system_type ul li {
            padding-top: 15px;
        }

            .system_type ul li div {
                border: 4px solid #eee;
                border-radius: 20px;
                padding: 10px;
                text-align: center;
                transition: all .2s;
                -webkit-transition: all .2s;
                -moz-transition: all .2s;
            }

                .system_type ul li div:hover, .system_type ul li div:focus, .system_type ul li div:active {
                    box-shadow: 0px 0px 7px 2px #fff;
                    -webkit-box-shadow: 0px 0px 7px 2px #fff;
                    -moz-box-shadow: 0px 0px 7px 2px #fff;
                    cursor: pointer;
                }

.active {
    box-shadow: 0px 0px 7px 2px #fff;
    -webkit-box-shadow: 0px 0px 7px 2px #fff;
    -moz-box-shadow: 0px 0px 7px 2px #fff;
    cursor: pointer;
}

.nolicense {
    cursor: not-allowed;
    opacity: 0.7;
}
    .nolicense:hover {
        cursor: not-allowed !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
    }
.system_type ul li div h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
}

.system_type ul li div p {
    color: #eee;
}

.y-loader {
    display: none;
    color: #fff;
    font-size: 50px;
    text-align: center;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}



.loginform {
    width: 500px;
    height: 600px;
    background-color: #808080;
    margin: 0 auto;
    padding: 15px;
    position: absolute;
}

.doorbox {
    width: 100%;
    position: absolute;
    top: 37%;
    bottom: 63%;
}

.rightside {
    width: 65vw;
    position: absolute;
    right: 0px;
}

.rightside-corner {
    border-right: 0px solid #ff6a00;
    border-bottom: 0px solid #ffeeee;
    border-left: 182px solid transparent;
    border-top: 200px solid #AA99fe;
}


.leftside {
    width: 65vw;
    position: absolute;
    left: 0px;
}

.leftside-corner {
    border-right: 182px solid transparent;
    border-bottom: 200px solid #ffeeee;
    border-left: 0px solid #292626;
    border-top: 0px solid #AA99fe;
}


body {
    /*background: #eee url(Images/partner.jpg) no-repeat center;*/
    background-color: #1e598f;
}

html, body {
    position: relative;
    height: 100%;
}

.login-container {
    /*position: absolute;*/
    padding: 20px 20px 20px;
    text-align: center;
    background: #fff;
    /*border: 1px solid #ccc;*/
}

#output {
    position: absolute;
    width: 300px;
    top: -75px;
    left: 0;
    color: #fff;
}

    #output.alert-success {
        background: rgb(25, 204, 25);
    }

    #output.alert-danger {
        background: rgb(228, 105, 105);
    }


/*.login-container::before,.login-container::after{
    content: "";
    position: absolute;
    width: 100%;height: 100%;
    top: 3.5px;left: 0;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    border: 1px solid #ccc;

}

.login-container::after{
    top: 5px;
    z-index: -2;
    -webkit-transform: rotateZ(-2deg);
     -moz-transform: rotateZ(-2deg);
      -ms-transform: rotateZ(-2deg);

}*/

.avatar {
    width: 100px;
    height: 100px;
    margin: 10px auto 30px;
    border-radius: 100%;
    border: 2px solid #aaa;
    background-size: cover;
    /*background-image: url('Images/logo.png');*/
}

.form-box input {
    width: 100%;
    /*padding: 10px;*/
    text-align: center;
    height: 40px;
    border: 1px solid #ccc;
    ;
    background: #fafafa;
    transition: 0.2s ease-in-out;
}

    .form-box input:focus {
        outline: 0;
        background: #eee;
    }

    .form-box input[type="email"] {
        border-radius: 5px 5px 0 0;
        text-transform: lowercase;
    }

    .form-box input[type="text"] {
        border-radius: 5px 5px 5px 5px;
    }


    .form-box input[type="password"] {
        border-radius: 0 0 5px 5px;
        border-top: 0;
    }

.form-box button.login {
    margin-top: 15px;
    padding: 10px 20px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.logo_container {
    margin-top: 77px;
    text-align: center;
    font-size: 20px;
    line-height: 90px;
    color: #aaa;
    font-weight: 800;
    border-radius: 15px;
    width: 130px;
}

.login_main_container {
    /*width: 360px;
    box-shadow: 7px 7px 21px -4px;
    border-radius: 0px 0px 15px 15px;
    background-color: #fff;*/
    width: 372px;
    box-shadow: 7px 7px 21px -4px;
    border-radius: 0px 0px 15px 15px;
    background-color: #fff;
    min-height: 350px;
    position: absolute;
    right: 0;
    left: 0;
    top: -10px;
    margin: 0 auto;
    padding-bottom:30px;
}

.loginLoader {
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 10%;
    width: 36vw;
    height: 36vw;
    margin-top: -10px;
    margin-left: -100px;
    border-radius: 50%;
    border: 35px solid transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-color: #3986d4;
    border-bottom-color: #5dbaed;
    animation: spinner 6s ease infinite;
    z-index: -2;
    left: 0;
    right: 0;
    margin: 0 auto;
}






*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.loader {
    position: absolute;
    top: 39%;
    left: 42%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 10px;
    background: #3498DB;
    border-radius: 5px;
    -webkit-animation: load 1.8s ease-in-out infinite;
    animation: load 1.8s ease-in-out infinite;
}

    .loader:before, .loader:after {
        position: absolute;
        display: block;
        content: "";
        -webkit-animation: load 1.8s ease-in-out infinite;
        animation: load 1.8s ease-in-out infinite;
        height: 10px;
        border-radius: 5px;
    }

    .loader:before {
        top: -20px;
        left: 10px;
        width: 40px;
        background: #EF4836;
    }

    .loader:after {
        bottom: -20px;
        width: 35px;
        background: #F5AB35;
    }

@-webkit-keyframes load {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }

    50% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    100% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
}

@keyframes load {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }

    50% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    100% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
}
