body {
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    font-family: "League Spartan";
    max-width: 1600px;
    min-width: 320px;
    background: #e9e9e9
}

input {
    font-family: "League Spartan"
}

.entry {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .entry:focus {
        border-color: #0d6efd;
        box-shadow: 0 0 5px 0px #4f96ff;
        outline: none
    }

.main {
    position: relative;
    background: #fff;
    min-height: 100vh
}

/*.w500 {
    width: 90%;
    max-width: 500px;
    margin: auto
}*/

* {
    box-sizing: border-box
}

.navbar {
    display: flex;
    background: #fdab4e
}

.nav-item {
    margin: auto
}

.nav-link {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    padding: 10px
}

.navs {
    margin-left: auto;
    display: flex
}

.irs-img {
    width: 75px;
    padding: 5px
}

.cafa {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin: 40px
}

.val {
    flex: 1;
    width: 304px;
}

.tac {
    text-align: center
}

.mt-40 {
    margin-top: 40px
}

.submit-btn {
    background: #f38910;
    padding: 10px 60px;
    outline: 0;
    border: 0;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer
}

    .submit-btn:hover {
        background-color: green
    }

.just-link {
    text-decoration: none;
    color: #0d6efd
}

.or {
    display: inline-block;
    padding-top: 13px;
    border: 1px solid #dedede;
    border-radius: 50%;
    position: absolute;
    top: -22px;
    background: #fff;
    left: 45%;
    height: 40px;
    width: 40px
}

.alt-login {
    padding-bottom: 50px;
    gap: 20px;
}

.or-line {
    width: 100%;
    border-top: 1px solid #dedede;
    position: relative;
    max-width: 500px;
    margin: auto;
    margin-top: 35px
}

.alt-login-btn {
    border: 1px solid #dedede;
    margin: auto;
    padding: 10px 25px;
    border-radius: 5px;
    display: flex;
    text-decoration: none;
    color: #000
}

.material-symbols-outlined {
    font-size: 60px;
    background: #fff;
    margin-top: 7px;
    color: #fdab4e;
    border-radius: 5px;
    margin-right: 8px;
    cursor: pointer
}

.hide {
    display: none
}

@media(min-width:1001px) {
    .row {
        display: flex
    }

    .w40 {
        width: 40%;
        min-width: 420px;
        border-right: 1px solid #e5e5e5;
        background: #d8d8d8;
    }

    .w50 {
        width: 50%
    }

    .w60 {
        width: 60%
    }
}

@media(max-width:1000px) {
    .left {
        display: none
    }

    .alt-login-btn {
        margin-bottom: 20px;
        max-width: 230px
    }
}

.right {
    padding-bottom: 150px;
}

@media(max-width:550px) {

    .big-btn{
        padding:10px 30px;
    }
    .desk-navs {
        display: none
    }

    .phone-menu.open {
        max-height: 140px
    }

    .nav-irs {
        margin-left: auto
    }

    .name {
        margin-bottom: 5px;
        text-align: left;
    }

    .field {
        margin-bottom: 12px
    }

    .yuki-error {
        top: 7px
    }

    .nav-open {
        display: block
    }

    .nav-item {
        padding-bottom: 22px;
        font-size: 18px;
        padding-left: 10px
    }

        .nav-item:first-child {
            padding-top: 22px
        }

    .nav-link {
        color: #fff
    }
}

@media(min-width:550px) {
    .name {
        text-align: right;
        padding-right: 10px
    }

    .nav-open {
        display: none
    }

    .field {
        display: flex;
        margin-bottom: 20px;
        max-width: 415px;
    }

    .yuki-error {
        top: -15px
    }
}

.name {
    min-width: 110px;
    font-size: 17px;
    font-weight: 600;
    padding-top: 8px
}

.phone-menu {
    background: #fdab4e;
    border-top: 1px solid #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease
}



.bg-img {
    width: 100%;
    object-fit: cover
}

.alt-login-text {
    font-weight: 600;
    margin-left: 10px;
    padding-top: 5px
}

.field {
    position: relative
}

.yuki-error {
    font-style: italic;
    background: red;
    position: absolute;
    right: 0;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    display: none;
    font-size: 16px
}

    .yuki-error:before {
        content: "";
        border: 10px solid #ea0607;
        border-left: none;
        border-bottom: none;
        border-right: 10px solid transparent;
        position: absolute;
        margin-top: 18px;
        outline: 0 !important;
        z-index: 2
    }

.input-valid {
    border: 1px solid #28a745
}

.input-invalid {
    border: 1px solid #dc3545
}

.entry.input-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 5px 0px #35ff63;
    outline: none
}

.entry.input-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 5px 0px #ff4658;
    outline: none
}

.right-content {
    text-align: center;
}

.actions-part {
    display: inline-block;
}

.error-msg {
    padding: 25px;
    padding-top: 0;
    color: red;
    display: none;
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
    line-height: 25px;
}

.mt-20 {
    margin-top: 20px;
}

.tar {
    text-align: right;
}

.success-msg {
    color: forestgreen;
}

.entry:read-only {
    background: #d8d8d8;
}

.big-name {
    min-width: 152px;
}
