.login{
   margin:auto;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
height: 100%;
border: none;
background-color:#1c75BC;
width:50vw;
padding:50px;


}
.head-login{
   
    display: grid;
    grid-template-columns: 1fr 50px;
    align-items: center;
    justify-content: space-around;
}
.nav-link{
    
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color:white;
}
.link{
    color:white;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:14px;
    cursor: pointer;
    margin-right: 4px;
    margin-left:3px;
}
.list-country{
    color:white;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color:white;
}
.phone{
    border-radius: 7.5px;
    border:none;
    outline-color: none;
    width: 50px;
}
h1{
    color:#ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
h2{
    color:#ffffff;
    display: flex;
    align-items: center;
    justify-content: center; 
    font-size:14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.group-form{
    display: grid;
    margin-top:15px;
}
label{
    color:white;
    font-size: 14px;
    font-weight: 600;
}
.input{
    height: 40px;
    border-radius: 5px;
     border: 1px solid rgb(118, 118, 118);
     outline-color: thistle;
     padding-left:15px;
}
.info-login{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-around;
    margin-top:15px;
}
.keep-me{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color:white;
 
}
.forgot-password{
    color:white;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color:white;
}
.submit-button{
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #F97316;
    color:white;
    font-size: 14px;
    margin-top:15px;
}
.submit-button:hover{
   
}
.bar-line{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top:15px;
    
}
.info-message{
    display:flex;
    align-items: center;
    justify-content: center;
    color:white;
    font-size: 14px;
}

.line-1,.line-2{
    border:none;
    border-bottom: 1px solid white;
   
}
.social-link{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    margin-top: 15px;
    grid-column-gap: 5px;
}
.social-link >.link{
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 5px;
    height: 50px;
    cursor: pointer;
}
i{
    font-size: 20px;
}
.terms{
    display: flex;
    align-items: center;
    justify-content: center;
    color:white;
    margin-top: 45px;
}
.copy-right{
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:12px;
    margin-top: 15px;
}
@media(max-width:1400px){
    .login{
       margin:auto;
       
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    height: 100vh;
    border: none;
    background-color:#1c75BC;
    width:50vw;
    height: 100%;
    
    }
    
}
@media(max-width:847px){
    .login{
       
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    height: 100vh;
    border: none;
    background-color:#1c75BC;
    width:80vw;
    height: 100%;
    width: 100%;
    width: 60%;
    }
    .social-link{

        display: flex;
        flex-direction: column;
        margin-top: 15px;
        grid-row-gap: 10px;
    }
    .social-link >.link{
        border: 1px solid white;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border-radius: 5px;
        height: 40px;
        cursor: pointer;
    }
    .terms{
        display: flex;
        align-items: center;
        justify-content: center;
        color:white;
        margin-top: 25px;
    }
    
}
@media(max-width:627px){
    .login{
       
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    height: 100vh;
    border: none;
    background-color:#1c75BC;
    width:75vw;
  
    height: 100%;
    width: 100%;
    width: 60%;
    }
    .social-link{

        display: flex;
        flex-direction: column;
        margin-top: 15px;
        grid-row-gap: 10px;
    }
    .social-link >.link{
        border: 1px solid white;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border-radius: 5px;
        height: 40px;
        cursor: pointer;
    }
    .terms{
        display: flex;
        align-items: center;
        justify-content: center;
        color:white;
        margin-top: 25px;
    }
    .head-login{
   
        display: grid;
        grid-template-columns: 1fr 50px;
        grid-column-gap: 15px;
        align-items: center;
        justify-content: space-around;
    } 
  .phone{
    /*
    width: 50px;*/
  }
  
}
  

@media(max-width:499px){
    
    .login{
       
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        height: 100vh;
        border: none;
        background-color:#1c75BC;
        width:65vw;
      
        height: 100%;
        
        
        }
       /* h2{
            font-size:12px;
        }
        .keep-me > label{
            font-size:10px;
        }
        .forgot-password > label{
            font-size:10px;
        }*/
        
}
@media(max-width:419px){
    
    .login{
       
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        height: 100vh;
        border: none;
        background-color:#1c75BC;
        
        height: 100%;
        width: 68.5vw;
       
        }
        h2{
            font-size:12px;
        }
        
        .keep-me > label{
            font-size:10px;
        }
        .forgot-password > label{
            font-size:10px;
        }
        .info-message{
            font-size:10px;
        }
}
@media(max-width:396px){
    
    .login{
       
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        height: 100vh;
        border: none;
        background-color:#1c75BC;
        
        height: 100%;
        width: 64.5vw;
       
        }
        h2{
            font-size:12px;
        }
        
        .keep-me > label{
            font-size:10px;
        }
        .forgot-password > label{
            font-size:10px;
        }
        .info-message{
            font-size:10px;
        }
}
@media(max-width:357px){
    
    .login{
       
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        height: 100vh;
        border: none;
        background-color:#1c75BC;
        width:65vw;
      padding:5px;
      height: 100%;
      width: 90%;
        }
        h2{
            font-size:12px;
        }
        
        .keep-me > label{
            font-size:10px;
        }
        .forgot-password > label{
            font-size:10px;
        }
        .info-message{
            font-size:10px;
        }
        .input{
            height: 40px;
            border-radius: 5px;
             border: 1px solid rgb(118, 118, 118);
             outline-color: thistle;
             width: 100%;
        }
}
@media(max-width:305px){
    
    .login{
       
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        height: 100vh;
        border: none;
        background-color:#1c75BC;
        width:75vw;
      padding:5px;
      height: 100%;
      width:90%;
        }
        h2{
            font-size:12px;
        }
        
        .keep-me > label{
            font-size:10px;
        }
        .forgot-password > label{
            font-size:10px;
        }
        .info-message{
            font-size:10px;
        }
        .input{
            height: 40px;
            border-radius: 5px;
             border: 1px solid rgb(118, 118, 118);
             outline-color: thistle;
             width: 100%;
        }
        .head-login{
   
            display: grid;
            grid-template-columns: 1fr 30px;
            grid-column-gap: 15px;
            align-items: center;
            justify-content: space-around;
        } 
      .phone{
        width: 30px;
      }
}
@media(max-width:259px){
    
    .login{
       
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        height: 100vh;
        border: none;
        background-color:#1c75BC;
        width:85vw;
      padding:5px;
      height: 100%;
      width:90%;
        }
        h2{
            font-size:12px;
        }
        
        .keep-me > label{
            font-size:10px;
        }
        .forgot-password > label{
            font-size:10px;
        }
        .info-message{
            font-size:10px;
        }
        .input{
            height: 40px;
            border-radius: 5px;
             border: 1px solid rgb(118, 118, 118);
             outline-color: thistle;
             width: 100%;
        }
        .head-login{
   
            display: grid;
            grid-template-columns: 1fr 30px;
            grid-column-gap: 15px;
            align-items: center;
            justify-content: space-around;
        } 
      .phone{
        width: 30px;
      }
}
@media(max-width:241px){
    
    .login{
       
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        height: 100vh;
        border: none;
        background-color:#1c75BC;
        width:85vw;
      padding:5px;
      height: 100%;
      width:90%;
       
        }
        h2{
            font-size:12px;
        }
        
        .keep-me > label{
            font-size:10px;
        }
        .forgot-password > label{
            font-size:10px;
        }
        .info-message{
            font-size:10px;
        }
        .input{
            height: 40px;
            border-radius: 5px;
             border: 1px solid rgb(118, 118, 118);
             outline-color: thistle;
             width: 100%;
        }
        .head-login{
   
            display: grid;
            grid-template-columns: 1fr 30px;
            grid-column-gap: 15px;
            align-items: center;
            justify-content: space-around;
        } 
      .phone{
        width: 30px;
      }
}