@import url('https://fonts.googleapis.com/css2?family=Comforter&family=Dongle:wght@300;400;700&family=Mochiy+Pop+P+One&family=Open+Sans:wght@300;400;700&family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Ubuntu:ital,wght@0,300;0,400;0,700;1,300;1,500;1,700&family=Varela+Round&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
    background: rgba(39, 39, 39, 0.897) url("https://cdn.pixabay.com/photo/2021/10/12/01/06/guitar-6702089_1280.jpg");
    background-size: cover;
    background-blend-mode: darken;
}

.form-group{
    margin: 10px 10px;
    font-family: "ubuntu", sans-serif;
    font-size: 15px;
    cursor: pointer;
}

input{
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 30px !important;
    font-family: "Dongle", sans-serif;
}

label{
    margin-top: 8px;
    margin-bottom: 8px;
}

.button-p{
    width: 100%;
    border-radius: 50px;
}

.bt-color{
    background-color: rgb(47, 214, 47);
}

.bt-hover:hover .button-p{
    background-color: rgb(53, 179, 53);
}

.forgotform{
    display: none;
}

a{
    color: black;
    text-decoration: none;
}

.container{
    align-items: center;
    justify-content: center;
}

.mar{
    margin: 80px auto !important;
    width: 100%;
}

.bor
{
    border: none !important;
}

.row{
    width:50%;
}

.hid{
    display: none;
}

#cover{
    width: 375px;
    height: 375px;
    background-position: center;
    background-size: cover;
  }

  .signform{
      display: none;
  }