/*
Theme Name:   Hello Elmentor Child
Description:  Hello Elementor Child Theme
Author:       PogotowieProgramistyczne.pl
Author URI:   https://pogotowieprogramistyczne.pl
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
@media all  and (min-width: 1023px) {
body {
    overflow: hidden;
}
} 
.swpm-login-widget-form {
    padding: 10px;
}

.swpm-login-form-submit {
    font-family: "Basier Square", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1px;
    letter-spacing: -0.2px;
    background-color: transparent;
    background-image: linear-gradient(
        270deg, #1CB33D 0%, #76C924 100%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #1CB23D!important;
    border-radius: 4px 4px 4px 4px!important;
    padding: 0% 0% 0% 0%;
    color: #fff!important;
    min-height: 47px;
    width:100%!important;
    margin-top:10px;
}

.swpm-text-field {
    background-color: #EAECF1;
    border-width: 0px 0px 0px 0px!important;
    border-radius: 4px 4px 4px 4px;
    color: #262932;
    border: 1px solid #818a91;
    height:47px!important;
}

.swpm-label {
    color: #262932!important;
    font-family: "Basier Square", Sans-serif!important;
    font-size: 12px!important;
    font-weight: 600!important;
    line-height: 15px!important;
    padding-bottom: 5px;
}

.swpm-rember-label{
    font-family: 'Basier Square';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    /* identical to box height, or 20px */

    letter-spacing: -0.02em;

    color: #262932;
}

.swpm-login-form-pw-reset-link {
    float:right;
    font-family: 'Basier Square';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 125%;
/* identical to box height, or 15px */

text-align: right;
letter-spacing: -0.02em;

color: #F01F01;
}

body:not(.logged-in) .hide-for-logged-out {
display: none !important;
}
/* Class hide-for-looged-in */
body.logged-in .hide-for-logged-in {
display: none !important;
}

.user_avatar {
    width:40px;
    text-align: right!important;
}

.user_avatar img {
    border-radius: 50px!important;
}

.swpm-edit-profile-form table, .swpm-edit-profile-form table td {
    border:0;
    background: transparent!important;
    font-family: "Basier Square", Sans-serif;
    padding: 10px 0;
}

.swpm-edit-profile-form, .swpm-edit-profile-form form {
    margin-top:0;
}

.swpm-edit-profile-form table td input,.swpm-edit-profile-form table td select {
    border:1px solid #ccc!important;
}