#div-login-title-container {
    padding: 15px;
    margin-top: 62px;
    margin-bottom: 20px;
    text-align: center;
}

#login-left{
    padding-left: 0;
	
}

#login-right {
    padding-right: 0;
    display: flex;
}

#login-form-wrapper {
    padding: 15px;
}

#login-left-top{
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 20px;
}
 
.login-info-title {
    margin: 5px 0;
}

.login-page-title {
    margin: 10px 0;
}

#anchor-login-forgot-password {
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#anchor-login-forgot-password:hover {
    color: lightgray;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#div-login-row {
    display: flex;
    margin-bottom: 20px;
}

.right-inner {
    padding: 0 15px;
}

.div-login-forgot-password-wrapper {
    text-align: right;
}

#div-login-info-wrapper {
    padding: 15px;
    overflow: hidden;
}

#div-login-info-wrapper .fa-ul li {
    display: flex;
    align-items: center;
    padding-left: 60px;
    margin-bottom: 15px;
    height: 40px;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#div-login-info-wrapper .fa-ul li:hover {
    color: var(--theme-primary-color);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#div-login-info-wrapper .fa-ul li:hover .icon-first {
    color: var(--theme-primary-color);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#div-login-info-wrapper .fa-ul li:hover .icon-second {
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#div-login-info-wrapper .fa-ul li .fa-stack {
    position: absolute;
    left: 0;
}

#div-login-info-wrapper .fa-ul {
    margin-top: 25px;
    margin-left: 0;
}

#anchor-login-create-account,
#anchor-register-continue-without-account {
    padding: 10px;
    display: block;
    text-align: center;
}

#anchor-register-continue-without-account {
    color: var(--theme-primary-color) !important;
	background: rgba(255,255,255,0) !important;
}

.login-confirm-button-wrapper {
    clear: left;
}

#button-login-confirm {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

#button-reset-password-confirm {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

#button-login-login-with-facebook {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    background-color: #3b5796;
    border: 1px solid #3b5796;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#button-login-login-with-facebook:hover {
    border: 1px solid #3b5796;
    background: transparent;
    color: #3b5796;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#login-right .right-inner {
    width: 100%;
}

@media screen and (max-width: 991px) {
    #div-login-row {
        display: block;
    }

    #login-left {
        padding-right: 0;
        margin-bottom: 20px;
    }

    #login-right {
        padding-left: 0;
    }

    #login-left .pull-left {
        float: none !important;
    }

    #login-left .pull-right {
        float: none !important;
    }

    #login-right {
        padding-left: 0;
    }
}

@media screen and (max-width: 414px) {
    #login-left-top {
        display: block;
    }

    #div-login-info-wrapper .fa-ul li {
        height: auto;
    }

    #anchor-register-continue-without-account {
        margin-top: 15px;
    }
}

.page-title-container {
    padding: 15px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}

.login-page-subtitle {
    font-size: 20px;
    margin-top: 10px !important;
}