﻿

  .loginWrap  {
    margin:20px auto 0 auto;
    overflow: hidden;
       padding:0px;  
   max-width:850px;   
     border: 15px solid #e9eaed;
    position: relative;  border-radius: 3px;    -webkit-box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 15%);
  }


  .global-cont { 
    max-width:100%;width:100%;
    background-color: #FFF;
    margin: auto;
    padding:0px; 
  
    
  }
  
  
  .inner-cont {
    margin: auto;
    overflow: hidden;
    max-width:100%;
    background-color: #FFF;
    text-align: center;
    font-style: normal;
    padding: 0px;
        font-family: 'Noto Sans TC','微軟正黑體','Microsoft JhengHei','Apple LiGothic Medium',sans-serif;
  }
  
  .inner-cont .sign {
    overflow: hidden;  
     font-style: normal;
     font-size: 1.188em;
  }


 

  .inner-cont .sign span {
    float: left;
    width: 50%;
    max-width: 50%;
    display: block;
    font-style: normal;
   
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    background-color: #e9eaed;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
  
  }

  .inner-cont .sign  i{
    overflow: hidden;  
     font-style:normal;
  }
  .inner-cont .sign span.active {
    background-color: #c33;
    color: #fff;
  
  }


  .inner-cont .sign-in-up {
    padding: 25px;
    background-color: #FFF;
  }
  .inner-cont .sign-in-up form {
    overflow: hidden;
    display: none;
  }
  .inner-cont .sign-in-up form > span,
  .inner-cont .sign-in-up form > a {
    float: left;
    width: 50%;
    font-size: 0.938rem;
    font-style: normal;
    font-weight: 300;
  }
  .inner-cont .sign-in-up form > span {
    text-align: left;
  }
  .inner-cont .sign-in-up form > a {
    text-align: right;
    text-decoration: none;
    color: #1f9a50;
  }
  .inner-cont .sign-in-up form > a:hover {
    text-decoration: underline;
  }

 
.form-input-box {
    position: relative;
    display: block; 
    position: relative;
    box-sizing: border-box
}

  .inner-cont .sign-in-up form input:focus {
    border: solid 1px #527DCF;
    outline: 0;
  }
 
  .inner-cont .sign-in-up form.active {
    display: block;
  }

 .divider {
    position: relative;
    margin: 10px auto 15px auto;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

  }
  .divider::after{
    content: "";
    height: 1px;
    width: 100%;
    background-color: #C2C7D0;
    position: absolute;
    top: 9px;
    left: 0;
  }
.divider span {
    padding: 0 10px;
    background-color: #FFF;
    z-index: 2;
    position: relative;
  }

  


  /*-------social----------*/
.social-login {
     display:block;
    position: relative;
    margin: auto;
    text-align: center;
    justify-content: center;
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }

   .social-login button {
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 10px 0 10px 38px;
    width: 140px;
    margin-bottom: 15px;
    display:inline-block;
    border: 1px solid #C2C7D0;
   
    position: relative;
    color: #FFF;
    font-weight:400;
    font-size:1em ;
    border-radius: 25px;
    display: inline-block;
    
  
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    transition: .3s
  }




   .social-login button.google ,
  .social-login button.linein {
    margin-left:15px;
  }
   .social-login button.facebook {
    background-color: #3b5998;
  }
  .FBicon {
    transition: 0.2s ease-in-out;
    pointer-events: none;
    font-style: normal;
    margin-right: 8px;
    top:8px;
    position: absolute;
    left:8px;
  }

  .social-login button.google {
    background-color: #dd4b39;
  }

  .social-login button.linein {
    background-color: #3ace01;
  }
  .googleicon {
    transition: 0.2s ease-in-out;
    pointer-events: none;
    font-style: normal;
    margin-right:8px;
    top:6px;
    position: absolute;
    left: 10px;  
  }
  .lineinSVG {
    stroke: transparent;
    fill: #3ace01;
}


