* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.message{
    padding: 10px 26px;
    margin: 10px 0px;
    background-color: green;
    color: white;
}
.error{
    padding: 10px 26px;
    margin: 10px 0px;
    background-color: red;
    color: white;
}

ul.navbarmy {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
  }
ul li{
    padding: 10px 5px;
    background: #fff;
    margin-right: 2px;
}

.logo{
    vertical-align: bottom;
}
  ul.navbarmy li a {
      text-decoration: none;
      font-weight: bold;
      color: rgb(56, 56, 56);
      padding: 10px;
  }

.container-bg {
    background: rgb(255, 204, 53);
    background: linear-gradient(83deg, rgba(255, 204, 53, 1) 0%, rgba(247, 145, 1, 1) 100%);


}


.logo {
    width: 8rem;
    height: 3rem;
}

.header_content {
    background: rgb(255, 196, 45);
    background: linear-gradient(83deg, rgba(255, 196, 45, 1) 0%, rgba(245, 132, 1, 1) 100%);

    /*padding: 0rem 13.5rem;*/

}

.content .heading_one {
    font-size: 2.5em;
    font-weight: 900;
    color: rgb(56, 56, 56);


}

.content .heading_two {
    font-size: 1.25em;
    font-weight: 700;
    color: rgb(56, 56, 56);


}


.content .peragraph {

    width: 38rem;
    text-align: justify;
    margin-top: 5px;
    font-weight: 540;
    font-size: 1em;
    color: rgb(56, 56, 56);
    padding-bottom: 0.9rem;

}

.content-body {
    background-image: url('./images/website_mockup_copy.png');

    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center right !important; 



}

.main-content {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 13.5rem;
    align-items: center;
    backdrop-filter: blur(3px);
    height: 100vh;
}

.left {
    flex-basis: 30%;
    margin-top: 1rem;



}


.background h5 {
    background-color: white;
    padding: 0.5rem 1rem;
    border-radius: 50%;
    font-size: 1.5em;
}

.right {
    flex-basis: 70%;
}

.list {
    display: flex;
    margin-bottom: 1rem;
}

.feild {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0.7rem;
    /* height: 10vh; */
}

.feild h2 {
    font-size: 1.3em;
    color: rgb(56, 56, 56);
    font-weight: bolder;

}



::-webkit-file-upload-button {
    background: rgb(239, 239, 239);
    background: linear-gradient(90deg, rgba(239, 239, 239, 1) 0%, rgba(255, 249, 249, 1) 36%, rgba(255, 250, 250, 1) 100%);
    color: rgb(0, 0, 0);
    padding: 0.7em 1.2em;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    margin-top: 0.4rem;
    font-size: 1em;
    font-weight: bolder;
    border-radius: 0.3rem;
    border: none;
    text-transform: capitalize;

}

.file_pera {
    margin-top: 0.6rem;
    color: rgb(42, 42, 42);
    width: 25rem;
    font-weight: 500;

}

input[type=text] {
    width: 90%;
    padding: 9px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;

}
input[type=password] {
    width: 90%;
    padding: 9px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=email] {
    width: 75%;
    padding: 9px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.feild label {
    font-size: 1.3em;
    font-weight: bolder;
    color: rgb(42, 42, 42);
}

.step3 {
    display: flex;

    align-items: center;

    margin-left: 0.7rem;

}




.step3 p {
    width: 100%;

    font-size: 0.7em;
}


.checkbox {
    display: flex;

    margin-bottom: 0.9rem;

}

.checkboxs {
    flex-direction: column;
    display: flex;
    margin-left: 0.7rem;

}

.checkbox img {
    width: 20px;
    height: 20px;
    margin-left: 6px;
}

.checkbox2 img {
    width: 20px;
    height: 20px;
    margin-left: 6px;
}

.checkbox2 span {
    margin-left: 4px;
    font-size: 1.2em;
    font-weight: 500;
    color: rgb(34, 34, 34);
}

.checkbox span {
    margin-left: 8px;
    font-size: 1.2em;
    font-weight: 500;
    color: rgb(34, 34, 34);
}

.step5right h5 {
    font-size: 1.2em;
    font-weight: 500;
    color: rgb(34, 34, 34);
}

.step3 span {
    margin-left: 0.2rem;
    font-size: 1.2em;
    margin-bottom: 0.7rem;
    font-weight: 500;
}

.button button {
    background: rgb(94, 94, 94);
    background: linear-gradient(90deg, rgba(94, 94, 94, 1) 0%, rgba(69, 67, 67, 1) 100%);
    color: yellow;
    padding: 0.7em 1.2em;
    margin-top: 0.4rem;
    font-size: 1em;
    font-weight: bolder;
    border-radius: 0.3rem;

    text-transform: capitalize;
}

[type=radio] {
    width: 1.4rem;
    height: 1.4rem;
    color: black;
    vertical-align: middle;
    background: none;
    flex-grow: 0;
    border-radius: 50%;
    background-color: #FFFFFF;
    transition: background 300ms;
    cursor: pointer;
}


/* Pseudo element for check styling */

[type=radio]::before {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-color: transparent;
    background-size: contain;
    box-shadow: inset 0 0 0 1px #CCD3D8;
}


/* Checked */

/* [type=radio]:checked {
    background-color:black;
  } */

[type=checkbox] {
    width: 1.4rem;
    height: 1.4rem;
    color: dodgerblue;
    vertical-align: middle;
    background: none;
    border: 0;
    outline: 0;
    flex-grow: 0;
    border-radius: 50%;
    background-color: #FFFFFF;
    transition: background 300ms;
    cursor: pointer;
}


/* Pseudo element for check styling */

[type=checkbox]::before {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;
    background-color: transparent;
    background-size: contain;
    box-shadow: inset 0 0 0 1px #CCD3D8;
}


/* Checked */

[type=checkbox]:checked {
    background-color: currentcolor;
}

.footer {
    background: rgb(255, 196, 45);
    background: linear-gradient(83deg, rgba(255, 196, 45, 1) 0%, rgba(245, 132, 1, 1) 100%);
}

.footer_content {
    padding: 0.3rem 14.5rem;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 1.2rem;


}

.footer p {
    font-size: 1.3em;
    color: rgb(57, 57, 57);
    font-weight: 400;
    padding: 0.7rem 0rem;
}

.list .input {
    margin-left: 0.5rem;
    margin-right: 0.4rem;
}

.list button {
    margin-left: 0.4rem;
}


@media (max-width: 800px) {
    .container {
        background-image: url('./images/website_mockup_copy.png');
        background-size: 100%;
        height: 100vh;
        background-position: center;
        background-repeat: no-repeat;
    }

    .main-content {
        flex-direction: column;
    }

    .left {

        order: 2;
    }

    .right {
        order: 1;
    }
}