#main {
  /* background: url(../../img/bg-cm.jpg) center top no-repeat #2C3D51; */
  /*background: #2C3D51;*/
  background: linear-gradient(to bottom, #ffffff00, #ffdc001f),
    url(/site/images/bg-cm.jpg) center top no-repeat #282828;
  background-size: cover;
}

.account-wall .login-title,
.account-wall .login-title small {
  color: #fff;
}

/* @media all and (max-width: 767px) {
    #main {        
        background-color: #04203c;
        background-image: linear-gradient(141deg, #161616 0%, #272727 51%, #161616 75%);
    }
} */

.container {
  width: 400px;
  background: #5b5d5f;
  /*float: right;*/
  height: 100%;
  z-index: 10000000000000;
  /*position: absolute;*/
  /*right: 0;*/
}

.form-signin a {
  transition: all 0.5s ease;
  color: #04e7ac;
  font-size: 1.2rem;
}

.form-signin a:hover {
  color: #14a084;
}

.confirm {
  background-color: #db4a58 !important;
}

font {
  margin-left: 2px;
}

.title-login {
  color: #04e7ac;
  font-size: 2.1em;
}

.description-login {
  color: #fff;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

.copyright {
  position: fixed;
  bottom: 0 !important;
  text-align: center;
  width: 400px;
  font-size: 1.2rem;
}

.copyright a {
  color: #04e7ac;
}