.lineicon {
    transition: 0.2s ease-in-out;
    pointer-events: none;
    font-style: normal;
    margin-right:8px;
    top:7px;
    position: absolute;
    left: 6px;  
  }
  .svgColor-white {
    stroke: transparent;
    fill: #fff;
}

  .social-login button.facebook::before ,
 .social-login button.google::before ,
  .social-login button.linein::before {
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left:26px;
    font-size: 22px;
    border-right: 1px solid #C2C7D0;
    padding: 0 0px;
    width:16px;
    height: 100%;
    line-height: 40px;
    content: "";
  }
  .global-cont .why {
    overflow: hidden;
    font-weight:300;
    margin: 0 0 10px;
  }
.global-cont .why a {
 
    font-size: 1.125rem;
    text-decoration: none;
    color:#527dcf
  }
   .global-cont.policy {
    font-size:  0.938rem;  
    font-weight:300;
  }
 .global-cont .policy a  { 
    font-size: 1rem;
    text-decoration: none;
    color:#777
  }
.global-cont.why a:hover ,
 .global-cont .policy a:hover {
    text-decoration: underline;
  }

 

  /*----password eye------*/

  .form-vision-btn {
    height: 30px;
    width: 30px;
    background-image: url(../images/icons/vision.svg);
    background-repeat: no-repeat;
    background-position: center;
    outline: 0;
    position:absolute;
    display: inline-block;
    cursor: pointer;
    background-size: 30px;
    background-color: #566678;
    background-size: contain;  
      text-transform: none;
  border: none;
      overflow: visible;
      margin: 0;
      padding: 0;
      right: 10px;
      top: 5px
}

