* {
    margin: 0%;
    padding: 0%;
    text-decoration: none;
    list-style-type: none;
}
    *::selection {
        color: #ff6a00;
        background-color: #ffffff;
    }

.text-orange::selection {
    background-color: #ff6a00;
    color: #ffffff;
}
body {
    background: linear-gradient(45deg, #ff6a00e3, #ee0978ef);
    background-repeat: no-repeat;
    background-attachment: fixed;
}



.bg-black-col {
    background: linear-gradient(45deg, #ff6a00, #ee0979);
    justify-self: center;
    align-self: center;
    position: relative;
    margin-top: 60px;
}

.input-box {
    border: 3px solid green;
    width: 310px;
    height: 30px;
    padding: 10px;
}

.heading {
    padding-top: 50px;
    padding-left: 48px;
    margin: 0px;
    text-transform: uppercase;
   
}
.fs-md {
    font-size: 15px ;
}
label {
    font-size: 20px;
    letter-spacing: 6px;
}

input:focus {
    outline: 2px solid #ee0979;
    background-color: #eef;
}

.submit-btn {
    width: 310px;
    transition: background-color 0.5s,color 0.5s;
}

    .submit-btn:hover {
        background-color: #ee0979;
        color: white;
    }
.main-div {
    padding: 0px 20px;
}

@media (min-width: 320px) {
    

    .logo-img {
        height: 230px;
        width: 257px;
    }

    .input-box, .submit-btn {
        width: 257px;
    }

    .login-text {
        text-align: center;
    }
}

@media (min-width: 425px) {
    

    .logo-img {
        height: 230px;
        width: 329px;
    }

    .input-box, .submit-btn {
        width: 329px;
    }

    .login-text {
        text-align: center;
    }
}

@media (min-width: 768px) {
   

    .logo-img {
        height: 230px;
        width: 296px;
    }

    .input-box, .submit-btn {
        width: 280px;
    }
    .main-div {
/*        column-gap: 80px;*/
        padding: 0px 80px;
    }
}

@media (min-width: 992px) {
   

    .logo-img {
        height: 230px;
        width: 360px;
    }

    .input-box, .submit-btn {
        width: 300px;
    }
}
