@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');
* {
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

body {
    background: url("img/banner.jpg") no-repeat;
    background-size: cover;
}

.col {
    background: linear-gradient(to right, #363636b7, #888888c3);
    border-radius: 30px;
}

h2 {
    margin-top: 10%;
    color: #fff;
}

h6 {
    color: #fff;
}

.input {
    height: 25px;
    width: 70%;
    margin-top: 15%;
    border-radius: 20px;
    font-size: 14px;
}

.input1 {
    height: 25px;
    width: 70%;
    border-radius: 20px;
    font-size: 14px;
}

.btn1 {
    height: 30px;
    width: 30%;
    border: none;
    outline: none;
    border-radius: 30px;
    font-weight: 300;
    background: rgba(0, 0, 0, 0.737);
    color: rgb(255, 255, 255);
    margin-bottom: 10%;
}

.btn1:hover {
    background: rgb(51, 171, 0);
    color: #fff;
    text-decoration: underline;
}

.logo {
    width: 40px;
    height: 40px;
}