* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.login-content {
    background-color: #7ebecf;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.login-card {
    width: 100%;
    max-width: 800px;
    background-color: #fff;
    border-radius: 25px;
    -webkit-box-shadow: 0px 10px 40px -10px black;
    -moz-box-shadow: 0px 10px 40px -10px black;
    box-shadow: 0px 10px 40px -10px black;
}


.login-bg {}

.login {
    position: absolute;
    max-width: 800px;
    height: 360px;
    margin: auto;
    top: 30% !important;
    left: 50%;
    transform: translate(-50%, -50%);
}

img {
    width: 100%;
    height: 100%;
}

.order_login {
    position: relative;
    background-color: #fff;
    border-radius: 25px;
    padding: 10px;
    /* background-color: #a7e7f8; */
}

.order_login a {
    text-decoration: none;
}

.order_login header {
    color: #2b6777;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.row {
    /*height: 100%;*/
}

#eyePass {
    margin-left: -23px;
    cursor: pointer;
    display: inline;
    color: #52ab98;
}

.card {
    position: relative;
    background-color: #fff;
    height: 100%;
    border-radius: 25px;
    -webkit-box-shadow: 0px 10px 40px -10px black;
    -moz-box-shadow: 0px 10px 40px -10px black;
    box-shadow: 0px 10px 40px -10px black;
}

.myContent header {
    color: #fff;
    font-size: 44px;
}

.img-div {
    padding: 15px;
}


/* .box {
    position: relative;
    margin: 20px;
    margin-bottom: 100px;
} */

.order_login .myInput {
    width: 94%;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 15px;
    padding-left: 50px;
    border: 1px solid rgb(180, 180, 180);
    -webkit-box-shadow: 0px 10px 20px -13px black;
    -moz-box-shadow: 0px 10px 20px -13px black;
    box-shadow: 0px 10px 20px -13px black;
}

.order_login .myInput:focus {
    outline: none;
}

.myForm {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.order_login .btn_signin {
    background-color: #2b6777;
    border-radius: 15px;
    border: none;
    outline: none;
    color: white;
    padding: 10px 20px;
    margin-top: 1rem;
    letter-spacing: 1px;
}

.order_login .btn_signin:hover {
    background-color: #52ab98;
}

.order_login .btn_signin:focus {
    outline: none;
}

.order_login .fas {
    position: relative;
    color: #52ab98;
    left: 35px;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 750px !important;

}

.akshar_logo {
    width: 150px;
    height: 150px;
    border: 2px solid black;
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.669);
}

@media screen and (max-width: 900px) {
    .card {
        margin: 0 50px;
    }

    .login {
        height: 400px;
    }

    .myForm {
        position: relative;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .myContent {
        position: relative;
        margin-top: 50px;
        margin-bottom: 25px;
    }

    .login {
        height: 410px;
    }

    .logo {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-top: 10% !important;
        /* margin: auto; */
        top: 50% !important;
        left: 50% !important;
        max-width: 600px !important;
    }

    .akshar_logo {
        width: 150px;
        height: 150px;
        border: 2px solid black;
        box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.669);
    }
}

@media screen and (orientation:landscape) and (min-device-width: 1000px) and (max-device-width: 1300px) {
    .logo {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-top: 2% !important;
        /* margin: auto; */
        top: 40% !important;
        left: 50% !important;
        max-width: 600px;
    }

    .login {
        height: 360px !important;
        top: 30% !important;
    }
}