body{
    font-family: Roboto;
    background: #8A2387;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F27121, #E94057, #8A2387);  /* Chrome 10-25, Safari 5.1-6 */ 
    background: linear-gradient(to right, #F27121, #E94057, #8A2387); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}  

#img{
    margin: auto;
    width: 122px;
    height: 140px;
    background: url(logo.png);
    background-size: contain;
}

img{
    width: 122px;
    height: 140px;
}

a{
    color: white;
}

h1{
    color: white;
    text-align: center;
    font-family: "Lobster Two";
}

i{
    font
}

.fa-instagram{
    font-size: 48px;
}

em{
    color: white;
    font-weight: bold;
    position: relative;
    font-size: 24px;
    left: 100px;
    top: 70px;
}

input[class = "textinput"]{
    font-size: 16px;
    width: 100%;
    padding: 13px 13px 13px 20px;
    box-sizing: border-box;   
    border: 3px solid rgba(0, 0, 0, 0);
    margin-bottom: 20px;
    
    outline: none;
    border-radius: 5px;
}

input[class = "textinput"]:focus{
    border: 3px solid #2980b9;
    outline: none;
}

input[class = "textinput"]:hover{
    border: 3px solid #2980b9;
    outline: none;
}

#login:hover{
    color: purple;
    background: white;
    border: 2px solid purple;
}

#login{ 
    font-size: 18px;
    font-weight: 700;
    width: 90px;
    height: 40px;
    background: purple;
    color: white;
    border: 2px solid white;
    outline: none;
    font-family: "Lobster Two";
    font-style: italic;
    margin-left: 77%;
    border-radius: 5px;
}

#container{
    width: 400px; 
    margin: 50px auto;
}