body{
    font-family: Arial, Helvetica, sans-serif;
}

input{
    border: solid 0;
    border-radius: 3px;
}

input[type=text], 
input[type=password], 
input[type=email],
textarea{
    padding: 10px;
    font-size: 18px;
    outline: none;
    /*width: 370px;*/
}
.principal{
    background-color: #01908B;
    color: white !important;
    padding: 8px;
    border: none;
    width: 200px;
    border-radius: 25px;
}
.secundario{
    background-color: #ababab !important;
    color: white !important;
    padding: 8px;
    border: none;
    width: 200px;
    border-radius: 25px;
}
.default{
    background-color: #ffffff !important;
    color: white;
    padding: 8px;
    border: none;
    width: 200px;
    border-radius: 25px;
    border: 1px solid !important;
    color: black;
}
.center{
    text-align: center;
}

.opcion{
    padding: 5px 0;
}

.barra{
    background-color:rgb(152, 196, 236);
    border-radius: 4px;
    padding: 10px;
}

.seleccionado{
    background-color: rgb(33, 90, 143);
    border-radius: 4px;
    color: white;
    padding: 10px;
}

.h1{
    font-size: 48px;
    line-height: 48px;
    font-weight: 800;
    color: #4169e1;
    
}

.h3{
    font-size: 48px;
    line-height: 48px;
    font-weight: 800;
    color: #4169e1;
    
}

.text-muted{
    color: #4169e1;
    font-family: "Raleway", sans-serif;
    width: 24em;
}
    
    
.header.clearfix {
    margin-top: 3em;
}    

.p{
font-family:"Raleway", sans-serif;    
}

form#form1 {
    font-family: "Raleway", sans-serif;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #4169e1!important;
    font-weight:800;
    font-size:48px;
    line-height: 48px
   
}



@media only screen
  and (min-device-width : 320px)
  and (max-device-width : 568px) {
      
      h3.text-muted {
font-size:30px;
line-height:35px;
width: 12em;}
}





@media only screen
  and (min-device-width : 320px)
  and (max-device-width : 568px) {
      
form#form1 {
    font-family: "Raleway", sans-serif;
    width: 23em;
    padding: 20px;
    font-size: 15px;
    
}
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #01908b0d;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #01908b;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f2f9f9;
    background-clip: padding-box;
    border: 1px solid #01908b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


img.img-form {
    width: 400px;
}



@media only screen
  and (min-device-width : 320px)
  and (max-device-width : 568px) {
input.btn.btn-default.default {
    margin-top: -88px;
}
}


@media only screen
  and (min-device-width : 320px)
  and (max-device-width : 568px) {
.principal {
    background-color: #01908B;
    color: white !important;
    padding: 8px;
    border: none;
    width: 200px;
    border-radius: 25px;
    margin-top: 50px;
    margin-left: -162px;
}
}

@media only screen
  and (min-device-width : 320px)
  and (max-device-width : 568px) {
.secundario {
    background-color: #ababab !important;
    color: white !important;
    padding: 8px;
    border: none;
    width: 200px;
    border-radius: 25px;
    margin-left: -80px;
}
}