#signin {
  margin-top: 65px;
  color: #14213d;
}

.sign_text {
  margin-top: 80px;
}

.sign_text h1 {
  font-family: "Raleway", sans-serif;
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 30px;
  color: #fca311;
}

.sign_text h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.sign_text .text_point_main {
  margin-top: 80px;
  margin-left: 60px;
}

.sign_text .text_point {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.sign_text .text_point i {
  color: #fca311;
  margin-right: 20px;
}

.sign_text .text_point h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.sign_form {
  background-color: rgba(20, 33, 61, 0.03);
  border-radius: 12px;
  padding: 30px;
}

.sign_form h2 {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #14213d;
  margin-bottom: 35px;
}

.form_group label {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #555555;
}

.form_group .f_input {
  padding: 14px 19px;
  width: 100%;
  border-radius: 28px;
  border: 1px solid rgba(20, 33, 61, 0.5);
  margin-bottom: 35px;
  outline: none;
  resize: none;
}

.form_group .f_input::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(20, 33, 61, 0.5);
}

.form_group input[type="checkbox"] {
  height: 18px;
  width: 18px;
}

.form_group .l_checkbox {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-left: 12px;
}

.f_check {
  margin-top: 25px;
}

.s_btn {
  margin-top: 13px;
  width: 100%;
  padding: 14px 0;
  background-color: #14213d;
  color: #fca311;
  border: none;
  border-radius: 28px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all linear 0.3s;
}

.s_btn:hover {
  background-color: #fca311;
  color: #14213d;
}

.form_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.form_bottom a {
  font-weight: 600;
  color: #14213d;
  transition: all linear 0.3s;
}

.form_bottom a:hover {
  color: #fca311;
}

#signup{
  margin-top: 65px;
  color: #14213D;
}
.s_up{
  margin-left: 50px;
}
.group_flex{
  display: flex;
  justify-content: space-between;
}
.group_box{
  width: 47%;
}
.group_box select{
  appearance: none;
}
.f_bottom_up{
  justify-content: right;
}