*{
    font-family: sans-serif;
    outline: none;
    box-sizing: border-box;
    max-width: 100%;
}

body {
    margin: 0;
    background:#121212;

}

main{
    text-align:center;
    margin-top: 100px;
}

.continer{
    display:inline-block;
    width:330px; 
}




.logo img{
    width:60px;
    
   
}

.title{
    font-size:1.24em;
    color:white;
     font-weight:bold;
  
    
   
}

.title h1{
        font-weight: 800;
     padding:0;
    margin:0;
}

.col{
    margin-top:40px;
}

.col label{
    display:block;
    color:white;
    text-align:left;
    margin-bottom:6px;
    font-weight:bold;
    font-size:0.9em;
}

.col input{
    width:100%;
    padding:15px;
    background-color:#121212;
    border:solid 1px #777070;
    border-radius:5px;
    color:white;
}


.but{
    margin-top:20px
}

.but button{
    width:100%;
    padding:15px;
    background-color:#1ed760;
    border:solid 1px #1ed760;
    border-radius:40px;
    font-size:1em;
    font-weight:bold;
}


hr {
      margin-top:34px;
    border: none;
    border-top: 1px double #3333335e;
    color: white;
    overflow: visible;
   
   
  }
  
  hr::after {
    background: #121212;
    content: 'or';
    padding: 0 1px;
    position: relative;
    top: -12px;
  }

.login-button {
   background: rgb(18 18 18);
     border-radius:36px;
    display: flex;
    color:white;
    margin:8px 0;
    align-items: center;
    padding: 6px 0 ;
    font-size: 16px;
    border: 1px solid #ddd;
    transition: background-color 0.3s, box-shadow 0.3s;
    margin-bottom:10px;
}

.a{
    width:20%;
    text-align:left;
    padding:1px;
}

.b{
    width:70%;
    text-align:center;
    font-weight:bold;
}


.login-button img {
    width: 23px;
    margin-left:20px;
    
}

.p{
    text-align:center;
    color:#ffffffa3;
    margin-top:60px;
}

.k{
    margin-top:20px;
    margin-bottom:20px;
   
}

.k a{
    text-decoration:none;
    color:white;
    font-size:1.1em;
    font-weight:bold;
}



@media screen and (max-width:600px){
    main{
        margin-top:52px;
    }

    .continer{
    display:inline-block;
    
}




.logo img{
    width:60px;
    
   
}

.title{
    font-size:1.24em;
    color:white;
     font-weight:bold;
  
    
   
}

.title h1{
        font-weight: 800;
     padding:0;
    margin:0;
}

    col{
    margin-top:40px;
}

.col label{
    display:block;
    color:white;
    text-align:left;
    margin-bottom:6px;
    font-weight:bold;
    font-size:0.9em;
}

.col input{
    width:100%;
    padding:17px;
    background-color:#121212;
    border:solid 1px #777070;
    border-radius:5px;
    
}


.but{
    margin-top:20px
}

.but button{
    width:100%;
    padding:15px;
    background-color:#1ed760;
    border:solid 1px #1ed760;
    border-radius:40px;
    font-size:1em;
    font-weight:bold;
}


hr {
      margin-top:34px;
    border: none;
    border-top: 1px double #3333335e;
    color: white;
    overflow: visible;
   
   
  }
  
  hr::after {
    background: #121212;
    content: 'or';
    padding: 0 1px;
    position: relative;
    top: -12px;
  }

.login-button {
   background: rgb(18 18 18);
     border-radius:36px;
    display: flex;
    color:white;
    margin:8px 0;
    align-items: center;
    padding: 6px 0 ;
    font-size: 16px;
    border: 1px solid #ddd;
    transition: background-color 0.3s, box-shadow 0.3s;
    margin-bottom:10px;
}

.a{
    width:20%;
    text-align:left;
    padding:1px;
}

.b{
    width:70%;
    text-align:center;
    font-weight:bold;
}


.login-button img {
    width: 23px;
    margin-left:20px;
    
}

.p{
    text-align:center;
    color:#ffffffa3;
    margin-top:60px;
}

.k{
    margin-top:20px;
   
}

.k a{
    text-decoration:none;
    color:white;
    font-size:1.1em;
    font-weight:bold;
}


    
}