.vtexIdUI {
    background: #fff none repeat scroll 0 0;
    left:  0 !important;
    margin-left:  0 !important;
    opacity: 1;
    position: relative;
    top:  0 !important;
    transform: translateY(20%);
    transition: all 0.3s cubic-bezier(0.39, 0, 0.21, 0.99) 0s;
    width: 400px;
}

.vtexIdUI-close{display:none;}

.vtexIdUI .btn{border-radius:5px !important; margin-left: -12px !important; box-shadow: 0 0 0 rgba(0, 0, 0, 0.2) !important;}


.vtexIdUI .modal-body{overflow:hidden;}

.vtexIdUI .modal-header{display:none;}

.vtexIdUI  a{color:#ed1556 !important;}

.drop-login {
   background: white none repeat scroll 0 0;
   border: 1px solid #ed1556 !important;
   display: table;
   height: 290px;
   position: absolute;
   width: 400px;
   z-index: 9999999;
}

.vtexIdUI-providers-list li {
    float: none;
    width: 100%;
}

.drop-login > li {
    height: 314px;
    padding: 5px;
    width: 420px;
}



.vtexIdUI-close{display:none;}

.vtexIdUI .btn{border-radius:5px !important;}


.drop-login {
    border: 1px solid white;
    display: none;
    position: absolute;
    width: 402px;
    z-index: 9999999;
    left: -315px;
}

.drop-login-drop:hover .drop-login
{
display:table;
border-radius: 5px 20px 5px 5px;
}

#vtexIdContainer{top:0 !important;display: none;opacity: 0;visibility: visible;}


.vtexIdUI .btn-success, .vtexIdUI-others-send-email {
    color: #ffffff;
    text-shadow: 0 !important;
    background-color: #000 !important;
    background-image: none !important;
    border-color: none !important;
}

#loginWithUserAndPasswordBtn{text-shadow:0 0px 0px rgba(255, 255, 255, 0.75) !important; color:white !important;}
.vtexIdUI .btn-success:hover, .vtexIdUI-others-send-email:hover{background: #ed1556 !important}


.vtexid-icon-lock{display: none}

.drop-logged {
    border: 1px solid white;
    display: none;
    height: auto;
    position: absolute;
    width: 140px;
    left: -55px;
    z-index: 9999999;
    overflow: hidden;
    border-radius: 5px 0 5px 5px;
}

.drop-login-drop:hover .drop-logged{
    display: block;
}

.drop-login-drop .drop-logged {
    background: #fff
}
.drop-login-drop .drop-logged li{
    display: block !important;
    border-color: #000;
    border-bottom: dotted 1px #000;
    padding: 0;
}

li {}
.drop-login-drop .drop-logged li a{
    color:#ed1556 !important;
    padding:5px 0;
}

@media (max-width: 767px) {
    
}
@media (max-width: 479px) {

    .drop-login{ 
       display: table;
       height: auto;
       position: fixed;
       width: 80%;
       z-index: 9999999;
       left: 10%;
       top: 20%;
       display:none;
   }

   .vtexIdUI .btn-success, .vtexIdUI-others-send-email {
    color: #ffffff !important;

    }
    .drop-login-drop .vtexIdUI .btn span{display: inline-block}

   .vtexIdUI {
    background: #fff none repeat scroll 0 0;
    left:  0 ;
    margin-left:  0 ;
    opacity: 1;
    position: relative;
    top:  0 ;
    transform: translateY(20%);
    transition: all 0.3s cubic-bezier(0.39, 0, 0.21, 0.99) 0s;
    width: 400px;
}

}