

.container {
    
    /* float: left; */
    background: url(/Images/Amar_Bangla_Blog_logo_png.png) no-repeat;
    background-size: 60%;
    background-position: left;
    left: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1.2s;
    padding-left: 34%;
    /* margin-top: 2%; */
    margin-left: -5%;
}

.inner-container {
    float: right;
    /* background-color: rgba(242, 242, 242, 0.7); */
    padding: 40px 100px 60px 90px;
    
    position: relative;
    border-radius: 8%;
    background: white;
    right: -20%;
    /* max-width: 200px; */
    
    overflow: hidden;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0.2, 0.2, 0.2, 0.2);
 

}

.inner-container .content-container{
    max-width: 400px;
    display: flex;
    justify-content: center;
    transition: 0.2s;
}

.inner-container .content-container #forget-password {
    margin-left: 10px;
}

.inner-container .content-container #forget-password h3 {
    margin-top: 20px;
    margin-bottom: 40px;
}

.inner-container .content-container #sign-in {
    text-align: center;
    margin-right: 50px;
    margin-left: 50px;
}

.inner-container nav input[type="button"]  {
    float: right;
    border: none;
    outline: none;
    border: 2px solid #000000;
    padding: 2px;
    color: gray;
    cursor: pointer;

}

.inner-container nav input[type="button"]:first-of-type {
    border-right: none;
    border-radius: 50px 0px 0px 50px;
    position: absolute;
    right: 80px;
}

.inner-container nav input[type="button"]:last-of-type {
    border-right: none;
    border-radius: 0px 50px 50px 0px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.inner-container img {
    width: 100px;
    transition: 0.2s;

}

.inner-container img:hover {
    transform: scale(1.05);
}


.inner-container h1 {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 800;
}

.inner-container .forget-password {
    font-size: 10px;
}


.inner-container .forget-password a{
    color: #cd7000;
}

.inner-container .forget-password a:hover{
    font-weight: bold;
}


.inner-container input[type="email"], .inner-container input[type="password"], .inner-container input[type="text"] {
    display: block;
    margin-bottom: 20px;
    padding: 8px 10px 8px 4px;
    background: none;
    outline: none;
    border: none;
    width: 100%;
    border-bottom: 1px solid lightgrey;
    transition: 0.2s;
}


.inner-container input[type="email"]:focus, .inner-container input[type="password"]:focus, .inner-container input[type="text"]:focus {
    padding: 8px 50px 8px 10px;
    border-bottom: 1px solid #cd7000;
    color: #000000;
}


.inner-container input:last-of-type {
    /* margin-top: 10px; */
    padding: 10px 78px;
    border-radius: 50px;
    border: 2px solid #cd7000;
    background: none;
    color: gray;
    cursor: pointer;
    transition: 0.2s;
}



.inner-container input[type="submit"]:hover {
    background-color: #cd7000;
    color: black;
}


.inner-container input[type="submit"]:hover {
    background-color: #cd7000;
    color: black;
}


.background-color ul {
    text-align: center;
}

.background-color ul li {
    list-style-type: none;
    display: inline-block;
    border-radius: 50px;

}

.background-color #orange {
    background-color: #cd7000;
    width: 10px;
    height: 10px;
    transition: 0.2s;
}





@media screen and (max-width:1150px) {

    .container {
        width: 90%;
    }

    .inner-container {
        right: -20%;


    }
}

@media screen and (max-width:1051px) {

    .container {
        width: 90%;
    }

    .inner-container {
        right: -20%;


    }
}

@media screen and (max-width:910px) {

    .container {
        width: 100%;
        background-position: center;
        /* background-size: 70%; */
        display: flex;
        justify-content: center;
        width: 100%;
        margin-left: -18%;
        margin-top: 0%;
        
    }

    .inner-container {
        /* right: 5%; */
        background-color: white;
    }
}

@media screen and (max-width:800px) {

    .container {
        background: none;
        padding: 5%;
    }

    .inner-container {
        background-color: rgba(255,255,255,0.7);
        border-radius: 20px;
    }

}


@media screen and (max-width:555px) {
    .container {
        background: none;
        width: 100%;
    }
    .inner-container {
        padding: 40px 60px;
        border-radius: 20px;
    }

    .inner-container h1 {
        font-size: 22px;
    }

    .inner-container img {
        width: 40%;

    }
    .inner-container nav input[type="button"] {
        padding:0.5px ;
    }

    .inner-container nav input[type="button"]:first-of-type {
        border-right: none;
        border-radius: 50px 0px 0px 50px;
        position: absolute;
        top: 40px;
        right: 74px;
    }
}


@media screen and (max-width:450px) {
    .container {
        background: none;
        width: 100%;
        
    }
    .inner-container {

        /* padding: 40px 60px; */
        border-radius: 20px;
    }

    .inner-container h1 {
        font-size: 22px;
    }

    .inner-container img {
        width: 40%;

    }
    .inner-container nav input[type="button"] {
        padding:0.5px ;
    }

    .inner-container nav input[type="button"]:first-of-type {
        border-right: none;
        border-radius: 50px 0px 0px 50px;
        position: absolute;
        top: 40px;
        right: 74px;
    }
}


@media screen and (max-width:320px) {
    .container {
        background: none;
        width: 100%;
        
    }
    .inner-container {

        /* padding: 40px 60px; */
        border-radius: 20px;
    }

    .inner-container h1 {
        font-size: 22px;
    }

    .inner-container img {
        width: 40%;

    }
    .inner-container nav input[type="button"] {
        padding:0.5px ;
    }

    .inner-container nav input[type="input"] {
        padding:10px ;
    }

    .inner-container nav input[type="button"]:first-of-type {
        border-right: none;
        border-radius: 50px 0px 0px 50px;
        position: absolute;
        top: 40px;
        right: 74px;
    }
}



  .spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #cd7000;
    border-radius: 50%;
    
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    margin: 10px auto;
    display: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#submittn:disabled {
    display: none;
}



#alert1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    justify-content: center;
    align-items: center;
}

.alert-box {
    background: white;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0.2, 0.2, 0.2, 0.1);
    text-align: center;
    border-radius: 25px;
    color: #404040;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
}

.alert-message {
    font-size: 16px;
    margin-bottom: 15px;
}

.alert-buttons a {
    text-decoration: none;
    background: #cd7000;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    cursor: pointer;
}

.alert-buttons a:hover {
    background: #cd7000;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -42px;
    position: relative;
    z-index: 2;
    color: #cd7000;
  }

  .alert-login{
    color: #cd7000;
  }


  .main-wrapper {
    background: var(--section-bg-color);
    min-height: calc(100vh - 65px);
  }
  