@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;600;900&display=swap");

* {
  box-sizing: border-box;
  font-family: "Noto Sans Thai", sans-serif;
}

body {
  overflow: hidden;
}

.main {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}

.wrapper {
  display: flex;
  background-color: #f0f0ee;
  max-width: 800px;
  min-height: 435px;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 31px -3px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0px 2px 31px -3px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 2px 31px -3px rgba(0, 0, 0, 0.49);
}

.colunaLogin {
  width: 50%;
  min-height: 435px;
}

.col-e {
  display: grid;
  align-content: flex-end;
  background-size: cover;
  background-image: url("../img/lateral-login.png");
  text-align: center;
}

.col-d {
  display: grid;
  padding: 40px 70px;
}

.col-e p {
  color: #fff;
  font-size: 12px;
}

.marginTop0 {
  margin-top: 0px;
}

.h1Login {
  text-align: center;
  font-size: 27px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0px;
}

.h2Login {
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  margin-top: -30px;
  margin-bottom: 30px;
}

.formLogin {
  color: #02495f;
  font-weight: normal;
  font-size: 15px;
}

.formLogin input {
  width: 100%;
  background-color: #ffffff;
  border: 0px;
  height: 33px;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
}

.formLogin button {
  width: 100%;
  background-color: #559cb3;
  border: 0px;
  height: 33px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  margin-top: 29px;
}

.sombraBtLogin {
  margin-top: -12px;
  text-align: center;
  margin-bottom: 0px;
}

.linkNoSenha {
  text-align: right;
  margin-top: -5px;
  font-size: 12px;
}

.linkNoSenha a {
  text-decoration: none;
  color: #559cb3;
}

.linkPriAcesso {
  text-align: center;
  margin-top: -5px;
  font-size: 12px;
}

.linkPriAcesso a {
  text-decoration: none;
  color: #559cb3;
}

.formLogin button:hover {
  background-color: #176c87;
}

.tipoUserSysColaborador .formLogin input, .tipoUserSysEmpresa .formLogin input {
  margin-bottom: 5px !important;
}

.tipoUserSysColaborador .formLogin button, .tipoUserSysEmpresa .formLogin button {
  margin-top: 15px !important;
}


.radiosLogin{
    display: flex;
    width: 100%;
    justify-content: space-between;
border-radius: 5px;
margin-bottom: 10px;
border-bottom: 1px dotted #559CB3;
}

.rdUmLogin{
    margin-left: 0px;
    padding-left: 0px;
}

.linkProntary{
  color: #fff;
  text-decoration: none;
}

.linkProntary:hover{
  color: #067728;
  text-decoration: none;
}