@CHARSET "UTF-8";

/* CLEAN ZONE (LOGIN, REGISTER, AND ERROR PAGES CONTAINER) */


/*======================================*/

.cls-container {
    background-color: #ecf0f5;
    text-align: center;
    background: url(../images/loginbg.png) fixed;
	background-size: 100%;
}

.cls-container,
.cls-container a,
.cls-container a:hover,
.cls-container a:focus {
    color: #647484;
}


/* Image background */

.bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-img ~ .cls-content .panel {
    background-color: #fff;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
}


/* Header */

.cls-header {
    position: relative;
    background-color: rgba(0, 0, 0, 0.03);
}

.cls-header.cls-header-lg .cls-brand .brand-icon {
    width: 60px;
    height: 60px;
}

#container.cls-container .cls-header .cls-header.cls-header-lg .cls-brand .brand-title {
    font-size: 27px;
}


/* Brand */

.cls-brand {
    display: inline-block;
    padding: 5px 0;
}

.cls-brand .brand-icon {
    padding: 0;
}

.cls-header-lg .cls-brand {
    line-height: 60px;
}

.cls-header-sm .cls-brand {
    line-height: 1.42857;
}

#container.cls-container .cls-brand .brand-icon,
#container.cls-container .cls-brand .brand-title {
    background-color: transparent;
    color: inherit;
    float: none;
    display: inline-block;
    line-height: 22px;
    font-size: 20px;
    font-weight: 600;
    padding: 5px;
    vertical-align: middle;
    width: auto;
}


/* Content */

.cls-content {
    padding: 50px 15px 15px;
    padding-top: 10vh;
    position: relative;
}

.cls-content .error-code {
    font-size: 120px;
    font-weight: 400;
    margin-bottom: 50px;
}

.cls-content .error-search {
    max-width: 512px;
    margin: 0 auto;
}

.cls-content .cls-content-sm,
.cls-content .cls-content-lg {
    width: 70%;
    min-width: 270px;
    margin: 0 auto;
    position: relative;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

@media (min-width: 768px) {
    .cls-content .cls-content-sm {
        width: 350px;
    }
    .cls-content .cls-content-lg {
        width: 750px;
    }
}





*{
	padding:0px;
	margin:0px;
}

