#system_pop, #terms_pop, #login_pop, #signin_pop, #contact_us_pop{
    display: none;
}


.bg_pop{
    /* display: none; */
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background-attachment: fixed;
    z-index: 10000;
    box-sizing: border-box;
}

.box_pop{
    width: 50%;
    max-width: 400px;
    min-width: 290px;
    margin: 0 auto;
    height: auto;
    max-height: 98vh;
    /* overflow: auto; */
    background: rgba(255, 255, 255, 1);
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    padding-top: 10px;
    /* padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px; */
    /* overflow: auto; */
    padding-bottom: 20px;
}

.title_pop{
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}

.logo_pop{
    width: 29px;
    height: 40px;
    display: block;
    margin: 0 auto;
}

.logo_title_pop{
    font-size: 10px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 5px;
}

.text_pop{
    text-align: justify;
}

.close_pop{
    display: block;
    position: absolute;
    top: 20px;
    right: 25px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.form_pop{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 90%;
    max-height: 90%;
    box-sizing: border-box;
}

label{
    display: block;
    align-self: flex-start;
    margin: 0 auto;
    margin-bottom: 1px;
    width: 100%;
    max-width: 380px;
    min-width: 250px;  
    font-size: 13px;
}

.input_pop{
    width: 100%;
    max-width: 380px;
    min-width: 250px;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-top: 10px;
    border: 1px solid lightgray;
    outline: none;
    background: transparent;
    border-radius: 3px;
    font-size: 13px;
}

.input_pop:focus{
    border: 1px solid var(--blue);
}

.kyiv_id{
    border: 0;
    outline: none;
    width: 100%;
    max-width: 380px;
    min-width: 250px;
    padding: 10px 15px;
    box-sizing: border-box;
    background-color: rgb(124, 220, 216);
    color: var(--color);
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
    border-radius: 3px;
    /* text-shadow: 0px 0px 1px rgba(0,0,0,0.5); */
}

.forgot{
    align-self: flex-end;
    margin: 0 auto;
    margin-bottom: 3px;
    width: 100%;
    max-width: 380px;
    min-width: 250px;
    text-align: center; 
    color: var(--blue);
    font-size: 12px;
    display: block;
}

input[type="submit"]{
    background-color: var(--blue);
    border: 0;
    color: #ffffff;
    padding: 10px 15px;
    margin-bottom: 5px;
}

p.input_pop{
    max-width: 380px;
    min-width: 250px;
    box-sizing: border-box;
    margin-top: 10px;
    outline: none;
    background: transparent;
    font-size: 11px;
    border: 0;
}

.rereyst{
    color: var(--blue);
    font-size: 12px;
}

.divider{
    width: 30%;
    min-width: 120px;
    max-width: 190px;
    border-bottom: 3px solid #000;
    margin-bottom: 5px;
}

.other{
    font-size: 10px;
    color: var(--color_dark);
    margin-bottom: 5px;
}

.create{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--color_dark);
    width: 100%;
    margin-top: 5px;
}

.create span{
    font-size: 10px;
}

.create a{
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    border: 2px solid var(--blue);
    color: var(--color_dark);
    width: 30%;
    font-size: 14px;
    min-width: 120px;
    max-width: 150px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 3px;
}

@media screen and (min-width:1024px ){
    .input_pop, label, .forgot, .kyiv_id{
        width: 60%;
    }
}

@media screen and (max-width:425px ){
    .close_pop{
        top: 15px;
        right: 15px;
        width: 15px;
        height: 15px;
    }

    .title_pop{
        margin-top: 5px;
    }

    .box_pop{
        margin-top: 5px;
    }
}

.wide{
    width: 100%;
    text-align: justify;
    font-size: 11px;
    font-style: italic;
}