/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}


.btn{
  border-radius: 10px;
  margin: 10px;
  padding: 1em 2em;
}
.btn.main{
  background-color: #00d2fe;
}
.btn.orange{

}

body{
  background: url(./../images/bg.jpg);
  background-color: #599af5;
  background-size: cover;
  background-repeat: no-repeat;
    background-attachment: fixed;


}

div#codeInputs input {
    width: calc(10em / 12);
    padding: 0 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    margin-right: 1px;
    background-color: rgba(255, 255, 255, 0.95);
  }

.text-danger{
  color: #f2a234;
}
input.is-invalid{
  border: 1px solid #f2a234 !important;
}
.sky{
  color: #00d2fe;
}