::-webkit-scrollbar {
    display: none;
}
.iti {
    position: relative;
    display: inline-block;
    width: 100% !important;
}

.myphonenumber {
    background: #F7F7F7 !important;
}
#forgotpass:hover {
    color: #4C79F5 !important;
}
.Loginup_Details_Container {
    min-height: 80vh !important;
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .Signup_Right_Section_Container
    {
        display: flex;
        justify-content: center; 
        align-items: center;
        height: 100vh;
    
    }  
    .signup-input-grp {
      background: #F7F7F7;
      border: 1px solid #C5C5C5;
    }
    .img-square-wrapper{
      width:12rem;
    }
    
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .Signup_Right_Section_Container
    {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }  
    .signup-input-grp {
      background: #F7F7F7;
      border: 1px solid #C5C5C5;
    }
    .img-square-wrapper{
      width:12rem;
    }
    
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px){
    .Signup_Right_Section_Container
    {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }  
    .signup-input-grp {
      background: #F7F7F7;
      border: 1px solid #C5C5C5;
    }
    .img-square-wrapper{
      width:12rem;
    }
    
}
/* devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px){
    .Signup_Right_Section_Container
    {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }
    .signup-input-grp {
      background: #F7F7F7;
      border: 1px solid #C5C5C5;
    }
    .img-square-wrapper{
      width:12rem;
    }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 401px) and (max-width: 600px) {
    .Signup_Right_Section_Container
    {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }  
    .signup-input-grp {
      background: #F7F7F7;
      border: 1px solid #C5C5C5;
    }
    .img-square-wrapper{
      width:12rem;
    }
    
}
/* Extra small devices (phones, 400px and down) */
@media only screen and (max-width: 401px) {
    .Signup_Right_Section_Container
    {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }  
    .signup-input-grp {
      background: #F7F7F7;
      border: 1px solid #C5C5C5;
    }
    .img-square-wrapper{
      width:12rem;
    }
    
}