/*
Theme Name: Flemming Marktplatz
Text Domain: twentytwenty
Version: 1.0
Description: Flemming Marktplatz data.
Author: Beau Bhavik
Author URI: https://www.drcsystems.com/
Theme URI: https://www.drcsystems.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.input-box{
    position: relative;
}
.input-box .primary_color{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    font-size: 19px;
}

input.auth-error{
    border:1px solid red;
}
span.auth-error{
    color:red;
}
.auth-ajax-loder{
    position: absolute;
    right: 20px;
    top: 20px;
}
.auth-ajax-loder img{
    width: 32px;
}


.footer ul li.active a{
    color: #85bd41;
}


.after_ajax_button{
    padding-left: 50px !important;
    padding-top: 15px !important;
}

#toast-container.toast-top-full-width > div{
    border-radius: 0 0 5px 5px !important;
    max-width: 100% !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;    
}