﻿body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none !important;
    -webkit-appearance: none;
    font-variant-ligatures: no-common-ligatures;
    font-family: 'Roboto', sans-serif;
}

input, button {
    outline: none !important;
}

a {
    text-decoration: none !important;
    transition: 0.7s;
}

.form-checkbox {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

    .form-checkbox input {
        width: 18px;
        height: 18px;
    }

    .form-checkbox label {
        margin: 0 !important;
        display: flex;
        align-items: center;
        grid-gap: 5px;
        font-size: 10px;
        font: normal normal 12px/16px Roboto;
    }

.text-error {
    color: red;
}

button {
    cursor: pointer;
    transition: 0.7s;
}

.owl-item {
    float: left;
}

.owl-stage-outer {
    overflow: hidden;
}

body {
    overflow-x: hidden;
}

section, header, footer {
    float: left;
    width: 100%;
}

.container-fluid {
    padding: 0 45px;
}

.wrap-all-page {
    background: #F5F5F5;
    overflow: hidden;
    float: left;
    width: 100%;
    min-height: 100vh
}

.wrap-content {
    position: relative;
}

.text-register {
    position: absolute;
    right: 30px;
    top: 16px;
    font-size: 16px;
    color: #000;
    z-index: 600;
    margin-bottom: 0;
    line-height: 40px;
}

    .text-register a {
        font-weight: bolder;
        color: #732CA3
    }

        .text-register a:hover {
            color: #00D940
        }

.logo {
    position: absolute;
    top: 16px;
    left: 30px;
    z-index: 300
}

    .logo img {
        height: 40px;
        width: auto;
        display: table;
    }

.left-content {
    position: relative;
    height: 100vh;
    display: table;
    width: 100%;
    background: url(/working.jpg) center center no-repeat;
    background-size: cover;
}

    .left-content .box-text {
        position: absolute;
        left: 20px;
        bottom: 20px;
        right: 20px;
        padding: 30px;
        border-radius: 30px;
        background: rgba(0, 0, 0, 0.6);
    }

        .left-content .box-text p {
            font: normal normal normal 20px/28px Roboto;
            letter-spacing: 0.15px;
            color: #FFFFFF;
        }

        .left-content .box-text .title {
            display: table;
            text-align: left;
            font: normal normal bold 20px/24px Roboto;
            letter-spacing: 0.15px;
            color: #FFFFFF;
        }

        .left-content .box-text .stars {
            display: table;
            width: 100%;
            margin-bottom: 20px;
        }

            .left-content .box-text .stars i {
                font-size: 22px;
                margin-right: 10px;
                color: #00D940
            }

.box-form {
    display: table;
    margin: 0 auto;
    width: 420px;
}

    .box-form .title {
        display: table;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.15px;
        color: #000000DE;
        font-weight: 500;
    }

    .box-form form {
        display: table;
        width: 100%;
    }

        .box-form form .form-group input {
            display: table;
            width: 100%;
            border: none;
            padding: 0 20px;
            border-radius: 5px;
            height: 56px;
            font: normal normal normal 16px/24px Roboto;
            background: #0000000B
        }

        .box-form form .form-group {
            float: left;
            width: 100%;
            margin-bottom: 20px;
        }

        .box-form form button {
            float: right;
            padding: 0 30px;
            letter-spacing: 2px;
            border-radius: 5px;
            box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
            text-transform: uppercase;
            font-size: 14px;
            background: #722da3;
            height: 36px;
            text-align: center;
            color: #FFF;
            border: none;
            margin-top: 10px;
            font-weight: 600;
        }

            .box-form form button:hover {
                box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 30%), 0px 4px 5px 0px rgb(0 0 0 / 24%), 0px 1px 10px 0px rgb(0 0 0 / 22%);
                background: #7543a5;
            }

        .box-form form .buttons {
            float: right;
        }

            .box-form form .buttons button {
                float: left;
                margin-left: 20px;
            }

                .box-form form .buttons button.btn-back {
                    padding: 0 30px;
                    letter-spacing: 2px;
                    border-radius: 5px;
                    text-transform: uppercase;
                    font-size: 14px;
                    height: 36px;
                    text-align: center;
                    color: #FFF;
                    border: none;
                    margin-top: 10px;
                    border: none;
                    background: none;
                    color: #722da3;
                    box-shadow: none;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                }

                    .box-form form .buttons button.btn-back:hover {
                        color: #000
                    }

    .box-form .link-recovery {
        display: table;
        font-weight: 500;
        font: normal normal bold 12px/16px Roboto;
        letter-spacing: 0.4px;
        color: #712CA3;
    }

        .box-form .link-recovery:hover {
            color: #00D940;
        }

.box-code {
    display: table;
    margin: 60px auto 0;
    border-radius: 5px;
    padding: 20px;
    background: #000000DE
}

    .box-code span {
        float: left;
        color: #FFF;
        font: normal normal normal 14px/20px Roboto;
    }

    .box-code a {
        float: left;
        margin-left: 15px;
        text-transform: uppercase;
        font: normal normal medium 14px/16px Roboto;
        letter-spacing: 1.25px;
        color: #C996DA;
    }

        .box-code a:hover {
            color: #FFF;
        }

@media only screen and (max-width: 1200px) {
    .left-content {
        height: auto;
        background: none !important;
        padding-top: 60px;
        padding: 0 30px 0;
    }

    .right-content {
        padding: 130px 30px 80px;
    }

    .left-content .box-text {
        position: relative;
        background: transparent; 
        top: auto;
        left: auto;
        bottom: 0;
        padding: 0;
    }

        .left-content .box-text p, .left-content .box-text .title {
            color: #000;
        }

        .left-content .box-text p {
            font: normal normal normal 16px/24px Roboto;
        }

        .left-content .box-text .title {
            font: normal normal bold 16px/24px Roboto;
        }

    .col-xl-4 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .box-form form .buttons {
        float: none;
        display: table;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 680px) {
    .box-form {
        width: 100%;
    }

    .text-register {
        font-size: 14px;
    }
}
