@media screen and (min-width: 769px) {
  .box {
    width: 100%;
    height: 100vh;
    background: url(../img/Login/Bg.png) center no-repeat;
    background-size: cover;
    padding: 16vh 0 0 13vw;
  }
  .box .Title .logo {
    width: 147px;
    height: auto;
    margin-bottom: 22px;
  }
  .box .Title .logo img {
    width: 100%;
    height: auto;
  }
  .box .Title .text {
    width: auto;
  }
  .box .Title .text h1 {
    width: fit-content;
    font-size: 51px;
    line-height: 51px;
    letter-spacing: 0px;
    color: #37373b;
  }
  .box .Title .text p {
    width: 835px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Title .text p span {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 28px;
    color: #344780;
  }
  .box .Content {
    position: absolute;
    top: 22vh;
    right: 13vw;
    width: 400px;
    height: 557px;
    background-color: #ffffff;
    box-shadow: 0px 10px 27px 0px rgba(203, 223, 248, 0.65);
    border: solid 1px #f4f9ff;
    padding: 71px 25px 0;
  }
  .box .Content h2 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #030000;
    padding-bottom: 13px;
    position: relative;
    text-align: center;
    font-weight: normal;
    margin-bottom: 38px;
  }
  .box .Content h2::after {
    content: '';
    width: 49px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    background: #7daffb;
  }
  .box .Content .input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: solid 1px #98c0fc;
    margin-bottom: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
  }
  .box .Content .input select {
    width: 18%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 7px;
    font-size: 16px;
    line-height: 16px;
    color: #000f25;
  }
  .box .Content .input span {
    width: 1px;
    height: 17px;
    display: block;
    background: #757474;
  }
  .box .Content .input input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 14px;
    font-size: 16px;
    line-height: 16px;
    color: #333;
  }
  .box .Content .input input::placeholder {
    color: #757474;
  }
  .box .Content .input input:nth-child(3) {
    width: 78%;
    padding-left: 5px;
  }
  .box .Content button {
    width: 100%;
    height: 50px;
    background-color: #4673f7;
    border-radius: 5px;
    border: solid 1px #f4f9ff;
    margin-top: 3px;
  }
  .box .Content button a {
    width: 100%;
    height: 100%;
    font-size: 21px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
  }
  .box .Content button:hover {
    filter: brightness(1.1);
  }
  .box .Content .options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
  }
  .box .Content .options div {
    display: flex;
    align-items: center;
  }
  .box .Content .options div input[type='checkbox'] {
    width: 14px;
    height: 14px;
    accent-color: #4673f7;
  }
  .box .Content .options div label {
    font-size: 14px;
    line-height: 14px;
    color: #98c0fc;
    margin-left: 7px;
  }
  .box .Content .options a {
    font-size: 14px;
    line-height: 14px;
    color: #98c0fc;
  }
  .box .Content .options a:hover {
    text-decoration: underline;
  }
  .box .Content .read {
    margin-top: 58px;
    text-align: center;
  }
  .box .Content .read p {
    font-size: 14px;
    line-height: 14px;
    color: #555353;
  }
  .box .Content .read p a {
    color: #555353;
  }
  .box .Content .read p a:hover {
    color: #98c0fc;
  }
  .box .Bottom {
    width: fit-content;
    background: transparent;
    position: absolute;
    left: 50%;
    bottom: 5vh;
    transform: translate(-50%, 0);
    padding: 0;
  }
  .box .Bottom p {
    font-size: 14px;
    line-height: 14px;
    color: #201b1b;
  }
}
@media screen and (max-width: 769px) {
  .box {
    width: 100%;
    height: 100vh;
    background: url(../img/Login/Bg.png) center no-repeat;
    background-size: cover;
    padding: 5.33333333vw 2.66666667vw;
    position: relative;
    overflow-y: auto;
  }
  .box .Title {
    display: flex;
    position: relative;
    padding-bottom: 2.66666667vw;
  }
  .box .Title .logo {
    width: 25.33333333vw;
    height: auto;
    margin-bottom: 5.86666667vw;
    padding-top: 2.66666667vw;
    margin-right: 4vw;
  }
  .box .Title .logo img {
    width: 100%;
    height: auto;
  }
  .box .Title .text {
    flex: 1;
    min-width: 0;
  }
  .box .Title .text h1 {
    width: 100%;
    font-size: 5.33333333vw;
    line-height: 6.4vw;
    letter-spacing: 0vw;
    color: #37373b;
    max-width: 100% !important;
    font-size: 20px !important;
  }
  .box .Title .text p {
    width: 75%;
    margin-top: 5.33333333vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
  }
  .box .Title .text p span {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    letter-spacing: 0vw;
    color: #344780;
  }
  .box .Content {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0vw 2.66666667vw 7.2vw 0vw rgba(203, 223, 248, 0.65);
    border: solid 0.26666667vw #f4f9ff;
    padding: 12vw 2.66666667vw 6.66666667vw;
    margin-top: 4vh;
    min-height: 70vh;
    position: relative;
  }
  .box .Content h2 {
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    letter-spacing: 0.53333333vw;
    color: #030000;
    padding-bottom: 3.2vw;
    position: relative;
    text-align: center;
    font-weight: normal;
    margin-bottom: 6.66666667vw;
  }
  .box .Content h2::after {
    content: '';
    width: 13.06666667vw;
    height: 0.53333333vw;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    background: #7daffb;
  }
  .box .Content .input {
    width: 100%;
    height: 12.8vw;
    border-radius: 1.33333333vw;
    border: solid 0.26666667vw #98c0fc;
    margin-bottom: 5.33333333vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
  }
  .box .Content .input select {
    width: 18%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 1.33333333vw;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #000f25;
  }
  .box .Content .input span {
    width: 0.26666667vw;
    height: 4vw;
    display: block;
    background: #757474;
  }
  .box .Content .input input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 3.2vw;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #333;
  }
  .box .Content .input input::placeholder {
    color: #757474;
  }
  .box .Content .input input:nth-child(3) {
    width: 78%;
    padding-left: 1.33333333vw;
  }
  .box .Content button {
    width: 100%;
    height: 12.8vw;
    background-color: #4673f7;
    border-radius: 1.33333333vw;
    border: solid 0.26666667vw #f4f9ff;
    margin-top: 6.66666667vw;
  }
  .box .Content button a {
    width: 100%;
    height: 100%;
    font-size: 4.8vw;
    line-height: 12.8vw;
    color: #ffffff;
    text-align: center;
  }
  .box .Content button:hover {
    filter: brightness(1.1);
  }
  .box .Content .options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3.73333333vw;
  }
  .box .Content .options div {
    display: flex;
    align-items: center;
  }
  .box .Content .options div input[type='checkbox'] {
    width: 3.46666667vw;
    height: 3.46666667vw;
    accent-color: #4673f7;
  }
  .box .Content .options div label {
    font-size: 3.46666667vw;
    line-height: 3.46666667vw;
    color: #98c0fc;
    margin-left: 1.33333333vw;
  }
  .box .Content .options a {
    font-size: 3.46666667vw;
    line-height: 3.46666667vw;
    color: #98c0fc;
  }
  .box .Content .options a:hover {
    text-decoration: underline;
  }
  .box .Content .read {
    width: 100%;
    margin-top: 15.46666667vw;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 5.33333333vw;
  }
  .box .Content .read p {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #555353;
  }
  .box .Content .read p a {
    color: #555353;
  }
  .box .Content .read p a:hover {
    color: #98c0fc;
  }
  .box .Bottom {
    width: 100%;
    background: transparent;
    padding: 0;
    text-align: center;
    margin-top: 8vw;
  }
  .box .Bottom p {
    font-size: 3.46666667vw;
    line-height: 3.73333333vw;
    color: #201b1b;
  }
}
