
        .navbar {
            box-shadow: 0 5px 5px -5px #F76A2A;
        }

        .nav-item {
            text-decoration: solid;
            color: #F76A2A !important;
        }

        .navbar .navbar-nav .nav-link a:hover {
            background-color: #fff;
            color: #F76A2A;
        }

        .nav-button-deco {
            border-radius: 1rem;
            font-size: 18px;
            font-weight: 550;
            background-color: #F76A2A;
            color: white !important;
        }

        .text-deco-nav {
            font-size: 18px;
            font-weight: 550;
        }


        .register-photo {
            background: #ffffff;
            padding: 100px 0;
        }

        .register-photo .image-holder {
            display: table-cell;
            width: auto;
            background: url(./images/dd.png);
            background-size: cover;
        }

        .register-photo .form-container {
            display: table;
            max-width: 900px;
            width: 90%;
            margin: 0 auto;
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
        }

        .register-photo form {
            display: table-cell;
            width: 550px;
            background-color: #FFEEDF;
            padding: 40px 60px;
            color: #505e6c;
        }

        /* @media (max-width:991px) {
      .register-photo form {
        padding:80px;
      }
    } */

        .register-photo form h2 {
            font-size: 24px;
            line-height: 1.5;
            margin-bottom: 30px;
        }

        .register-photo form .form-control {
            background: #ffffff;
            border: none;
            border: 1px solid #000000;
            border-radius: 0;
            box-shadow: none;
            outline: none;
            color: inherit;
            text-indent: 6px;
            height: 40px;
        }

        .register-photo form .form-check {
            font-size: 13px;
            line-height: 20px;
        }

        .form-label-text-deco {
            font-size: 17px;
            font-weight: bold;
            color: #000000;
        }


        button.submit-button {
            display: flex;
            margin-top: 1rem;
            border: none;
            background-color: #f75408;
            padding: 0.8rem;
            cursor: pointer;
            border-radius: 2rem;
            color: white;
            font-weight: 500;
            font-size: 16px;
        }

        .register-photo form .btn-primary:hover,
        .register-photo form .btn-primary:active {
            background: #f75408;
        }

        .register-photo form .btn-primary:active {
            transform: translateY(1px);
        }

        .register-photo form .already {
            display: block;
            text-align: center;
            font-size: 12px;
            color: #6f7a85;
            opacity: 0.9;
            text-decoration: none;
        }

        .error {
            color: red;
        }

        .footer-list {
            list-style: none;
            padding-left: 0;
        }

        .footer-list-item {
            margin-bottom: 10px;
        }
