﻿.common-radius {
    border-radius: 5px;
}

.common-shadow {
    box-shadow: 0 0 15px #666;
}

html,
body,
.container {
    height: 100%;
    width: 100%;
}

.container {
    position: relative;
}

.container-background {
    height: inherit;
    width: inherit;
    background-image: url(/Resource/image/bg.png);
    background-size: cover;
 
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    animation: blur 0.5s;
}

.container-content {
    position: absolute;
    left: 0;
    top: 0;
    height: inherit;
    width: inherit;
    z-index: 2;
    background-image: url(/Resource/image/CMD_logo.png);
    background-repeat: no-repeat;
    background-size: 150px 150px;
}


.content-title h2 {
    width: 85%;
    margin: 0 auto;
    color: white;
    font-size: 25px;
    border-bottom: 2px solid white;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}

.content-login {
    height: 410px;
    border-radius: 5px;
    position: relative;
}

.login-background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    opacity: 0.5;
    z-index: 3;
    border-radius: 10px;
    box-shadow: 0 0 10px #6F6F6F;
}

.login-input {
    padding: 35px 0 0 35px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}

.content-login input[type=text],
.content-login input[type=password] {
    background-color: white;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    border: 0;
    border-radius: 5px;
    width: 350px;
    display: block;
    text-indent: 35px;
    color: #6F6F6F;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.content-login input:hover {
    box-shadow: 0 0 15px black;
}

.content-login input:focus {
    outline-style: none;
}

.login-input .layui-form > div {
    margin-bottom: 15px;
    position: relative;
}

.button {
    height: 45px;
    line-height: 45px;
    letter-spacing: 1px;
    width: 110px;
    border: 0;
    font-size: 16px;
    color: white;
    margin-right: 10px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
    cursor: pointer;
}

.button-login:hover {
    text-indent: 15px;
    background-color: forestgreen;
}

.button-login {
    background-color: green;
}

.button-forgot {
    background-color: #707070;
}

    .button-forgot:hover {
        text-indent: 10px;
        background-color: #5e5c5c;
    }

.copyright img {
    width: 125px;
    height: 28px;
    float: left;
    margin-right: 10px;
}

.copyright {
    color: #6F6F6F;
    font-size: 14px;
    line-height: 20px;
}

.content-info {
    width: 430px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -215px;
    margin-top: -192.5px;
    -moz-animation: move 0.35s;
    -webkit-animation: move 0.35s;
    -o-animation: move 0.35s;
    animation: move 0.35s;
}

.fa-exclamation-triangle {
    font-size: 65px;
    color: red;
    float: left;
    vertical-align: middle;
}

/*.system-name {
    text-align: center;
    color: black;
    font-size: 45px;
    color: white;
    position: fixed;
    left: 145px;
    top: 45px;
    z-index: 9999;
    text-shadow: 4px 3px 0 #1d9d74, 9px 8px 0 rgb(0 0 0 / 15%);

}*/

.system-name {
    text-align: center;
    font-size: 45px;
    position: fixed;
    left: 145px;
    top: 45px;
    z-index: 9999;
    text-shadow: 2px 2px 0px rgba(218, 223, 230, 1);
    overflow-wrap: break-word;
    color: rgba(52, 137, 255, 1);
    font-size: 45px;
    font-family: HelveticaNeue-Bold;
    font-weight: 700;
}

@-moz-keyframes move {
    from {
        transform: scale(0);
        left: 0;
    }

    to {
        transform: scale(1);
        left: 50%;
    }
}

@-webkit-keyframes move {
    from {
        transform: scale(0);
        left: 0;
    }

    to {
        transform: scale(1);
        left: 50%;
    }
}

@-o-keyframes move {
    from {
        transform: scale(0);
        left: 0;
    }

    to {
        transform: scale(1);
        left: 50%;
    }
}

@-ms-keyframes move {
    from {
        transform: scale(0);
        left: 0;
    }

    to {
        transform: scale(1);
        left: 50%;
    }
}

@keyframes move {
    from {
        transform: scale(0);
        left: 0;
    }

    to {
        transform: scale(1);
        left: 50%;
    }
}

.content-logo {
    text-align: center;
    padding: 10px 0;
}

    .content-logo img {
        width: 125px;
        height: 125px;
    }

.layui-form > div > i {
    position: absolute;
    left: 12px;
    top: 12px;
    color: #666;
    font-size: 20px;
}

.input-code img {
    height: 35px;
    width: 100px;
    cursor: pointer;
}

.field-validation-error, .field-validation-valid {
    display: block;
    color: red;
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 15px;
    padding: 5px;
    font-weight: bold;
}

.copyright p {
    float: left;
}

.layui-form-checkbox[lay-skin=primary] span {
    margin-left: -5px;
}
