body {
    overflow-x: hidden;
    overflow-y: hidden;
    line-height: 1.5;
}

.column2 {
    background-color: white;
}

a {
    color: #bb9f69;
    font-family: "Crimson";
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    a:hover,
    a:focus {
        outline: none !important;
        text-decoration: none !important;
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: black;
    }


#logo {
    width: 170px;
    height: 141px;
    margin-left: 320px;
    margin-top: -30px;
    margin-bottom: 30px;
}

.ftco-section {
    padding: 7em 0;
}

.login-wrap {
    border: 2px solid #bb9f69;
    width: 400px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

    .login-wrap h3 {
        font-weight: 700;
        font-size: 20px;
        color: #bb9f69;
        font-family: "Crimson";
    }

    .login-wrap .icon {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        font-size: 30px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

        .login-wrap .icon span {
            color: #fff;
        }

.form-control {
    height: 48px;
    background: rgba(0, 0, 0, 0.05);
    color: #000;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .form-control::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .form-control::-moz-placeholder {
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .form-control:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .form-control:-moz-placeholder {
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .form-control:focus,
    .form-control:active {
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: rgba(0, 0, 0, 0.07);
        border-color: transparent;
    }

.checkbox-primary {
    color: #bb9f69;
    font-family: "Crimson";
    font-size: 16px;
}

    .checkbox-primary:hover {
        color: black;
        cursor: pointer;
    }

.btn {
    cursor: pointer;
    border-radius: 40px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

    .btn:hover,
    .btn:active,
    .btn:focus {
        outline: none;
    }

    .btn.btn-primary {
        font-family: "Crimson";
        background: #bb9f69 !important;
        border: 1px solid #bb9f69 !important;
        color: #fff !important;
    }

        .btn.btn-primary:hover {
            border: 1px solid #8d448b;
            background-color: black !important;
            color: white !important;
        }

.form-group {
    position: relative;
}

    .form-group .submit {
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

@media (max-width: 767.98px) {
    .form-group .submit {
        top: 0;
    }
}

#nprogress .bar {
    background: #bb9f69 !important;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

@media (max-width: 768px) {
    .column1 {
        display: none;
    }

    .bigContainer {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }

    .column2 {
        width: 100%;
        padding: 20px;
    }

    .icon {
        text-align: center;
        margin: 0;
    }

    #logo {
        margin-left:100px;
    }
}

