body{
    margin: 0;
    padding: 0;
    font-family: 'Lato';
}
.main_div{
    display: flex;
    flex-direction: column;
    background-color: white;
}
.first_div{
  display: flex;
  justify-content: center;
  text-align: center;
}
.upsales_logo{
    width:304px;
    height:70px;
    margin-top:17px;
    margin-bottom:17px
}
.second_div{
    background-image: url('../../storage/images/affiliate/background_blue.png');
    height:500px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:white;
    text-transform: uppercase;
    font-weight: bold;
}
.second_div_p1{
    font-size: 40px;
    color: #f16721;
    width:40%;
    font-weight: bolder;
}
.second_div_p2{
    font-size: 30px;
    color:white;
    text-transform: capitalize;
}
.second_div_button{
    background-color: #f16721;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    border-radius:7px;
    height: 50px;
    width:50%;
    margin-top: 7%;
}
.second_div_button:hover ,.button_affiliate:hover{
    background-color: white;
    color: #f16721 !important;
}
.second_div_2{
    background-color: black;
    border-radius: 20px;
    height:80%;
    width:38%;
    margin-left:20px
}
.third_div{
    display: flex;
    justify-content: center;
    align-items: center;
    height:250px;
    color:#464646;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bolder;
}
.third_div_upsales{
    color:#1079aa
}
.third_div_pro{
    color:#f16721
}
.third_div_flex{
    color:#464646;
    font-size: 20px;
    font-weight: bolder;
    text-transform: uppercase;
    display: flex;
}
.third_div_flex_1{
    background-color: #e1e1e1;
    padding-top:3%;
    padding-bottom: 3%;
    height: fit-content;
    padding-right: 0px;
    padding-left: 25px

}
.third_div_flex_2{
    background-color: #ebebeb;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    padding-right: 30px;
}
.third_div_flex_1_span{
    font-weight: normal;
    text-transform: normal;
    font-size: 16px;
}

.fourth_div{
    background-color: #e2e2e2;
    padding-top:80px;
    box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);

}
.fourth_div_center{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.fourth_div_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fourth_card{
    display: flex;
    flex-direction: column;
    width:24%;
    padding-left:21px;
    margin-top: 65px;
}
.fourth_card_wider{
    width:30%
}
.fourth_card_circle{
    align-self: center;
    background-color: white;
    position: relative;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    width:135px;
    text-align: center;
    padding:20px 0px
}
.fourth_card_circle_exception{
    padding:12px 0px
}
.fourth_card_content{
    background-color: white;
    margin-top:-50px;
    padding: 50px 20px 30px 20px;
    border-radius:10px;
    font-size: 20px;
    color:#464646;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    height:360px
}
.fourth_card_content_span{
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}
.center_div{
    text-align: center;
    margin-top: 85px;
    margin-bottom:80px;
    color:white
}
.button_affiliate{
    background-color: #f16721;
    color: white;
    font-size: 22px;
    font-weight: bold;
    padding:20px 35px;
    border-radius: 10px;
    cursor: pointer;
}
.fourth_div_center_top{
    font-size: 35px;
}
.fifth_div{
    padding-top: 70px;
    padding-bottom: 70px;
}
.first_div_exception{
    padding-right:20px;
    align-items:center;
    margin-top: 60px;
}
.fifth_div_flex{
    width:25%;
    font-size: 30px;
    font-weight: bolder;
}
.fifth_div_flex_1{
    margin-right: 20px;
    line-height: 0.9;
}
.fifth_div_flex_2{
    margin-left: 20px;
    white-space : nowrap;
    line-height: 0.9;
}
.fifth_div_flex_span{
   font-size: 20px;
   font-weight: normal;
   white-space : pre-wrap;
}
.last_div{
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: white;
    height: 355px;
    background-image: url('../../storage/images/affiliate/background.png');
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
}
.last_div_1{
    width:37%;
}
.last_div_2{
    width:30%;
    font-size: 25px;
}
.last_div_span{
    font-size: 20px;
    font-weight: normal;
}
.last_div_support{
    font-size: 24px;
    color:#464646
}
.last_div_button{
    background-color: white;
    font-size: 20px;
    color: #f16721;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    border-radius:7px;
    padding:11px 30px
}
.last_div_button:hover{
    color: white;
    background-color: #f16721;
}
.footer{
    text-align: center;
    font-size: 16px;
    color:#464646;
    padding-bottom: 15px;
    padding-top: 15px;
}
.register_body{
    background-image: url('../../storage/images/affiliate/affiliate_background.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.register_main{
    display: flex;
    justify-content: space-evenly;
    background-color: white;
    text-transform: uppercase;
    color:white;
    height: 100% !important;
    align-items: center;
    background-image: url('../../storage/images/affiliate/affiliate_background.png');
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top:10%;
}
.register_join{
    width:500px;
    margin-left: auto;
    margin-right:auto;
    line-height: 0.9;
}
.register_1{
    width:50%;
    text-align: center;
    font-size: 34px;
    font-weight: bolder;
}
.register_span1{
    font-size: 40px;
}
.register_span2{
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    white-space: pre-wrap;
}
.register_2{
    width:50%;
    text-align: center;
}
.register_div_input{
    margin-top: 7px;
}
.register_1_input{
    padding:10px;
    border-radius: 7px;
    border:none;
    margin-right: 10px;
    width:35%;
    font-size: 17px;
}
.register_1_input_exception{
    width:71%
}
.second_div_button_start{
    width:20%;
    height:40px;
    font-size:16px
}

.register_footer{
    position: absolute;
    bottom: 0;
    text-align: center;
    width:50%
}
.mobile_version{
    display: block;
}
.register_footer_mobile,.fifth_div_mobile,.mobile_flex_img, .dispaly_in_mobile{
    display: none;
}
.fifth_div_desktop,.third_div_flex_img_mobile{
    display: flex;
}
.alert-danger{
    font-size: 16px;
}
.first_div_flex{
    display: flex;
    justify-content: space-between;
    width:70%;
    align-items: center;
}
.first_div_login{
    background-color: #f26722;
    color: #fff!important;
    border-radius: 7px;
    padding: 9px 50px;
    font-size: 20px;
    border: none;
}
.first_div_login:hover{
    background-color: white;
    color: #f26722!important;
    border-style: solid;
    border-color: #f26722;
    border-width: 1px;
}

