/* body{
    background-color: rgb(7, 19, 33) !important;
}

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

.container{
    background-color: rgb(77, 77, 77);
    width: 450px;
    padding: 1.5rem;
    margin: 50px auto;
    border-radius: 10px;
    box-shadow: 0 20px 34px rgba(0,0,1,0.9);
}
form{
    margin: 0 2rem;
}
.form-title{
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 1.1rem;
    margin-bottom: 0.4rem;
}
input{
    color: inherit;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #757575;
    padding-left: 1.5rem;
    font-size: 15px;
}
.input-user{
    padding: 1% 0;
    position: relative;
}
.input-user i{
    position:absolute;
    color: black;
}
input:focus{
    background-color: transparent;
    outline: transparent;
    border-bottom: 2px solid black;
}
input::placeholder{
    color: transparent;
}
label{
    color: #757575;
    position: relative;
    left: 1.2rem;
    top:-1.2rem;
    cursor: auto;
    transition: 0.3s ease all;
    margin-left: 0.2em;
}
input:focus~label,input:not(:placeholder-shown)~label{
    top: -2.5rem;
    color: hsl(327, 90%, 27%);
    font-size: 15px;
    margin-left: 0.2em;
}
.recover{
    text-align: right;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.recover a{
    text-decoration: none;
    color: rgba(0, 0, 255, 0.505);
}
.recover a:hover{
    color: blue;
    text-decoration: underline;
}
.button{
    font-size: 1rem;
    padding: 8px 0;
    border-radius: 5px;
    outline: none;
    border: none;
    width: 100%;
    color: white;
    background: rgb(125,125,235);
    cursor: pointer;
    transition: 0.3s;    
}
.button:hover{
    background: #07001f;
}
.or{
    font-size: 1.1rem;
    margin-top: 0.5rem;
    text-align: center;
}
.icons{
    text-align: center;
}
.icons i{
    color: rgb(125,125,235);
    padding: 0.8rem;
    border-radius: 10px;
    font-size: 1.5rem;
    cursor: pointer;
    border: 2px solid #dfe9f5;
    margin: 0 15px;
    transition: 0.5s;
}
.icons i:hover{
    background: black;
    font-size: 1.6rem;
    border:2px solid rgb(125,125,235);
}
.link{
    display:flex;
    justify-content: space-around;
    padding: 0 5rem;
    margin-top: 0.9rem;
    font-weight: bold;
}
button{
    color: rgb(125,125,235);
    border: none;
    background-color: transparent;
    font-size: 1rem;
}
button:hover{
    text-decoration: underline;
    color: blue;
    
} */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: rgba(15, 74, 177, 0.565);
}
.container{
    background-color: azure;
    width: 450px;
    padding: 1.5rem;
    margin: 50px auto;
    border-radius: 10px;
    box-shadow: 0 20px 34px rgba(0,0,1,0.9);
}
form{
    margin: 0 2rem;
}
.form-title{
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 1.1rem;
    margin-bottom: 0.4rem;
}
input{
    color: inherit;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #757575;
    padding-left: 1.5rem;
    font-size: 15px;
}
.input-user{
    padding: 1% 0;
    position: relative;
}
.input-user i{
    position:absolute;
    color: black;
}
input:focus{
    background-color: transparent;
    outline: transparent;
    border-bottom: 2px solid black;
}
input::placeholder{
    color: transparent;
}
label{
    color: #757575;
    position: relative;
    left: 1.2rem;
    top:-1.2rem;
    cursor: auto;
    transition: 0.3s ease all;
    margin-left: 0.2em;
}
input:focus~label,input:not(:placeholder-shown)~label{
    top: -2.5rem;
    color: hsl(327, 90%, 27%);
    font-size: 15px;
    margin-left: 0.2em;
}
.recover{
    text-align: right;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.recover a{
    text-decoration: none;
    color: rgba(0, 0, 255, 0.505);
}
.recover a:hover{
    color: blue;
    text-decoration: underline;
}
.button{
    font-size: 1rem;
    padding: 8px 0;
    border-radius: 5px;
    outline: none;
    border: none;
    width: 100%;
    color: white;
    background: rgb(125,125,235);
    cursor: pointer;
    transition: 0.3s;    
}
.button:hover{
    background: #07001f;
}
.or{
    font-size: 1.1rem;
    margin-top: 0.5rem;
    text-align: center;
}
.icons{
    text-align: center;
}
.icons i{
    color: rgb(125,125,235);
    padding: 0.8rem;
    border-radius: 10px;
    font-size: 1.5rem;
    cursor: pointer;
    border: 2px solid #dfe9f5;
    margin: 0 15px;
    transition: 0.5s;
}
.icons i:hover{
    background: black;
    font-size: 1.6rem;
    border:2px solid rgb(125,125,235);
}
.link{
    display:flex;
    justify-content: space-around;
    padding: 0 5rem;
    margin-top: 0.9rem;
    font-weight: bold;
}
button{
    color: rgb(125,125,235);
    border: none;
    background-color: transparent;
    font-size: 1rem;
}
button:hover{
    text-decoration: underline;
    color: blue;
    
}