/**
* Please do not edit or add any code in this file without the permission of Saravana Technology Solutions
*
* @author    Saravana Technology Solutions
* @copyright Saravana Technology Solutions
* @license   https://www.pibblu.com
* Prestashop version 1.7+
* loginbymobile 17.0.0
* Sep 2018
*/

.login_form_overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9800;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

* html .login_form_overlay {
    position: absolute;
    left: 0;
    margin-left: -160px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

.twf_div {
    display: flex;
    min-width: 320px;
    padding: 15px 30px 10px 30px;
    height: 100%;
    width: 350px !important;
    right: 0px !important;
    top: 0px;
    z-index: 9999;
    position: fixed;
    background: #fff;
}

.twf_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#logintwofactor .cross {
    position: absolute;
    right: 7px;
    top: 8px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #333;
    z-index: 2;
}
#logintwofactor .cross:before {
    content: "\f057";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 25px;
}
#logintwofactor .cross:hover {
    color: #515151;
}

#getphoneform .cross {
    position: absolute;
    right: 7px;
    top: 8px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #333;
    z-index: 2;
}
#getphoneform .cross:before {
    content: "\f057";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 25px;
}
#getphoneform .cross:hover {
    color: #515151;
}