*{
    margin: 0;
    padding: 0;
}
body{
    background: #cacaca;
    height: 100%;
    width: 100%;
    font-family: Arial, sans-serif;
}
a,a:hover{
    text-decoration: none;
    color: #0b0b0b;
}
.logo {
    padding: 30px 0px;
    text-align: center;
}
.logo img{
    width: 200px;
}
.discription {
    font-size: 24px;
    text-align: center;
    color: #0b0b0b;
}
.login{
    text-align: center;
}
.login span {
    margin-top: 20px;
    display: inherit;
}
input[type="text"] {
    text-align: center;
    font-size: 26px;
    background: #c8def4;
    border: none;
    padding: 15px 20px;
    border-radius: 40px;
    margin: 5px 0px;
    outline: 0;
    caret-color: #fff;
    color: #fff;
    width: 440px;
}
button[type="submit"] {
    background: transparent;
    border: none;
    outline: 0;
    width: 150px;
    margin: 15px auto;
    cursor: pointer;
    display: table;
}

button[type="submit"] img{
    width: 100%;
}

::-webkit-input-placeholder {
    color: #fff;
  }
  
  :-ms-input-placeholder { 
    color: #fff;
  }
  
  ::placeholder {
    color: #fff;
  }
  footer {
    text-align: center;
}
.details {
    text-align: center;
}
.details .item {
    padding: 10px 0px;
}
.details .item p {
    font-size: 18px;
    line-height: 18px;
    color: #03060a;
    margin-bottom: 4px;
}
.details .item p strong {
    color: #090b10;
    font-size: 19px;
}
.details .item h3 {
    font-size: 30px;
    padding: 20px 0px;
    text-align: center;
    color: #020202;
}
.details {
    text-align: left;
    width: 450px;
    background: #c8def4;
    padding: 15px 25px;
    margin: 0 auto;
    border-radius: 50px;
}

@media only screen and (max-width: 600px) {
    input[type="text"] {
        width: 100%;
        padding: 0;
        height: 50px;
    }
    form{
        padding: 0px 30px;
    }
    .discription {
        font-size: 18px;
        padding: 0px 10px;
    }
    .login span{
        font-size: 12px;
    }
    footer {
        font-size: 12px;
        padding: 0px 20px 20px;
    }
    .details {
        width: auto;
        padding: 12px 22px;
    }

    .details-wrapper {
        width: auto;
        padding: 0px 10px;
    }
    .details .item p {
        font-size: 13px;
        line-height: 13px;
        margin-bottom: 4px;
    }
    .details .item p strong {
        font-size: 13px;
    }

  }
  @media only screen and (max-width: 400px) {
    .details {
        width: auto;
        padding: 17px 15px;
    }
  }

  @media only screen and (max-width: 350px) {
    .details .item p {
        font-size: 11px;
    }
    footer {
        font-size: 11px;
    }
  }