body {
    background: url('loginbg.jpeg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 100%;
}

.logos-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px 30px;
}

.login_outerarea {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_outerarea video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.login_outerarea .overlay_backdesign {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: #640b0b;
    margin-bottom: 20px;
}

.basevideo {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.wrap-login100 {
    width: 550px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    margin: 0px auto;
    padding: 30px 0px 30px 0px;
    background: #314755;
    background: -webkit-linear-gradient(to right, #26a0da, #314755);
    background: linear-gradient(to right, #26a0dab8, #314755a6);
}

.login100-form-logo {
    font-size: 60px;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
}

.logoame {
    width: 36%;
    height: 51px;
}

.newlogoe {
    margin-left: 13%;
}


.material-textfield {
    position: relative;
    margin: 30px 0px 50px 40px;
}

.material-textfield label {
    position: absolute;
    font-size: 15px;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0.3rem;
    margin: 0 0.5rem;
    transition: .1s ease-out;
    transform-origin: left top;
    pointer-events: none;
    font-weight: 500 !important;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

.icondesign {
    position: absolute;
    left: 15px;
    top: 14px;
    color: #ffffff;
}

.material-textfield input {
    outline: none;
    color: #FFF;
    transition: 0.1s ease-out;
    font-size: 15px;
    width: 80%;
    height: 45px;
    line-height: 45px;
    position: relative;
    background: transparent;
    border-bottom: 1px solid white;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
}

.material-textfield input:focus+label {
    color: #FFF;
    top: 0;
    transform: translateY(-50%) scale(.9);
}

.material-textfield input:not(:placeholder-shown)+label {
    top: 0;
    transform: translateY(-50%) scale(.9);

}

.leftrem_section {
    width: 50%;
    float: left;
    padding: 7px 0px 0px 40px;
}

.remlbltext {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    font-size: 15px;
}

.rightrem_section {
    width: 34%;
    float: left;
    padding: 9px 0px 0px 0px;
}

.remlbltext1 {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    font-size: 14px;
}

.remlbltext1 a {
    color: #FFF !important;
    text-decoration: none !important;
}

.icondesign1 {
    position: absolute;
    right: 50px;
    top: 14px;
    color: #ffffff;
    cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
}

.lgnbtn_outerarea {
    text-align: center;
    width: 100%;
}

.another_btndesign {
    border: none;
    text-transform: capitalize;
    transform: all 0.3s;
    position: relative;
    width: 150px;
    height: 50px;
    margin-top: 40px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    font-size: 17px;
    color: #FFF;
    cursor: pointer;
    background: #3a6186;
    background: -webkit-linear-gradient(to right, #89253e, #3a6186);
    background: linear-gradient(to right, #89253e, #3a6186);
}

.another_btndesign:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: -5px;
    left: -5px;
    border-top: 3px solid #FFF;
    border-left: 3px solid #FFF;
    transition: all 0.25s;
}

.another_btndesign:hover:before,
.another_btndesign:hover:after {
    width: 103%;
    height: 113%;
}

.another_btndesign:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -5px;
    right: -5px;
    border-bottom: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transition: all 0.30s;
}

@media (max-width: 768px) {
    .wrap-login100 {
        width: 100%;
    }

    .material-textfield {
        margin: 28px 0px 50px 10px;
    }

    .leftrem_section {
        padding: 7px 0px 0px 25px;

    }

    .material-textfield input {
        padding: 0px 0px 0px 22px;
    }

    .icondesign1 {
        right: 30px;
    }
}
