.bg-img{
	background-image: url(../img/background.jpg);
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.bg-img ~ .cls-content .panel {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.cls-content {
    padding: 50px 15px 15px;
    padding-top: 10vh;
    position: relative;
}
.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;
}

.pad-btm {
    padding-bottom: 15px;
}
.mar-ver {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mar-no {
    margin: 0!important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bolder;
    color: #2b425b;
}


.text-muted, a.text-muted:hover, a.text-muted:focus {
    color: #afb9c3;
}

.cls-container, .cls-container a, .cls-container a:hover, .cls-container a:focus {
    color: #647484;
}
.cls-container {
    background-color: #ecf0f5;
    text-align: center;
}
@media (min-width: 768px){}
	.cls-content .cls-content-sm {
	    width: 350px;
	}
}

body {
    background-color: #ecf0f5;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-variant: normal;
    color: #758697;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased!important;
}
.form-control {
    font-size: 13px;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e9e9e9;
    transition-duration: .5s;
}

.panel .panel-heading, .panel > :first-child {
    padding: 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    color: #2b425b;
}
h4, .h4 {
    font-size: 16px;
}

.cls-container, .cls-container a, .cls-container a:hover, .cls-container a:focus {
    color: #647484;
}

.mar-rgt {
    margin-right: 15px;
}
.btn-link {
    border-color: transparent;
}
.pad-all {
    padding: 25px 15px 15px 15px;
}