/* 
Login section classes

*/
.login-resources{
    text-align: center;
    color: black;
}
/* COMPONENTS BUTTONS */

.submit-form-btn{
    border-radius: 10px;
    width: 60%;
    height: 40px;
    z-index: 5px;
    color: white;
    background-color: rgb(28, 28, 107);
    font-family: Arial, Helvetica, sans-serif;
}

.submit-form-btn:hover{
    background-color: rgb(194, 2, 2);
}

input[type=text] {
    padding:10px;
    border:0;
    box-shadow:0 0 15px 15px rgba(0,0,0,0.06);
    border-radius: 20px;
    text-align: center;
  }
  input[type=password] {
    padding:10px;
    border:0;
    box-shadow:0 0 15px 15px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    text-align: center;
  }

.firstBtns{
    background-color: grey;
    border-radius: 20px;
    width: auto;
}

/* CLASS FONT */

label{
    display: inline-block;
    width: 150px;
    text-align: right;
}
.dashboard{
    color: white;
    text-align: center;
    align-items: center;
    margin: auto;
}
.para{
    color: white;
    margin: auto;
    padding: 10px
}

/* CLASS Forms Artists & Barbers */

.formFlex{
    display: flex;
    margin: auto;
    align-items: center;
    position: relative;
    border: 5px solid;
    width: 500px;
    height: auto;
    background-color: grey;
    padding: 20px;
    border-radius: 20px;
}

/* MAPS and IFRAMES */

.iframe-class{
    align-items: center;
    text-align: center;
    width: auto; /* It should not be 100% */ 
    height: 95%;
    margin-left: auto;   /* Automatic margin from left */ 
    margin-right: auto;
    border-radius: 10px;
    color: white;
}

/* IMAGES */

.img-car{
    border-radius: 20%;
    width: 350px;
    height: 350px;
    padding: 5px;
    margin: 5px;
}


/* BOX COMPONENTS */
