#login_location_update {
    display:inline-block;
    position: absolute;
    top:170px;
    right:20px;
    border:1px solid lightgray;
    background-color: #8C8C8C;
    padding:10px;
    border-radius:5px;
}

#login_only {
    display:inline-block;
    padding:0;
    border-radius:5px;
    margin: auto auto;
}
#login_location_update_img {
    width:45px;
    height:45px;
}
#login_img {
    width:50px;
    height:auto;
    position: relative;
    top:8px;
}

#login_only:hover  {
    transform: scale(1.02);
}
#login_only:hover #login_img:hover {
    transform: scale(1.05);
}
#login_location_update:hover, #login_only:hover  {
    transform: scale(1.02);
}
#login_location_update:hover #login_location_update_img, #login_only:hover #login_img:hover {
    transform: scale(1.05);
}

#ipllu_displayer {
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    z-index: 1000;
    font-size: 14px;
    background-color: rgba(7, 7, 7, 0.918);
    display: none;
}
#ipllu_wrapper {
    margin:auto auto;
    min-height:250px;
    max-height: max-content;
    width:500px;
    background-color: var(--bg-secondary);
    margin-top:5vh;
    border-radius:15px;
    border:1px solid lightgray;
    box-shadow: var(--shadow-medium);
}
#ipllu_form {
    padding: 10px;
    padding-top: 0;
    margin-top:25px;
    max-height:500px;
    overflow: hidden;
    overflow-y: auto;
}
#ipllu_header {
    height:30px;
    background-color: rgb(0,153,230);
    padding:10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right:25px;
}
#ipllu_title {
    color:white;
    position:relative;
    bottom:12px;
}
#ipllu_close_sign {
    text-decoration: none;
    color:white;
    font-weight:bold;
    font-size:24px;
}
#ipllu_close_sign:hover {
    color:black
}
#ipllu_body {
}
#update_note {
    font-size:12px;
    text-align: justify;
    line-height: 1.6em;
    padding:10px;
    margin: 0;
}
#loading_location {
    display: none;
    height:25px;
    width:25px;
    margin-left: 10px;
    position: relative;
    top: 10px;
}
#ipllu_body input[type = 'text'],#ipllu_body input[type = 'password']  {
    padding:10px 15px;
    border:1px solid lightgray;
    border-radius: 3px;
    width:300px;
}

#find_me {
    padding:7px 15px;
    background-color: darkgray;
    border-radius: 3px;
    border-width:0;
    text-decoration: none;
    display: inline-block;
    margin-left:25px;
    font-size: 12px;
    font-weight:bold;
    color: white;
}
#find_me:hover {
    background-color: gray;
}
#submit_button_zone {
    text-align:center;
    margin: 0;
    margin-bottom: 25px;
}
#ipllu_body input[type = 'submit'] {
    margin:auto auto;
    margin-top:15px;
    padding:10px 55px;
    border-width: 0;
    border-radius: 5px;
    background-color: rgb(0,153,230);
    color:white;
    font-size: 13px;
}
#ipllu_body input[type = 'submit']:hover {
    background-color: rgb(0, 140, 230);
}
#ipllu_feedback_zone {
    color:brown;
    text-align: center;
}

.elmt_section {
    margin-bottom: 15px;
}
.elmt_section_label {
    font-weight:bold;
    display: block;
    margin-bottom:7px;
    cursor:pointer;
    text-align: left;
}
#location_update_options_section {
    color:dimgray;
    font-size:12px;
    margin-top:5px;
    display: none;
}
#location_update_options_section label{
    font-weight: normal;
    margin: unset;
    margin-top: 10px ;
    cursor: pointer;
    max-width: 350px;
    line-height: 1.6em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
#location_update_options_section span {
    padding-left: 10px;
}
#show_ipllu_password{
    display: inline-block;
    position: relative;
    top:2px
}
#show_password_label {
    font-weight: normal;
    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
    align-items: center;
    align-self: center;
    align-content: center;
    text-align: left;
    margin-left:5px;
    cursor:pointer;
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 5px;
}
#show_password_label span {
    color:var(--text-secondary);
    font-size: 12px;
}
#request_processing_ind {
    font-size:12px;
    color:green;
    display: inline-block;
    margin-left: 15px;
    display: none;
}

#ipllu_footer {
    min-height:15px;
    height:max-content;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
    border-top:1px solid darkgray;
    background-color:var(--bg-secondary);
    padding:5px 15px;
    line-height:1.6em;
    font-size: 12px;
    color: var(--text-secondary);
}

#ipllu_footer a{
    text-decoration:none;
    color:rgb(0,153,230);
}
.message_emoji {
    font-size:30px;
}
#GPS_data {
    width:250px !important;
}
#forgot_password{
    margin-top: 25px;
}
#new_user,  #forgot_password{
    font-size: 13px;
}
#new_user{
    font-weight:bold
}

#new_user a,  #forgot_password a {
    text-decoration:none;
    color:rgb(0,153,230);
    display:inline-block;
    margin-left:15px;
}
#new_user a:hover,  #forgot_password a:hover {
    color: goldenrod;
}


#successful_ipllu_processing_msg_section {
    box-sizing: border-box;
    width:100%;
    margin-top: 15px;
    margin-bottom: 35px; 
}
#login_message_header {
    color: var(--text-secondary);
    text-shadow: var(--shadow-medium);
    padding-left:25px

}
#y2klick_login_feedback_msg {
    box-sizing: border-box;
    text-align: justify;
    line-height: 1.7em;
    font-size:17px;
    max-width:90%;
    color:var(--text-secondary);
    padding-left:25px

}
#successful_ipllu_request_processing_icon_section {
    text-align: center;
}
#successful_ipllu_request_processing_icon_section img {
    margin: 5px auto;
    width:75px;
    height:75px
}



@media only screen and (max-width:802px){
    #login_only {
        top:10px;
        right:30px;
        border-radius:3px;
    }
    #login_img { 
        height:auto;
        width:35px;
    }
    #login_location_update {
        top:125px;
        right:10px;
        padding:7px;
    }
    #ipllu_body input[type = 'submit']{
        padding:10px 40px;
    }
    
}

@media only screen and (max-width:602px){
    #login_only {
        top:10px;
        right:25px;
        border-radius:3px;
    }
    #login_location_update_img {
        width:35px;
        height:35px;
    }
    #ipllu_body input[type = 'text'],#ipllu_body input[type = 'password'] {
        width:225px
    }
    #GPS_data{
        width: 225px !important;
    }
    #ipllu_wrapper {
        width:98vw;
        max-width:350px;
        min-height: 200px;
    }
    #ipllu_displayer {
        position:absolute;
        top:50px;
    }
    #ipllu_close_sign {
        font-size:22px;
    }
    #find_me {
        margin-left:45px;
        margin-top: 10px;
    }
    #submit_button_zone{
    }
    
    .message_emoji {
        font-size:25px;
    }

    #login_img { 
        height:auto;
        top:0px
    }
    #ipllu_body input[type = 'submit']{
        font-size: 12px;
    }
}

@media only screen and (max-width:402px){
    #login_img { 
        height:auto;
    }
}
