.login input[type=text],
.login input[type=password] {
    width: 360px;
    height: 52px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2), inset 0 0 15px rgba(0, 0, 0, 0.2);
    border: 2px solid #474039;
    background-color: #231f1d;
    outline: none;
    text-align: center;
    color: #776a5d;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-family: Bree Serif, sans-serif;
    max-width: 100%;
    cursor: url("../cursor/cursor.cur"), auto;
}

.login input[type=text]::placeholder,
.login input[type=password]::placeholder {
    color: #776a5d;
}

.login input[type=text]:focus-within,
.login input[type=password]:focus-within {  
    width: 356px;
    height: 48px;
    box-shadow: inset 0 0 15px rgba(202, 125, 58, 0.3);
}

.login input[type=text]:focus,
.login input[type=password]:focus {
    width: 360px;
    height: 52px;
    border: 2px solid #635951;
    background-color: #282421;
    color: #e2b57e;
}

.login input[type=image] {
    cursor: url("../cursor/cursor.cur"), auto;
}

.saveLogin {
    display: block;
    text-align: center;
}

.saveLogin label {
    width: 164px;
    height: 14px;
    color: #97826c;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-shadow: 2px 2px 8px #000;
    cursor: url("../cursor/cursor.cur"), auto;
}

.saveLogin label:hover {
    color: #beae9c;
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 16px rgba(0, 0, 0, 0.2), inset 0 0 15px rgba(0, 0, 0, 0.2);
  border: 2px solid #474039;
  background-color: #231F1D;
}

.container:hover input ~ .checkmark {
    width: 22px;
    height: 22px;
    background-color: #383533;
}

.container input:checked ~ .checkmark {
  background-color: #231f1d;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #d0904c;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inputLogin {
    outline: none;
}

input[type=image]:active {
}

.login input[type=image]:hover {
    -webkit-box-shadow: 3px 3px 20px 5px rgba(124, 124, 124, 0.3);
    -moz-box-shadow: 3px 3px 20px 5px rgba(124, 124, 124, 0.3);
    box-shadow: 3px 3px 20px 5px rgba(124, 124, 124, 0.3);
    transition: all 0.3s linear;
}

.login a {
    color: #97826c;
    font-size: 17px;
    font-weight: 400;
    margin: 10px;
    text-decoration: none;
    text-shadow: 2px 2px 8px #000;
    cursor: url("../cursor/cursor.cur"), auto;
}

.login a:hover {
    color: #beae9c;;
    font-size: 17px;
    font-weight: 400;
    margin: 10px;
    text-decoration: none;
}

.saveRegister {
    display: block;
    text-align: center;
}

.saveRegister label {
    width: 214px;
    height: 14px;
    color: #97826c;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-shadow: 2px 2px 8px #000;
    cursor: url("../cursor/cursor.cur"), auto;
}

.saveRegister label:hover {
    color: #beae9c;
}

.show_password {
    position: relative;
    color: #97826c;
    top: -32px;
    left: 45%;
    cursor: url("../cursor/cursor.cur"), auto;
    -webkit-transition: all 1s ease;
}

.show_password:hover {
    color: #b6a798;
    transition: 1s ease;
}

.container-password {
    margin: 0px auto;
    width: auto;
    max-width: 360px;
}

.show_password2 {
    position: relative;
    color: #97826c;
    top: -54px;
    left: 45%;
    cursor: url("../cursor/cursor.cur"), auto;
    -webkit-transition: all 1s ease;
}

.show_password2:hover {
    color: #b6a798;
    transition: 1s ease;
}

.space {
    height: 7px;
}
