/* User pages CSS */

body.page-user-login #main {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

body.page-user-login #main .container {
  max-width: 100%;
}

body.page-user-login form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  border: 1px solid #eeeeee;
  background-color: #fff;
  border-radius: 5px; 
}

body.page-user-login form .form-group {
  width: 100%;
}

div.other-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

div.socials-login {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

div.socials-login p.custom-social-link {
  margin-right: 10px;
}

div.socials-login p.custom-social-link:last-child {
  margin-right: 0;
}

a.btn.btn-fb {
  background-color: #1877F2;
  color: #fff;
}

div.socials-login a.btn:hover {
  opacity: 0.8;
}

a.btn.btn-google {
  background-color: #DB4437;
  color: #fff;  
}

a.btn.btn-zalo {
  background-color: #0180C7;
  color: #fff;  
}

p.custom-register-link {
  margin-top: 20px;
}