.sms_page{
    width: 80%;
    min-height: 300px;
    margin: auto;
    padding: 20px;
    display: flex;
}
.sms_page h2{
    font-size: 20px;
    width: 100%;
    text-align: left;
    font-weight: 600;
    color: #000;
    margin: 20px 0;
}
.sms_image, .sms_form{
    width: 50%;
    padding: 0 50px 20px 50px;
}
.sms_image{
    background-image: url(/assets/images/sms-signup/sms-bg.jpg);
    background-size: cover;
    background-position: center;
}
.sms-copy{
    color: #314C89;
    background-color: #FFF;
    font-size: 20px;
    text-align: center;
    margin: 30px auto;
    width: 80%;
    height: auto;
    padding: 20px;
}
.sms-copy h1{
    font-size: 25px;
    margin-bottom: 20px;
}
.halfholder{
    display: flex;
    justify-content: space-between;
}
.form-field-wrapper.half{
    width: 49% !important;
}

.cg-form-modern .form-field-wrapper label {
    color: #000;
}

.form .where input{
    display: none;
  }
  
  .form label{
    position: relative;
    color: #000;
    background-color: #FFF;
    font-size: 20px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: block;
    cursor: pointer;
    border: 1px solid #707070;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;

  }
  
  .form .where input:checked + label{
    background-color: #000;
    color: #fff;
  }

  .form .where .half{
    width: 49.55%;
    display: inline-block;
    margin-bottom: 5px;
}
  
.check-container{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    color: #000;
}
.check-container .check label{
    font-size: 14px;
    margin-left: 10px;
    color: #707070;
}
.small-print{
    font-size: 14px;
    color: #707070;
    margin: 20px 0;
    width: 100%;
    text-align: left;
}

.iti__flag-container{
    padding-bottom: 7px;
}
#phone{
    padding-left: 60px;
}
.hide{
    display: none;
}

#country{
    padding: 23px 10px;
    width: 100%;
}

label sup {
    font-size: 20px;
    top: 5px;
    left: 5px;
    color: red;
}

.contact-perf{
    display: flex;
    text-align: left;
    align-items: baseline;
}

@media screen and (max-width: 1000px){
    .sms-copy{
        width: 100%;
    }
}

@media screen and (max-width: 900px){
    .sms_page{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 850px){
    .sms_page{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .sms_image, .sms_form{
        width: 100%;
        padding: 0 20px 20px 20px;
    }
}