 body {
   
    background-image: url(../images/bg.jpg);
    background-size: contain;
    background-attachment: fixed;
}


   select {
    width: 100%;
    padding: 16px;
    outline: none;
    border-radius: 9px;
    box-shadow: 0px 18px 10px rgba(0, 0, 0, 0.02);
       background: #005ea8;
    border: 1px solid rgb(255 255 255 / 56%);
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
}


    .mt60 {
        margin-top: 160px;
    }


    .sign-input input {
        width: 100%;
        padding: 16px;
        outline: none;
        border-radius: 9px;
        box-shadow: 0px 18px 10px rgba(0, 0, 0, 0.02);
        background: rgb(255 255 255 / 0%);
        border: 1px solid rgb(255 255 255 / 56%);
        font-weight: 400;
        font-size: 15px;
        color: #ffffff;
    }


    .sign-input {
        display: block;
        width: 100%;
        margin-bottom: 7px;
        position: relative;
        max-width: 490px;
    }


    .footer {
        display: none;
    }

    .dark .header {
    }


    .dark .sign {
        background-color: #005ea8 !important;
    }

    .sign-input {
        display: block;
        width: 100%;
        margin-bottom: 7px;
        position: relative;
        max-width: 490px;
    }




    .sign {
        padding: 30px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 620px;
        margin: auto;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 16px;
    }

        .sign form {
            width: 100%;
        }

    .sign-title {
        font-weight: 400;
        font-size: 20px;
        color: #ffc000;
        margin-bottom: 25px;
        text-align: center;
    }

    @media (max-width: 575px) {
        .sign-title {
            font-size: 40px;
        }
    }

    .sign-text {
        margin-bottom: 25px;
        font-weight: 400;
        font-size: 14px;
        color: #ffffff;
        line-height: 1.3;
        text-align: center;
    }

    .sign-input {
        display: block;
        width: 100%;
        margin-bottom: 7px;
        position: relative;
        max-width: 490px;
    }

        .sign-input img {
            position: absolute;
            top: 50%;
            right: 30px;
            -webkit-transform: translate(50%, -50%);
            -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
            width: 34px;
        }

        .sign-input ::-webkit-input-placeholder {
            color: #ffffff;
        }

        .sign-input :-moz-placeholder {
            color: #ffffff;
        }

        .sign-input ::-moz-placeholder {
            color: #ffffff;
        }

        .sign-input :-ms-input-placeholder {
            color: #ffffff;
        }

        .sign-input ::placeholder {
            color: #ffffff;
        }



    .sign-input__eye {
        position: absolute;
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        top: 50%;
        right: 80px;
        width: 28px;
        height: 28px;
        cursor: pointer;
    }

        .sign-input__eye:after {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -moz-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
            width: 100%;
            height: 2px;
            background-color: #B0BBD1;
            border-radius: 50%;
            content: '';
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            opacity: 1;
        }

        .sign-input__eye svg {
            width: 100%;
            height: 100%;
            fill: #B0BBD1;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .sign-input__eye.active:after {
            opacity: 0;
        }

    .sign-input_icon input {
        padding-right: 100px;
    }

    .sign-check {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .sign-check input {
            display: none;
        }

            .sign-check input:checked + span:before {
                opacity: 1;
            }

        .sign-check span {
            font-weight: 400;
            font-size: 10px;
            color: #ffffff;
            line-height: 1.3;
            position: relative;
            display: block;
            padding-left: 20px;
            cursor: pointer;
            padding-top: 2px;
        }

            .sign-check span:hover:after {
                border-color: #b18500;
            }

            .sign-check span:after {
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                left: 0;
                width: 16px;
                height: 16px;
                border-radius: 50%;
                content: '';
                border: 1px solid #F2F2F2;
                -moz-transition: all .3s ease;
                transition: all .3s ease;
            }

            .sign-check span:before {
                background-color: #ffc000;
                left: 8px;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                content: '';
                position: absolute;
                -moz-transition: all .3s ease;
                transition: all .3s ease;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                opacity: 0;
                z-index: 2;
            }

            .sign-check span a {
                color: #ffc000;
            }

                .sign-check span a:hover {
                    color: #ffc000;
                }

    .sign-btn {
        padding: 16px 40px;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        background-color: #ffc000;
        border: none;
        cursor: pointer;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 15px;
        color: #fff;
        box-shadow: 0px 10px 29px rgba(0, 0, 0, 0.08);
        border-radius: 9px;
        min-width: 198px;
    }

        .sign-btn:last-child {
            margin-bottom: 0;
        }

        .sign-btn:hover {
            background-color: #ffc000;
        }

    .sign-login {
        text-align: center;
        font-weight: 400;
        font-size: 12px;
        color: #ffffff;
        margin-bottom: 20px;
    }

        .sign-login:last-child {
            margin-bottom: 0;
        }

        .sign-login a {
            color: #ffc000;
            text-decoration: underline;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
        }

            .sign-login a:hover {
                color: #ffc000;
            }

    .sign-link {
        margin: 20px 0;
        display: inline-block;
        font-weight: 400;
        font-size: 12px;
        color: #ffffff;
        text-decoration: none;
    }

        .sign-link:hover {
            text-decoration: underline;
        }