@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap");

body 
{
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(to right,rgb(39, 122, 201),rgb(0, 45, 104));
}
.content{
    width: 100%;
    padding: 1px;
}
.log-form
{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
form
{
    background: rgba(255,255,255, 0.06);
    padding: 3em;
    height: 320px;
    border-radius: 20px;
    border-left: 1px solid rgba(255,255,255, 0.3);
    border-top: 1px solid rgba(255,255,255, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 20px 20px 40px -6px rgba(0,0,0, 0.2);
    text-align: center;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
form p
{
    font-weight: 500;
    color: #fff;
    opacity: 0.7;
    font-size: 1.9rem;
    margin-top: 0;
    margin-bottom: 50px;
    text-shadow: 2px 2px 4px rgba(0,0,0, 0.2);
}
form a
{
    text-decoration: none;
    color: #ddd;
    font-size: 12px;
}
form a:hover
{
    text-shadow: 2px 2px 6px #00000040;
}
form a:active
{
    text-shadow: none
}
form input
{
    background: transparent;
    width: 250px;
    padding: 1em;
    margin-bottom: 2em;
    border: none;
    border-left: 1px solid rgba(255,255,255, 0.3);
    border-top: 1px solid rgba(255,255,255, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 4px 4px 60px rgba(0,0,0, 0.2);
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-shadow: 2px 2px 4px rgba(0,0,0, 0.2);
    border-radius: 5000px;

}

form input:hover
{
    background: rgba(255,255,255, 0.1);
    box-shadow: 4px 4px 60px 8px rgba(0,0,0, 0.2);
}
form input[type="email"]:focus,
form input[type="password"]:focus
{
    background: rgba(255,255,255, 0.1);
    box-shadow: 4px 4px 60px 8px rgba(0,0,0, 0.2);   
}
form input[type="button"]
{
    margin-top: 10px;
    width: 150px;
    font-size: 1rem;
}
form input[type="button"]:hover
{
    cursor: pointer;
}
form:hover
{
    margin: 4px;
}

::placeholder
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0, 0.4);
}
::-webkit-input-placeholder
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0, 0.4);
}
a,
input:focus,
button:focus,
select:focus
{
    outline: none;
}
.drop
{
    background: rgba(255,255,255, 0.06);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 10px 10px 60px -8px rgba(0, 0, 0, 0.2);
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;

}
.drop-1
{
    height: 80px;
    width: 80px;
    top: -20px;
    left: -40px;
    z-index: -1;
}
.drop-2
{
    height: 80px;
    width: 80px;
    bottom: -30px;
    right: -10px;
}
.drop-3
{
    height: 100px;
    width: 100px;
    bottom: 120px;
    right: -50px;
    z-index: -1;
}

.drop-4
{
    height: 120px;
    width: 120px;
    top: -60px;
    right: -60px;
    
}
.img-drop4{
    height: 100px; 
    width: 100px;
    position: absolute;
    left: 10px;
    top: 10px;
    opacity: .8;
}
.drop-5
{
    height: 60px;
    width: 60px;
    bottom: 170px;
    left: 90px;
    z-index: -1;
}
form button
{
    background: transparent;
    width: 230px;
    padding: 1em;
    margin-bottom: 2em;
    border: none;
    border-left: 1px solid rgba(255,255,255, 0.3);
    border-top: 1px solid rgba(255,255,255, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 4px 4px 60px rgba(0,0,0, 0.2);
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-shadow: 2px 2px 4px rgba(0,0,0, 0.2);
    border-radius: 5000px;
    cursor: pointer;

}
form button:hover
{
    background: rgba(255,255,255, 0.1);
    box-shadow: 4px 4px 60px 8px rgba(0,0,0, 0.2);
}
.reveal-eye{
    position: fixed;
    right: 60px;
    top: 220px;
    color: white;
    cursor: pointer;
}
