﻿.cploginback {
    color: #ccc !important;
    text-align: left;
    padding: 30px;
    background: rgba( 255, 255, 255, 0.65 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );

    border-radius: 12px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.cls-container {
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

}
.img-pawn {
    width: 100%;
    position: absolute;
    top: 25%;
    left: 0;
}
.cls-content {
    width: 100%;
    transform: translateY(-80px);
}
.bg-login {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(/img/blob-scene-haikei.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cls-content .cls-content-sm {
    width: 100%;
    max-width: 430px;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 5px;
}

#waves canvas {
    width: 100%;
    height: 100%;
}

.cls-content .cls-content-sm.zoom {
    -ms-transform: scale(1.01) translateY(10px);
    -webkit-transform: scale(1.01) translateY(10px);
    transform: scale(1.01) translateY(10px);
}



.cls-content .cls-content-sm .login-title {
    padding-bottom: 3em;
}

    .cls-content .cls-content-sm .login-title h1 {
        font-size: 2.3em;
        font-weight: 700;
        margin-top: 0.5em;
        color: black;
    }

    .cls-content .cls-content-sm .login-title .border-15 {
        margin-top: 10px;
        border-top: 1px solid #008b00;
        width: 20%;
        text-align: center;
        left: 50%;
        position: relative;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .cls-content .cls-content-sm .login-title h4 {
        color: #bbb;
        font-weight: 400;
    }

@media(min-width:992px) {

    .cls-content .cls-content-sm.zoom {
        -ms-transform: scale(1.03) translateY(40px);
        -webkit-transform: scale(1.03) translateY(40px);
        transform: scale(1.03) translateY(40px);
    }

    .cls-content .cls-content-sm h1 {
        font-size: 2.65em;
    }

    .img-pawn {
        width: 50%;
        position: relative;
    }

    .cls-content {
        width: 50%;
    }
}



.title-md {
    margin: 20px 0 40px 0;
}





.cploginback .form-group {
    margin-bottom: 30px;
}



.cploginback .form-control {
    background: transparent;
    outline: none;
    border: none;
    border-bottom: solid 1px #e0e0e0;
    padding: 5px 10px;
    color: #000;
    box-shadow: none;
    font-weight: 400;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


.cploginback .warninglabel {
    color: #dd3737;
    font-size: 10px;
}


.logoimg {
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}



.logbtn {
    padding: 12px;
    border-radius: 5px;
    background-color: #ee6002;
    color: #fff;
}

    .logbtn:hover {
        /*background-color: #1c7eff;*/
        filter: brightness(0.9);
        color: #fff !important;
    }
