body {
    height: 100vh;
    margin: 0;
    background-image: url('../images/shopping-cart.jpg');
    /*background: linear-gradient(205deg, #3a6335 50%, #2c382b 50%, #3a6335 100%);*/
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
}
.container {
    height: 100vh;
}
form {
    width: 100%;
    max-width: 550px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.3);
}
h2 {
    font-family: "Times New Roman", Times, serif;
    background-color: #2c382b;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 2px;
    text-align: center;
    padding: 15px;
}
.for_circl {
    width: 40px;
    height: 40px;
    border: 1px solid #2c382b;
    border-radius: 50%;
    font-size: 20px;
    color: #2c382b;
    margin: 5px;
    padding: 4px;
}
.for_circl:hover {
    background: #2c382b;
    color: #fff;
}
.hov_eff:hover {
    background-color: #fff!important;
    color: #2c382b!important;
    border: 1px solid #2c382b;
}
.bg_blue {
    background-color: #2c382b;
}
@media (max-width: 400px) {
    .adj_font {
        font-size: 0.8rem;
    }
}