.form-vision-btn:active {
  background-image: url("../images/icons/vision_close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #566678;
  height: 35px;
  width: 35px;
  background-size: 30px;
  display: block;
}

   .form-rowtitle {
    color:#3e5871;
    display:flex;
    font-size: 1.063rem;
    letter-spacing: 1px;
    margin-bottom: 6px;
    text-align: left;
    width: 100%;
    max-width:100%; 
    flex: 0 0 100%;
    position: relative;
    font-family: 'Noto Sans TC', sans-serif;
}





/*----驗證--------*/



.form-check-pic {
  clear: both;
  align-items: center;
  display: block;
  max-width: 100%;
  width: 100%;
  flex: 0 0 100%;
  justify-content: flex-start;
}



.numcheck-input {
  padding: 9px 12px;
  background: #F5F6F8;
  border: solid 1px #E8EAF1;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.8;
  width: 160px !important;
  max-width: 160px!important;
  flex: 0 0 160px!important;
  margin-bottom: 6px;
  float: left;
}

.form-num-picbox {
  align-items: center;
  display: flex;
   flex: 0 0 calc(100% - 200px);
   max-width: calc(100% - 200px); 
   width: calc(100% - 200px);
  padding-left: 8px;
  z-index: 1;
 
}
.Change_Pic {
  display: inline-block;
  font-weight: normal;
  line-height: 1.428571429;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: 0;
  height: 35px;
  width: 35px;
  background-color: #566678;
  background-image: url(../images/icons/replace.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 0px 5px 10px 5px;
  text-align: center;
  cursor: pointer;
}
.Check_vercode {  
  display: inline-block;
  position: relative;
  white-space: nowrap;
  white-space: nowrap;
  vertical-align: middle;
  min-height:auto;
  width: 140px;
  max-width: 140px;
  flex: 0 0 140px;
  margin: 0px 5px 5px 5px;
  top: 0;
}


/*----------
login Btn
    
--------------*/

.ulogin-btn {
font-family: 'Noto Sans TC', sans-serif;
align-items: center;
border-radius: 30px;
color: #fff;      
font-size: 1.063rem;  
justify-content: center;
text-align: center;
border-style: none;
display: inline-block;
letter-spacing: 5px;
height:42px;
 line-height: 42px;
padding: 0 3rem;
transition: 0.8s;
margin: 8px auto;
box-shadow: 2px 3px 0px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 2px 3px 0px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 2px 3px 0px 0px rgb(0 0 0 / 0.1);
    -ms-box-shadow: 2px 3px 0px 0 rgba(0, 0, 0, 0.1);
background-color: #c33;
    color: #FFF;
    font-size: 1.063rem;
    font-weight: 400;    
    cursor: pointer;
    transition: .3s;
}
.uregister-btn {
  font-family: 'Noto Sans TC', sans-serif;
  align-items: center;
  border-radius: 30px;
  color: #fff;      
  font-size: 1.063rem;  
  justify-content: center;
  text-align: center;
  border-style: none;
  display: inline-block;
  letter-spacing: 5px;
  height:42px;
   line-height: 42px;
  padding: 0 3rem;
  transition: 0.8s;
  margin: 8px auto;
  box-shadow: 2px 3px 0px 0px rgb(0 0 0 / 10%);
      -webkit-box-shadow: 2px 3px 0px 0px rgb(0 0 0 / 10%);
      -moz-box-shadow: 2px 3px 0px 0px rgb(0 0 0 / 0.1);
      -ms-box-shadow: 2px 3px 0px 0 rgba(0, 0, 0, 0.1);
  background-color: #f08300;
      color: #FFF;
      font-size: 1.063rem;
      font-weight: 400;    
      cursor: pointer;
      transition: .3s;
  }

  .uregister-btn:hover, .ulogin-btn:hover {
    color: #fff;
		background:  #0a65b5; 
text-decoration: none;

}


.uclear-btn {
font-family: 'Noto Sans TC', sans-serif;
align-items: center;
background-color: #949494;
border-radius: 30px;
color: #fff;
font-size: 1.063rem; 
justify-content: center;
text-align: center;
letter-spacing: 5px;
height:42px;
 line-height: 42px;
padding: 0 3rem;
margin-left: 10px;
border-style: none;
display: inline-block;
letter-spacing: 5px;
margin-top:8px;
margin-bottom:8px;
margin-right: auto;
box-shadow: 2px 3px 0px 0px rgb(0 0 0 / 10%);
-webkit-box-shadow: 2px 3px 0px 0px rgb(0 0 0 / 10%);
-moz-box-shadow: 2px 3px 0px 0px rgb(0 0 0 / 0.1);
-ms-box-shadow: 2px 3px 0px 0 rgba(0, 0, 0, 0.1);
}


.uclear-btn:hover {
background-color: #ddd;
color: #111
}


@media only screen and (max-width: 812px) {
  
  .loginWrap {
    margin: 0px auto 0 auto;
    overflow: hidden;
 
    padding:  15px
  }

  .global-cont {
    max-width: 100%;
    padding: 8px;
  }

  .inner-cont .sign-in-up { 
    padding: 10px;
  }

  .inner-cont .sign-in-up form>span,
  .inner-cont .sign-in-up form>a {
    width: 100%;
  }
}
@media screen and (max-width:767px) {


  .inner-cont .sign{
   font-size: 1em;}

}
@media screen and (max-width:575px) {


  .uclear-btn {
    margin-left: auto;
}

.Check_vercode {
          display: inline-block;
          
      }
   .form-num-picbox { 
      flex:100%;
      max-width:100% ;
      width: 100% ;
      padding-left: 0px;
  }  

  .numcheck-input{
  padding: 9px 12px;
  background: #F5F6F8;
  border: solid 1px #E8EAF1;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.8;
  width: 100%!important;
   max-width:100%!important; 
  flex: 0 0 100%!important;
  margin-bottom: 6px;
  display: inline-block
}

  .form-num-picbox {
    align-items: center;
    display: flex;
    max-width:100%; 
  flex: 0 0 100%; 
     width: 100%;
    }

.form-check-pic{display: block;}

.loginWrap {
  margin: 0px auto 0 auto;
  
  padding: 30px 0px;
}
}





/*-------------------------------

From 列表

--------------------------------------------*/



mark, .mark {
    padding: 0!important;
    background-color:transparent!important;
}

    .bdrBox {
      display: block;
      max-width: 100%;
    
      position: relative;
    }


   .bdrBox .bgwhite {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
  }
  
  

  .bdrBox.formW {
    max-width: 100%;
      padding: 0 15px;
    margin: 0 auto;
    position: relative;
    text-align: left;
  }
  
 
  

    @media (max-width: 1200px) {
    .rowbox {
      padding: 0 30px;
    }
  }
  

  @media (max-width:911px) {   
  .bdrBox .bgwhite {
    padding: 15px;
  }

}
  @media (max-width: 768px) {   
    .rowbox {
    padding: 0 4.5%;
  }
    .bdrBox {
    padding: 3px;
   }
    
  
  .bdrBox.formW {
      max-width: 100%;
        width: 100%;
        padding: 0;
  }

}
  
/*-----form---*/

.mflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
  
    .mflex >div {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
    }
  
   .mflex>div:nth-child(odd) {
      padding-right: 10px;
    }
  
    mflex>div:nth-child(even) {
      padding-left: 10px;
    }
  
  
  form .other {
    display: inline-block;
    width: calc(100% - 300px);
  }
  
  form .other input[type=text] {
    max-width: calc(100% - 105px);
  }
  
  form .other .check_radi {
    margin-right: 0;
  }
  .txt-required {
    color: #df3b64;
    display: inline;
    font-weight: bold;
    font-size:1.063em ;
}

  
  form .check_radi {
    width: auto;
    display: inline-block;
    position: relative;
    padding: 0 0px 0 30px;
    margin: 0 30px 0 0px;
    line-height: 35px;
    height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    color: #666;
    font-weight: 400;
  }
  
  form .check_radi input {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 35px;
  }
  
  form .check_radi .boxmark {
    position: absolute;
    top: 9px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 1px solid #666666;
    border-radius: 99em;
  }
  
  form .check_radi .boxmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #666666;
  }
 
  
  form .check_radi .checkmark {
    position: absolute;
    top: 10px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: white;
    border: 1px solid #d2d2d2;
  }

 
  @media (max-width: 640px) {
    form .check_radi {
      height: 25px;
      line-height: 25px;
      padding: 0 0 0 25px;
      margin: 0 10px 0 0;
    }
  
    form .check_radi .boxmark {
      top: 2px;
      width: 20px;
      height: 20px;
    }
  
    form .check_radi .checkmark {
      top: 5px;
    }
  }
  
  form .agree {
    margin-bottom: 35px;
  }
  
  form .agree .check_radi {
    margin-right: 0;
  }
  
  form .agree a {
    font-size: 1rem;
    color: #a40000;
    font-weight: 400;
    display: inline-block;
  }
  
  form .agree a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #a40000;
    margin-top: 3px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  
  @media (min-width: 641px) {
    form .agree a:hover {
      color: #ff777e;
    }
  
    form .agree a:hover:after {
      background-color: #ff777e;
    }
  }
  
  @media (max-width: 640px) {
    form .agree {
      margin-bottom: 15px;
      margin-top: 10px;
    }
  }
  

   /*-------form input checkmark-----*/
  form .check_radi input:checked~.checkmark:after {
    display: block;
  }
   
  form .check_radi input:checked~.boxmark:after {
    display: block;
  }

  form  .checkmark {
    position: absolute;
    top: 10px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 0;
  }
  form .check_radi input:checked ~ .checkmark::after {
    display: block;
  }

  form .check_radi .checkmark::after {
    content: "V";
    position: absolute;
    display: none;
    top: -8px;
    left: 4px;
    width: 16px;
    height: 14px;
     letter-spacing: 5px;
    font-size: 1.063em;
font-weight: bold;
    font-family: system-ui;
   }


/*-------label input-----*/

input[type="tel"],
input[type="text"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="number"],
input[type="password"],
textarea,
select{
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height:42px;
  padding: 0 20px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 18px;
  border: 1px solid #bfbfbf;
  font-size: 1rem;
  color: #313131;
  font-weight: 400;
}
/*------input-----*/

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

form .check_radi input {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 35px;
}
input[type="radio"], input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}



