body {
  font-family: "Karla", Arial, sans-serif;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  background: #f8f6f6;
  color: gray;
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Playfair Display", Georgia, serif;
  margin: 0 0 30px 0;
}

a {
  color:#3D555C;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover {
    color:#618893;
    text-decoration: underline; }
  a:focus, a:active {
    outline: none; }

label.error {
  color:#C1292E;
}

.login-container {
  margin-top:50px;
}

.login-container h2 {
  text-align:center;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.login-container > img {
  max-width:200px;
  width:100%;
  display:block;
  margin:0 auto;
}

.login-container .form-container {
  max-width:500px;
  width:100%;
  margin:0 auto;
}

.btn-block {
  width:100%;
}

#login-form .link-section {
  padding:10px 0;
}


/* Rm Editor Content*/

.rm-content {
  margin:20px 0px;
}

.rm-ql-image {
  display:block;
  max-width: 100%;
  margin:0 auto;
  text-align:center;
}

.rm-ql-video {
  text-align:center;
  margin:0 auto;
  display:block;
  min-width: 426px;
  min-height: 240px;
  max-width: 854px;
  max-height: 480px;
  max-width: 100%;
}


.logo img {
  max-width:300px;
  margin:0 auto;
  display:block;
  padding:10px;
}


#row-form {
  max-width:1024px;
  margin:0 auto;
}

/* END: Rm Editor Content*/

/*Small devices (landscape phones, 576px and up)*/
@media screen and (min-width: 576px) {

  .login-container {
      margin-top:100px;

  }

}

/*// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }*/
