body{
  padding-top: 0px !important;
  overflow: hidden;
  background: url('../img/login_bg.jpg') fixed center no-repeat;
  border-top: 15px solid #23406c;}

.card{
  background: none;
  border: none;
}
.vamiddle{
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.custom-login-form{
	padding-top: 100px !important
}
h3{
  font-size: 20px;
}
.img-flag{
  width: 18px;
  height: 12px;
  margin: 0 0.5rem;
}
.choose_lang{
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

.text-custom-black{
    color: #333333 !important
}
form.form-login .btn.btn-secondary {
    background: #ffbb00;
    width: 150px;
    border:0;
    height:55px;
    font-weight: bold;
    letter-spacing:1px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    border-radius: 50px;
    color: #333
}

form.form-login .btn.btn-secondary:hover {
    background: #ad7f00;
    width: 150px;
    border:0;
    height:55px;
    font-weight: bold;
    color: #fff;
    letter-spacing:1px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    border-radius: 50px;
    box-shadow: inset 2px 2px 3px rgba(0,0,0,0.5)
}
