@import "font.css?ver=202511241202";
@import "bootstrap.min.css";
body,
html {
    width: 100%;
    overflow-x: hidden;
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
}

body {
    font-family: 'Pigu Regular';
    font-size: 16px;
    color: #363636;
    padding: 0px;
    margin: 0px;
    background-color: #efefef;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}

.wrapper {
    max-width: 720px;
    width: 720px;
    margin: 0 auto;
    justify-content: center;
}

.wrapper .pigu-logo img {
    max-width: 270px;
    width: 100%;
    height: auto;
}

.wrapper .pigu-logo {
    width: 270px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 35px;
    margin-top: 20px;
}

.box {
    height: 490px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

.box .left-side {
    width: 280px;
    flex: 0 0 280px;
    background-size: cover;
    background-position: center;
    background-image: url(../images/auth_bg.jpg);
    padding: 60px 35px 50px 35px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.box .left-side .register-title {
    color: #fff;
    font-size: 34px;
    font-family: 'Pigu Light';
}

.box .left-side .register-subtitle-button {

}

.box .left-side .register-subtitle-button .register-subtitle {
    font-family: 'Pigu Regular';
    font-size: 18px;
    color: #fff;
}

.box .left-side .register-subtitle-button a {
    width: 170px;
    height: 46px;
    background: #ff3a4b;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    line-height: 46px;
    border-radius: 5px;
    text-decoration: none;
}

.box .right-side {
    width: calc(100% - 280px);
    flex: 0 0 calc(100% - 280px);
    padding: 40px 70px 50px 70px;
}

.box .right-side .login-title {
    font-family: 'Pigu Light';
    font-size: 34px;
    color: #2c2a4f;
    text-align: center;
    margin-bottom: 30px;
}

.pigu-input {
    width: 100%;
    height: 46px;
    border: 2px solid #e1e1e1;
    border-radius: 5px;
    padding-left: 40px;
    font-size: 15px;
    color: #a1a1a1;
}

.pigu-input:focus {
    border-color: #e1e1e1;
    outline: none;
}

.input {
    position: relative;
}

.input i {
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 19px;
    color: #c2c2c2;
}

.pigu-checkbox .checkbox {
    width: 100%;
}

.pigu-checkbox .checkbox input {
    display: none;
}

.pigu-checkbox .checkbox label {
    font-size: 15px;
    color: #363636;
    position: relative;
    padding: 1px 0px 0px 32px;
    margin: 0px;
    cursor: pointer;
    display: block;
}

.pigu-checkbox .checkbox label a {
    color: #358bff;
}

.pigu-checkbox .checkbox label:before {
    border: 2px solid #e1e1e1;
    border-radius: 4px;
    width: 22px;
    height: 22px;
    font-size: 13px;
    color: #3e3c70;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 19px;
    padding-left: 1px;
    text-align: center;
    font-family: 'Pigubeakcijos' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pigu-checkbox .checkbox input:checked+label:before {
    content: "\e90e";
}

.remember-forgot {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.forgot a {
    color: #358bff;
    text-decoration: none;
    font-size: 15px;
}

.pigu-button {
    border: 0px;
    border-radius: 5px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #ff3a4b;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Pigu Bold';
}

p.or-login {
    font-size: 15px;
    font-family: 'Pigu SemiBold';
    color: #c2c2c2;
    text-align: center;
}

.facebook-google {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.facebook-google .facebook {
    width: 140px;
}

.facebook-google a.facebook-login {
    width: 100%;
    background: #fff;
    border: 2px solid #3a5aa5;
    height: 46px;
    line-height: 46px;
    display: flex;
    border-radius: 5px;
    text-align: center;
    color: #3a5aa5;
    font-size: 15px;
    font-family: 'Pigu SemiBold';
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.facebook-google a.facebook-login i {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.facebook-google .google {
    width: 140px;
}

.facebook-google a.google-login {
    width: 100%;
    background: #fff;
    border: 2px solid #e3493d;
    height: 46px;
    line-height: 46px;
    display: flex;
    border-radius: 5px;
    text-align: center;
    color: #e3493d;
    font-size: 15px;
    font-family: 'Pigu SemiBold';
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.facebook-google a.google-login i {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

p.copyright {
    font-size: 13px;
    color: #869099;
    font-family: 'Pigu Regular';
    text-align: center;
    margin-top: 40px;
}

@media(max-width: 767px) {
    .wrapper {
        width: 100%;
        padding: 0 15px;
    }

    body {
        height: auto;
    }

    .wrapper .pigu-logo {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .box .left-side {
        width: 100%;
        flex: 0 0 100%;
        order: 2;
    }

    .box .right-side {
        width: 100%;
        flex: 0 0 100%;
        order: 1;
        padding: 25px 20px 30px 20px;
    }

    .box {
        flex-direction: column;
        height: auto;
    }

    .box .right-side .login-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .remember-forgot {
        margin-bottom: 20px;
    }

    .box .left-side {
        padding: 30px 40px;
    }

    .box .left-side .register-title {
        font-size: 28px;
    }

    p.copyright {
        margin-top: 20px;
    }
}

.pigu-input.error {
    border: 2px solid red !important;
}

label.error {
    color: red !important;
    font-size: 12px;
    display: none !important;
}

.alert-pigu {
    background: #ff3a4b;
    color: #fff;
    border-radius: 10px;
}

.box.password {
    align-items:center;
    justify-content: center;
    height: auto;
    padding: 40px 100px 20px 100px;
}

.box.password p {
    text-align: center;
    margin-bottom: 30px;
    font-size: 15px;
    color: #636363;
}

.box.password h4.forgotten-title {
    font-size: 34px;
    color: #2c2a4f;
    font-family: 'Pigu Light';
    margin-bottom: 20px;
    text-align: center;
}

.box.password {
    flex-direction: column;
}

a.cancel-button {
    text-transform: uppercase;
    text-decoration: none;
    color: #c2c2c2;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    line-height: 46px;
}

a.cancel-button i {
    font-size: 11px;
    margin-right: 8px;
}

.alert-pigu-success {
    background: #59c734;
    color: #fff;
    border-radius: 10px;
}

form {
    min-width: 300px;
}

@media(max-width: 767px) {
    .box.password {
        padding: 20px;
        padding-bottom: 0px;
        align-items: inherit;
    }

    form {
        min-width: auto;
    }

    .box.password h4.forgotten-title {
        font-size: 28px;
        margin-bottom: 5px;
        padding: 0px 20px;
    }

    .box.password p {
        margin-bottom: 10px;
        padding: 0px 10px;
    }

    .facebook-google .google {
        width: calc(50% - 10px);
    }

    .facebook-google .facebook {
        width: calc(50% - 10px);
    }
}