@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');

body {

    /*background: url(/assets/img/bg.jpg);*/
    background: rgb(255, 255, 255);    /*background-size: 100%;*/

    /*font-family: 'Noto Sans', sans-serif !important;*/

    /*font-size: 16px;*/
    font-family: 'Montserrat' !important;
    font-size: 15px;
    color: #2B587A !important;    /*color: #fff !important;*/
}

a,
a:hover {
    color: #fff;
    text-decoration: none;
}

/* pre{
    line-height: 0.628571;
    font-family: inherit;
    font-size: inherit;
} */

.clr {
    clear: both;
}

.err {
    border: 1px solid red !important;
}



hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    margin-left: 205px;
    margin-right: 20px;
    border-top: 1px solid #8095B9;
}



.col-centered {
    float: none;
    margin: 0 auto;
}



.login_form {
    width: 350px;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 175px);
    top: calc(50% - 84px);
}

.login_form input {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2) !important;
    height: 57px;
    margin: 0;
    padding-left: 25px;
    border: none;
    border-radius: 0;
    color: #fff;
    margin-bottom: 2px;
}

.login_form button {
    width: 100%;
    height: 50px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.4);
    border: none;
    transition: .3s;
}

.login_form button:hover,
.login_form button:focus {
    background-color: rgba(0, 0, 0, 0.2);
}

.logout,
.logout:focus {
    display: inline-block;
    padding: 0px 20px;
    background: rgb(85, 111, 138);
    margin-left: 15px;
    cursor: pointer;
    color: #fff;
    transition: .2s;
}

.logout:hover {
    background: rgba(255, 255, 255, 0.51);
    transition: .2s;
    text-decoration: none;
    color: #fff;
}

.handle-input{
}


.handle-input .x1{
    margin: 15px 0;
}
.handle-input .x1 input, .handle-input .input-group{
    width: 100%;
}

.submit-cnt{
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.rescan{
    margin-top: 15px;
    text-align: center;
    margin-bottom: 25px;
}

.rescan a{
    display: inline-block;
}

.input-group {
    width: 100%;
    margin-bottom: 15px;
}

.frm-submit{
    text-align: center;
}










.btn:active,
.btn:focus {
    outline: 0;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 10;
}

.preloader .status {
    width: 165px;
    margin: auto;
    top: 50%;
    position: absolute;
    left: calc(50% - 82px);
}

.modal_loader {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0;
}

.modal_loader_status {
    position: absolute;
    top: 50%;
    left: calc(50% - 63px);
}

.cssload-squeeze {
    position: relative;
    display: block;    /*margin: 150px auto;*/
    width: 165px;
}

.cssload-squeeze,
.cssload-squeeze * {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cssload-squeeze span {
    display: inline-block;
    height: 23px;
    width: 23px;
    background: rgb(77, 110, 146);
    border-radius: 0px;
}

.cssload-squeeze span:nth-child(1) {
    animation: cssload-rotateX 0.6s 0.025s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -o-animation: cssload-rotateX 0.6s 0.025s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -ms-animation: cssload-rotateX 0.6s 0.025s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -webkit-animation: cssload-rotateX 0.6s 0.025s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -moz-animation: cssload-rotateX 0.6s 0.025s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}

.cssload-squeeze span:nth-child(2) {
    animation: cssload-rotateX 0.6s 0.06s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -o-animation: cssload-rotateX 0.6s 0.06s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -ms-animation: cssload-rotateX 0.6s 0.06s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -webkit-animation: cssload-rotateX 0.6s 0.06s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -moz-animation: cssload-rotateX 0.6s 0.06s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}

.cssload-squeeze span:nth-child(3) {
    animation: cssload-rotateX 0.6s 0.085s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -o-animation: cssload-rotateX 0.6s 0.085s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -ms-animation: cssload-rotateX 0.6s 0.085s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -webkit-animation: cssload-rotateX 0.6s 0.085s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -moz-animation: cssload-rotateX 0.6s 0.085s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}

.cssload-squeeze span:nth-child(4) {
    animation: cssload-rotateX 0.6s 0.12s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -o-animation: cssload-rotateX 0.6s 0.12s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -ms-animation: cssload-rotateX 0.6s 0.12s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -webkit-animation: cssload-rotateX 0.6s 0.12s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -moz-animation: cssload-rotateX 0.6s 0.12s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}

.cssload-squeeze span:nth-child(5) {
    animation: cssload-rotateX 0.6s 0.145s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -o-animation: cssload-rotateX 0.6s 0.145s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -ms-animation: cssload-rotateX 0.6s 0.145s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -webkit-animation: cssload-rotateX 0.6s 0.145s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
    -moz-animation: cssload-rotateX 0.6s 0.145s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}

@keyframes cssload-rotateX {
    0% {
        transform: rotateX(0deg);
    }

    50% {
        transform: rotateX(90deg) scale(0.5, 0.5);
        background: rgb(147, 225, 215);
    }

    100% {
        transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

}

@-o-keyframes cssload-rotateX {
    0% {
        -o-transform: rotateX(0deg);
    }

    50% {
        -o-transform: rotateX(90deg) scale(0.5, 0.5);
        background: rgb(147, 225, 215);
    }

    100% {
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

}

@-ms-keyframes cssload-rotateX {
    0% {
        -ms-transform: rotateX(0deg);
    }

    50% {
        -ms-transform: rotateX(90deg) scale(0.5, 0.5);
        background: rgb(147, 225, 215);
    }

    100% {
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

}

@-webkit-keyframes cssload-rotateX {
    0% {
        -webkit-transform: rotateX(0deg);
    }

    50% {
        -webkit-transform: rotateX(90deg) scale(0.5, 0.5);
        background: rgb(147, 225, 215);
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

}

@-moz-keyframes cssload-rotateX {
    0% {
        -moz-transform: rotateX(0deg);
    }

    50% {
        -moz-transform: rotateX(90deg) scale(0.5, 0.5);
        background: rgb(147, 225, 215);
    }

    100% {
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

}



.flex {
    display: flex;
    align-items: center;
}

input[type=checkbox]{
    margin:0;
    margin-top: -2px;
}
