*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.register2{
    width: 100%;
    background: linear-gradient(-120deg,#8f5300, rgba(250, 147, 2, 5));
    background-position: center;
    background-size: cover;
}
.register{
    width: 80%;
    margin: auto;
    height: 100vh;
    justify-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}

.register .left{
    width: 85%;
    height: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.register .left .logo5 img{
    width: 200px;
}
.register .left .links{
    width: 100%;
    display: flex;
    padding: 40px 10px;
    justify-content: space-between;
}
.register .left h1{
    color: rgba(0, 0, 255, 0.442);
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
}
.register .left h3{
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 150;
    line-height: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.register .left h4{
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 200;
    line-height: 20px;
    color: rgba(0, 0, 255, 0.644);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.register .left .left1 img{
    width: 25px;
}
.register .left .left1 li{
    padding: 6px 0;
    list-style: none;
}
.register .left .left1 li a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 450;
}

.register .right{
    width: 100%;
    height: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.register .right .form{
    background: white;
    padding: 70px 60px;
    width: 100%;
    position: relative;
    box-shadow:5px 8px 10px grey ;
}
.register .right form .forget{
    padding: 7px 0;
}
.register .right .form h4{
    font-size: 30px;
}
.register .right .form p{
    font-size: 15px;
    color: darkblue;
    font-weight: 100;
}
.register .right .form .get_started{
    background: #8f5300;
    color: white;
}
.register .right .form .anchor{
    position: absolute;
    font-size: 15px;
    top: 12%;
    right: 70px;
    color: darkblue;
    font-weight: 100;
}
.register .left .right1 img{
    width: 25px;
}
.register .left .right1 li{
    padding: 6px 0;
    list-style: none;
}
.register .left .right1 li a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 450;

}


.form-control {
    border-radius: 0;
}
.btn {
    border-radius: 0;
    padding: 15px;
}
.input-group .span{
    font-size: 20px;
    font-weight: 400
    ;
}


/* ------SIGN UP----- */


.signin2{
    background: linear-gradient(-120deg,#8f5300, rgba(250, 147, 2, 5));
    
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container {
}
  .myRightCtn {
    position: relative;
        border-radius: 25px;
        width: 100%;
    height: 70%;
    padding: 25px;
    color:black;
    font-size: 12px; 
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .myLeftCtn {
    position: relative;
    background: #fff;
    border-radius: 25px;
    width: 100%;

    height: 100%;
    padding: 25px;
    padding-left: 50px;
  }
  .myLeftCtn header {
    color: #8f5300;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .row{
  height: 100%;
  } 
  .myCard {
    position: relative;
    height: 100%;
  } 
  .myRightCtn header {
    color: black;
    font-size: 44px;
  }
  .myRightCtn img{
    width: 180px;
  } 
  .box {
    position: relative;
    margin: 20px;
    margin-bottom: 100px;
  } 
  .myLeftCtn .myInput {
    width: 100%;
    padding: 10px;
  }
  .myLeftCtn .myInput:focus {
    outline: none;
  } 
  .myForm {
    position: relative;
    margin-top: 50px;
  } 
  .myLeftCtn .butt {
    background-color: #8f5300;
    color: #fff;
    width: 50%;
    border: none;
    padding: 10px;
    -webkit-box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
  }
  .myLeftCtn .butt:focus {
    outline: none;
  } 
  .myLeftCtn .fas {
    position: relative;
    left: 36px;
  } 
  .butt_out {
    background: transparent;
    color: #fff;
    width: 120px;
    border: 2px solid#fff;
    border-radius: 25px;
    padding: 10px;
    -webkit-box-shadow: 0px 10px 49px -14px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 10px 49px -14px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 10px 49px -14px rgba(0, 0, 0, 0.7);
  } 
  .butt_out:hover {
    border: 2px solid#eecbff;
  } 
  .butt_out:focus {
    outline: none;
  }

  .form-group span{
    float: left;
  }
  
  

/* -------OWNER------ */



.body2{
    background: whitesmoke;
    padding: 40px 0;
}


.owner form #next{
    background: #8f5300;
    color: white;
}
.modal10{
    display: flex;
    width: 45.7%;
    height: 50vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: white;
    margin:auto;
    margin-bottom: 40px;
}
.modal10 a{
    background: #8f5300;
    color: white;
}
.modal10 .icon{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.modal10 .icon i{
    font-size: 15px;
    color: blue;
}
.modal10 .heading{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.modal10 .heading h2{
    font-size: 30px;
}
.modal10 .heading h4{
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 100;
}

.owner{
    width: 70%;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owner form{
    background: white;
    padding: 10px 10px;
    width: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color,inherit);
}


  @media (max-width:500px){
    .myRightCtn {
        position: relative;
        border-radius: 25px;
        width: 100%;
        height: 70%;
        padding: 25px;
        color: black;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }
  }
  

  @media (max-width:700px) {
    
.modal10 a{
    width: 100%;
}
  }
  @media (max-width:560px) {
    .modal10 a {
        width: 100%;
        font-size: 13px;
    }
    .modal10 {
        width: 66.7%;
        height: 60vh;
    }
    .owner {
        width: 85%;
    }
  }

@media(max-width:1100px){
    .register{
        width: 100%;
        grid-template-columns: 1fr ;
    }
    .register .right {
        height: 90%;
    }
    
}
@media(max-width:500px){
    .register .right .form {
        background: white;
        width: 100%;
        position: relative;
        box-shadow: 5px 8px 10px grey;
        padding: 10px 10px;
    }
    .register .left .links {
        width: 100%;
        display: flex;
        padding: 0;
        justify-content: space-between;
    }
    .register .right .form .anchor{
        display: none;
    }
    .register .left {
        width: 85%;
        height: 100%;
        padding: 0 10px;
        display: flex;
        margin-bottom: 100px;
        justify-content: center;
        flex-direction: column;
        display: none;
    }
    .register .right .form h4 {
        text-align: center;
    }
    
}