@font-face {
    font-family: 'merriweather_sansregular';
    src: url('../fonts/2/merriweathersans-regular-webfont.woff2') format('woff2'),
         url('../fonts/2/merriweathersans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/1/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/1/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,
body {
  width: 100%;
  font-size: 13px;
  line-height: 22px;
}

body {
  background: #f7f7f7;
  margin: 0;
  color: #404040;
  font-family: 'merriweather_sansregular';
  line-height: 22px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.wrap {
  min-height: 100%;
  width: 100%;
}
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;  
}

.container-login100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
}

.page-body {
  display: block;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
      padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
}
.logo{
	max-width: 350px;
    margin-bottom: 50px;
	margin: 10px auto 0px;
}
.avatar{
	margin: auto;
    max-width: 110px;
    -webkit-box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.8);
    box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    background: #48D1CC;
    border: 2px solid #126f5c;
    padding: 2px;
}
.avatar img{
	    width: 100%;
    border-radius: 8px;
    border: 2px solid #0b4338;
}
.logo img{
	display: block;
    margin: auto;
	min-width: 100px;
	vertical-align: middle;
}
.box{
	max-width: 350px;
    padding: 0px;
	    background: #ffffff;
    border-radius: 5px;
	    margin: 20px auto 0px;
}
.panel{
	border: none;
    -webkit-box-shadow: 1px 1px 1px #cccccc;
    box-shadow: 1px 1px 1px #cccccc;
	margin-bottom: 20px;
    background-color: #fff;
}
.panel-content {
	border-radius: 5px;
	    padding: 12px;
}
.bg-scale-0 {
    background: #f7f7f7 !important;
}
.colorwhite{
	color: #ffffff;
}
.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
	margin-top: 12px;
    cursor: pointer;
    font-size: 14px;
	font-weight:normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkcheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
	border:1px solid #48D1CC;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkcheckmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkcheckmark {
    background-color: #48D1CC;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkcheckmark:after {
    content: "";
    position: absolute;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkcheckmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkcheckmark:after {
        left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.themecolor_bg{
	background: #48D1CC;
}
.themecolor{
	color: #48D1CC;
}
.basic{
	background:#ececec;
}
.footerlink{
	color:#808080;
	font-size:13px;
}
.footerlink:hover{
	text-decoration:none;
	color:#4c4c4c;
}
.box-style a:hover{text-decoration:none;
}
.login_screen{
	font-family: 'latoregular' !important;
	}