*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
     height: 100%;
}

body {
    background: rgb(139,80,126);
    background: linear-gradient(3deg, rgba(139,80,126,1) 0%, rgba(104,108,195,1) 58%, rgba(103,77,161,1) 100%);
}

.mt-20 {
    margin-top: 20px;
}

.center {
    text-align: center;
}


h1 {
    margin: 0 0 30px 0;
    text-align: center;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 14px;
    height: 40px;
    margin: 0;
    outline: 0;
    width: 100%;
    background-color: #e8eeef;
    color: #000;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    margin-bottom: 10px;
    border-radius:5px;
}
input[type="textarea"]{
    border-radius:5px;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 0 4px 8px 0;
}

.radio-group {
            display: flex;
            gap: 10px; /* Adds spacing between radio buttons */
            align-items: center;
        }

.header {
    margin-top: 7px;
}

button {
    padding: 04px 20px 04px 20px;
    color: #170b52;
    background-color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    width: 50%; /* Changed width to 50% */
    border: 1px solid #002248;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
    display: block; /* Ensures it behaves like a block element */
    margin-left: auto; /* Centers horizontally */
    margin-right: auto; /* Centers horizontally */
}

fieldset {
    margin-bottom: 30px;
    border: none;
}

legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}

label {
    display: block;
    margin-bottom: 8px;
    font-size: 16.5px;
    font-weight: 600;
    color:#fff;
}

label.light {

    display: inline;
}

.number {
    background-color: #5fcf80;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 100%;
}

input[type="textarea"] {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 16px;
    height: 150px;
    margin: 0;
    outline: 0;
    padding: 15px;
    width: 100%;
    background-color: #e8eeef;
    color: #8a97a0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    margin-bottom: 30px;
}

.site-header { 
  border-bottom: 1px solid #ccc;
  padding: .5em 1em;
  display: flex;
  justify-content: space-between;
}

.site-identity h1 {
  font-size: 1.5em;
  margin: .6em 0;
  display: inline-block;
}


.site-navigation ul, 
.site-navigation li {
  margin: 0; 
  padding: 0;
}

.site-navigation li {
  display: inline-block;
  margin: 1.4em 1em 1em 1em;
}


h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h1 em {
  font-style: normal;
  font-weight: 600;
}

.two h1 {
  text-transform: capitalize;
}
.two h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #c50000;
}

.two h1 span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 3em;
  padding-left: 0.25em;
  color: #fff;
  padding-bottom: 10px;
}
.alt-two h1 {
  text-align:center;
}
.alt-two h1:before {
  left:50%; margin-left:-30px;
}

.rim{
    float: right;
    margin-top: 10px;
    width: 170px;
}


.solinteg{
    float: left;
    margin-top: 13px;
    width: 200px;
}

.order{
    margin-bottom:30px;
    margin-top:60px;
color:#fff;
}

.o-bg{
    border: 1px solid #fff;
    border-radius: 5px;
    padding:30px;
}







@media screen and (min-width: 480px) {
.rim{
    width: 100px;
}


.solinteg{
    width: 120px;
}

 

}