@media (max-width: 640px) {

  input[type="tel"],
  input[type="text"],
  input[type="email"],
  input[type="date"],
  input[type="time"],
  input[type="number"],
  input[type="password"],
  textarea {
    height: 40px;
    padding: 0 15px;
    border-radius: 25px;
  }
}

textarea {
  border: 1px solid #bfbfbf;
  padding: 10px 15px;
  min-height: 150px;
  border-radius: 10px;
}

@media (max-width: 640px) {
  textarea {
    border-radius: 20px;
  }
}




form .mark {
  min-height: 22px;
  line-height: 20px;
  margin: 2px 0 10px;
  font-size: 0.75rem;
  color: #a40000;
  font-weight: 400;
  display: block;
}

form .mark i {
  margin-right: 2px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  display: inline-block;
}

@media (min-width: 641px) {
  form .mark.mt-5 {
    margin-top: -9px;
    margin-bottom: 5px;
  }
}



form label {
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  line-height: 30px;
}

form label i {
  font-size: 1.375rem;
 
  font-weight: 400;
  margin-left: -9px;
}
form .nolabel {
    margin-top:35px;
}
  
  form.updown label:not(.check_radi) {
    padding-left: 15px;
  }
  
  form.updown .mark {
    margin-left: 20px;
  }
