*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* overflow-x: hidden; */
}
body{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-image: url("../img/login-bg.png");
  background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}

.card-login {
  
  padding: 18px;
  max-width: 30rem;
  background-color: rgba(54,54,64,.6) !important;
  border-radius: 15px !important;
  border:6px solid rgba(78, 78, 173, 0.253) !important;
  border-bottom: unset !important;
 
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.form-control.form-log{
border:none !important;
background-color: unset !important;
box-shadow: none !important;
border-right: unset !important;
border-bottom:1px solid rgb(226, 226, 226) !important;
border-radius: unset !important;
}
.form-control.form-log:focus{
  border-bottom:1px solid #39ace2 !important;
}
.input-group-text{
  background-color: unset !important;
  border:none !important;
  
}
.form-control.form-log::placeholder{
  color:white;
}
i.fas{
  font-size: 24px;
  color: white;
}
.fa-arrow-right{
  font-size: 13px !important;
}
.login-footer{
  background-color: #3a3b46e6 !important;
  max-width: 30rem;
  height: 50px;
  padding: 10px 0px;
  border:6px solid rgba(78, 78, 173, 0.253) !important;
  border-top: unset !important;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
input, select, textarea{
  color: rgb(255, 255, 255) !important;
}
.main-logo img {
    width: 300px;
    margin-bottom: 50px;
}
.login-footer .btn-success {
    background-color: #39ace2 !important;
    border-color: #39ace2 !important;
}