/*login*/
.headerlogin {
    width: 63%;
    margin: auto;
    padding: 32px 0;
}

.spanttill {
    font-size: 26px;
    color: #414141;
    margin-left: 14px;
}

.redlogoimg {
    vertical-align: bottom;
}

.imglogincontaner {
    position: relative;
}

.imglogincontaner img {
    width: 100%;
}

.fillloigiiner {
    width: 90%;
    /*position: absolute;*/
    /*right: 32%;*/
    /*top: 18%;*/
    padding: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 6px 0px 10.56px 1.44px rgba(0, 24, 49, .4);
}

.iconandinputitem {
    position: relative;
    margin-bottom: 30px;
}

.iconspanpo {
    position: absolute;
    color: #a2a2a2;
    font-size: 14px;
    top: 10px;
    left: 5px;
}

.inputcustom {
    text-indent: 10px;
    color: #8d8d8d;
}

.forgotpassword {
    text-align: right;
    font-size: 14px;
    color: #064695;
    cursor: pointer;
    margin-bottom: 14px;
}

.blubtn {
    width: 100%;
    font-size: 14px;
}

.blubtn:hover,
.blubtn:focus,
.blubtn:active,
.blubtn:active:focus,
.blubtn {
    background-color: #08448e;
    font-size: 14px;
    border: none;
    color: #fff;
    outline: none;
}

.footerlogin {
    text-align: center;
    font-size: 14px;
    color: #4f4f4f;
    padding: 50px 0;
}

.loginSubmit {
    display: flex;
    align-items: center;
    width: 700px;
    position: absolute;
    right: 17%;
    top: 28%;
    /*padding:20px 2%;*/
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 6px 0px 10.56px 1.44px rgb(0 24 49 / 40%);
}


@media screen and (max-width: 750px) {
    .headerlogin{
        display: none;
    }
    .imglogincontaner{
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .bgimg{
        width: 100%;
        height: 100%;
    }
    .fillloigiiner{
        position: absolute;
        width: 88%;
        right: 0;
        left: 0;
        top: 26%;
        margin:auto;
        background-color: transparent;
        box-shadow: none;
    }
    .footerlogin{
        position: absolute;
        width: 100%;
        bottom: 26px;
        color: #fff;
        padding: 0;
    }
    .forgotpassword{
        color: #474f58;
    }
    .loginSubmit{
        width:100%;
        background-color:transparent;
        box-shadow: none;

        display: block;
        position: static;
        padding:0;
        border-radius: 0;
    }
}