@media (max-width: 640px) {
  form label {
    line-height: 1.8;
  }

  form label i {
    font-size: 0.9375rem;
  }

    form .mark {
      margin-bottom: 5px;
      font-size: 0.625rem;
    }
    
    form .nolabel {
      padding-left: 15px;
      margin-top: 10px;}

    form.updown label:not(.check_radi) {
      padding-left: 15px;
    }
  
    form.updown .mark {
      margin-left: 15px;
    }
  }
  
  form.updown .mark {
    margin-left: 20px; background-color: transparent
  }
  form .mark {
    min-height: 22px;
    line-height: 20px;
    margin: 2px 0 20px;
      margin-left: 0px;
    font-size: .75rem;
    color: #a40000;
    font-weight: 400;
    display: block;
  }


/*---add----*/


.twzipcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-left: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 90px)!important;
  -ms-flex: 0 0 calc(100% - 90px)!important;
  flex: 0 0 calc(100% - 90px)!important;
  width: calc(100% - 90px)!important;
}

 .twzipcode div[data-role] {
    width: 49%;
    margin-bottom: 12px;
  }

  .formW select {
    border: 1px solid #bfbfbf;
    border-radius: 18px;
    padding: 10px 20px!important;
     text-align: left;
    margin-left: 0;
    width: 100%!important;
    position:relative;
    background: #fff;
  }

  .twzipcode .nice-select{
    position: relative !important;
    border-radius: 18px !important;;
    border-color: #bfbfbf !important;}


  @media (max-width: 640px) {
    form .other {
      width: calc(100% - 158px);
    }
     .mflex>div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
      }

      .twzipcode div[data-role] {
        width: 100%; 
        flex: 0 0 100%;
        max-width: 100%;
  }

  .twzipcode {
    -webkit-flex: 0 0 calc(100%)!important;
    -ms-flex: 0 0 calc(100%)!important;
    flex: 0 0 calc(100%)!important;
    width: calc(100%)!important;
   }

  }
  /*---------------
 
  btn
   --------*/
  .loginbtn {
    text-align: center;
    margin-top: 20px;
  }
  
  .loginbtn a {
    font-size: 0.875rem;
    color: #313131;
    font-weight: 400;
    border-bottom: 1px solid #313131;
    display: inline-block;
    padding-bottom: 4px;
    margin: 0 8px;
  }
  
  .loginbtn a.active {
    color: #ff777e;
    border-color: #ff777e;
  }
  
  @media (min-width: 641px) {
    .loginbtn a:hover {
      color: #ff777e;
      border-color: #ff777e;
    }
  }
  
  @media (max-width: 640px) {
    .loginbtn {
      margin-top: 25px;
    }
  }




.fbbtn {
    color: #1877f2;
    border: 1px solid #1877f2;
    border-radius: 25px;
    display: inline-block;
    padding: 4px 12px 4px 6px;
    margin-top: 40px;
  }
  
  .fbbtn .svg {
    width: 28px;
    vertical-align: -8px;
    margin-right: 8px;
  }
  
  .fbbtn .svg .bg {
    background: none;
    fill: #1877f2;
  }
  
  .fbbtn .svg .bdr {
    fill: #1877f2;
  }
  
  .fbbtn .svg .logo {
    fill: white;
  }
  
  @media (min-width: 641px) {
    .fbbtn:hover {
      color: white;
      background: #1877f2;
    }
  }





a, a:hover {
    text-decoration: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  
}

form .joinbtn {
    margin-top: 20px;
}
form .joinbtn {
    min-width: 150px;
    height: 38px;
    padding: 0 10px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    border-radius: 25px;
    border: 1px solid #ff777e;
    font-size: 0.875rem;
    color: #ff777e;
    font-weight: 500;
}

form .joinbtn:hover {
    color: white;  text-decoration: none;
    background-color: #ff777e;
}