﻿@charset "UTF-8";
body {
  font-family: "Helvetica Neue", 微軟正黑體, Helvetica, Arial, sans-serif;
  font-size: 18px;
  background-color: gray;
}

.acct-box-wrap {
  width: 350px;
  height: 300px;
  position: absolute;
  left: calc(50vw - 180px);
  top: calc(50vh - 200px - 40px);
  font-size: 16px;
  background-color: #dcebff;
  border-radius: 8px;
}
.acct-box-wrap .header {
  width: 100%;
  height: 39px;
  background-image: url(../assets/logo.png);
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: top 2px left 2px;
  border-bottom: 1px solid lightgray;
}
.acct-box-wrap .title {
  width: 100%;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.acct-box-inner {
  padding: 10px 30px;
}
.acct-box-inner .title {
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
}
.acct-box-inner input {
  background-color: #c5defd;
}

.form-control:focus {
  background-color: transparent;
}

.verify-img-wrap {
  padding: 0 5px;
  border: 1px solid lightgrey;
}

.remember-forgot-wrap {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px 10px 10px;
}
.remember-forgot-wrap .forgotPassword {
  font-size: 14px;
  text-decoration: none;
}

.remember-me {
  padding-left: 20px;
}

.login-button-wrap {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.btn-submit {
  color: white;
  background-color: #1778fb;
  border: none;
  padding: 4px 20px;
  border-radius: 20px;
}

.validation-wrap {
  padding-left: 10px;
  color: red;
}

.reset-password-box-wrap {
  width: 360px;
  height: 440px;
  position: absolute;
  left: calc(50vw - 180px);
  top: calc(50vh - 220px - 40px);
  font-size: 16px;
  border: 1px solid #307cce;
}
