body {
    background-image: url(../images/bg5.jpeg) ;
    background-size: cover;
    background-position: center;
    font-family: sans-serif;
    height: 100vh;
    background-repeat: repeat-y;
    margin: 0%;
    padding: 0%;
}
h4{
    font-size: larger;
    color:#a89e9e;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.jumbotron{
    border-radius:0 0 4% 4% ;
    color:white;
    font-family: cursive;
    font-size:20px;
    background: rgb(49, 47, 47);
}
.form{
    width: 300px;
    padding: 0 0;
    margin: 0
}
.enter{
    background: rgb(49, 47, 47);
    color: #fff;
    max-width: 360px;
    margin: 0% auto 100px;
    padding: 70px 30px;
    text-align: center;
    position: relative;
    font-family: cursive;
    float: right;
    transform: translate(-50% -50%);
    top: 0%;
    margin-right: 170px;
}
.div{
    position: relative;
    z-index: -1;
    background: rgb(99, 88, 88);
    color: #fff;
    max-width: 600px;
    margin: 0% auto 100px;
    padding: 70px 30px;
    text-align: left;
    position: relative;
    font-family: cursive;
    font-size: 25px;
    transform: translate(-50% -50%);
    top: 0%;
    float:left;
    margin-left: 64px;
    max-height: 1500;
}

img {
    border-radius: 50%;
    width: 50px;
    top: 0%;
    margin-left: 4px;

  }

.form input{
    font-family: "Roboto", sans-serif;
    outline: 1;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

h4{
    margin: 0%;
    padding: 0 0 20px;
    text-align: center;
    font-size: 18px;
}
.form input[type="text"]{
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
}
.form input[type="submit"]{
    border: none;
    outline: none;
    height: 40px;
    background: #ffc107;
    color: #fff;
    font-size: 15px;
    border-radius: 20px;
}
.form input[type="submit"]:hover{
    cursor: pointer;
    background: #f70323;
    color: #000;
}
