html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
}

a{
  color: #684eab
}

a:hover{
  color: #8c69e7
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #8c69e7;
    outline: 0;
}
.btn-success{
  background-color: #13ce66 !important;
  border-color: #13ce66 !important;
}

.btn-success:hover {
  color: #13ce66 !important;
  background-color: #fff !important;
  border-color: #13ce66 !important;
}

.login-info{
  margin-top: 250px;
}

.login-form{
  margin-top: 30px;
}

.login-footer{
  margin-top: 30px;
}

.btn-outline-primary {
    color: #3F1F3B;
    background-color: transparent;
    background-image: none;
    border-color: #3F1F3B;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3F1F3B !important;
    border-color: #007bff;
}




h1,h2,h3,h4,h5,h6{
  font-family: "Lato";
  color: #3c4858;
  text-rendering: geometricPrecision;
}

h5{
  font-weight: 400;
  margin-bottom: 15px;

}

p{
  font-family: "Source Sans Pro";
  color: #8492a6;
  font-weight: 400;
  font-size: 1em;
  text-rendering: geometricPrecision;
}




.main {
  display: flex;
  

  height: 100%;
  width: 100%;
}
// .left, .middle, .right {
//     display: table-cell;   
// }

.left {
  flex: 0 0 500px; /* do not grow, do not shrink, start at 250px */
  // border: 1px dashed #f0f;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.right {
  background: url(../img/bkg.jpg);
  background-position: center;
  background-size: contain;
  flex: 1;  /* grow */
  // border: 1px dashed #00f;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (min-width: 576px) {
     .sidebar {
          max-width: 280px;
     }
 }




// body{
//   background-size: white;
// }
// u{
//   border-bottom: 1px dotted #323648; text-decoration: none;
// }
// nav{
//   padding: 40px;
//   border: 1px solid #EBEBEB;
// }

// a {
//   color: #580aa9 !important;
// }

// a:hover{
//   color: #580aa9 !important;
//   text-decoration: underline;
// }




// .icon{
//   margin-bottom: 50px
// }

// h1,h2,h3,h4,h5,h6{
//   font-family: 'Merriweather', serif !important;
//   font-weight: 300 !important;
//   letter-spacing: 0px;
//   color: #3F1F3B !important;
//   margin-bottom: 1.4rem !important;
// }

// h1{
//   font-size: 2em !important;
//   line-height: 1.4em !important;
//   letter-spacing: -2px;
//   font-weight: 400 !important;
// }

// h2{
//   font-size: 1.5em !important;
//   line-height: 1.5em !important;
// }

// .navbar-form {
//   margin-top: 22px;
// }
// .navbar a{
//   color: #6D6F7B !important;
//   font-size: 0.8em;
// }


// p.lead{
//   color: #5b5e6d;
//   letter-spacing: 0px;
//   font-family: 'Open Sans', sans-serif;
//   font-size: 1em
// }

// p{
//   color: #5b5e6d;
//   letter-spacing: 0px;
//   font-family: 'Open Sans', sans-serif;
//   font-size: 0.95em;
//   line-height: 2em;  
//   font-weight: 300;
// }

// @media (min-width: 1200px){
//   .container {
//     max-width: 1280px !important;
//   }
// }

// @media (min-width: 768px){
//   .navbar {
//   height: 80px;
// }
// .navbar .navbar-nav > li > a,
// .navbar-brand {
//   padding-top: 0;
//   padding-bottom: 0;
//   line-height: 80px;
// }
// }




