body {
  margin-top: -15px;
  font-family: 'Montserrat', sans-serif;
  background-image: url("../_lib/img/grp__NM__bg__NM__helpdesk-customer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
div#main-top-bar {
    background-color: #CECECE;
	padding: 25px 0 10px 0 !important;
}
h6.atend {
    color: #6F6D6D;
    text-align: right;
    font-weight: bold;
	letter-spacing: 0.8px;
}
div#block-inputs {
    width: 400px;
    margin: 0 60%;
    margin-top: 50px;
    padding: 20px;
    max-width: 400px;
    position: relative;
  	box-shadow: 0px 0px 15px #717171;
    background-color: #FFF;
}
.form-header {
    padding: 15px 0 0;
    text-align: center;
    background-color: #FFF;
}
.form-main {
    background-color: #FFF;
    color: #CCC;
    min-height: 135px;
    padding: 10px 32px;
}
.btn-area {
    padding-bottom: 20px;
}
.btn-tickets {
	border-bottom-color: #318CB0;
    border-bottom-width: 3px;
    background: #318CB0;
    color: #FFF;
    border-radius: 0;
}
.btn-tickets:hover {
    color: #fff;
    background-color: #267C9E;
    border-color: #267C9E;
}
div#main-bottom-bar-links {
    background-color: #CECECE;
    border-top: #CECECE;
    bottom: 0;
    width: 100%;
    position: fixed;
	color: #6F6D6D;
}
div#main-bottom-bar {
    background-color: #3DADD9;
    height: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #FFF;
    font-size: 12px;
    padding: 2px;
}
.rod {
    font-size: 12px;
  	font-weight: bold;
	letter-spacing: 0.8px;
}
label {
    color: #0db4ec;
    font-family: 'Montserrat', sans-serif;
}