html{
    width: 100%;
    height: 100%;
}

p{
    position: fixed;
    display: block;
}
.paragraph{
    font-size: 35px;
    margin-left: 130px;
    margin-top: -20px;
    font-family: Arial;
    font-weight: lighter;
    position: absolute;
}

.fbpic{
    margin-left: 100px;
    margin-top: 250px;
    display: flex;
}

.login-container{
    width: 490px;
    height: 420px;
    padding: 15px;
    display: block;
    position: absolute;
    margin-left: 800px;
    margin-top: -200px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.1)
}

input{
    display: flex;
    width: 93%;
    outline: white;
    padding: 15px;
    font-size: 18px;
    margin-top: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.1);
}

.loginbtn{
    width: 100%;
    margin-top: 15px;
    padding: 15px 0;
    color: white;
    font-size: 20px;
    border-radius: 10px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    background-color: #1877f2;
}

.forgot{
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px;
    font-family: Arial;
    text-decoration: none;
    color: #1877f2;
    font-size: 14px;
}

.forgot:hover{
    text-decoration: underline;
}

hr{
    margin: 25px 0;
    opacity: 0.3;
}

.new-account{
    display: block;
    margin: 15px auto;
    padding: 15px;
    color: white;
    font-size: 18px;
    border-radius: 10px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    background-color: #42b72a;
}

.create{
    font-weight: bold;
    margin-left: 850px;
    margin-top: 280px;
    text-decoration: none;
    color: black;
    position: absolute;
    white-space: nowrap;
}

.create:hover{
    text-decoration: underline;
}
.footer{
    font-family: arial;
    margin-top: 280px;
    margin-left: 950px;
    position: absolute;
    white-space: nowrap;
}
