/**
 * Copyright 2024 ANDOWS LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

body {
  font-family: "helvetica", sans-serif;
}

/* ============= andows ============= */
.navigation-submenu {
  padding-left: 20px !important;
}

.user-logo {
  border-radius: 50%;
}

.p-arabic {
  direction: rtl;
  text-align: right;
}

.locale-ar {
  direction: rtl;
  text-align: right;
}

.sign-up {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  /* height: 100vh;  */
  margin: 0;
}

.signup-language-switcher {
  background-image: url(../images/anko/andows_managed_web_hosting_anko.png?ver=2024092102);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  padding-top: 40px;
  height: 100px;
}

.signup-language-switcher input {
  height: 30px;
  border-radius: 4px;
}

.signup-language-switcher select {
  height: 30px;
  border-radius: 4px;
}

.anko {
  background-image: url(../images/anko/login_anko.png?ver=20240401);
  background-size: 120px;
  background-position: center top;
  background-repeat: no-repeat;
  color: #3c434a;
  height: 120px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 auto 25px;
  padding: 0;
  text-decoration: none;
  width: 120px;
  text-indent: -9999px;
  outline: 0;
  overflow: hidden;
  display: block;
}

.large-checkbox {
  transform: scale(1.5); /* チェックボックスの大きさを1.5倍に */
    -webkit-transform: scale(1.5); /* Safari用 */
    -moz-transform: scale(1.5); /* Firefox用 */
    -ms-transform: scale(1.5); /* Internet Explorer用 */
    -o-transform: scale(1.5); /* Opera用 */
}