/*
 Theme Name:   Classm8
 Theme URI:    http://www.classm8.org/
 Description:  A Classm8 project
 Author:       Classm8
 Author URI:   http://www.classm8.org
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  twenty-nineteen-child
*/

.classm8_container {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.classm8_title {
  font-family: Arial, sans-serif;
  display: block;
  font-weight: 300;
  font-size: 80px;
  color: #35495e;
  letter-spacing: 1px;
}

.myButton, #classm8_submit_login {
  -webkit-appearance: none;
  -moz-box-shadow: 0px 0px 0px 2px #ff9853;
  -webkit-box-shadow: 0px 0px 0px 2px #ff9853;
  box-shadow: 0px 0px 0px 2px #ff9853;
  background-color: #ff8c3f;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #353c3f;
  display: inline-block;
  cursor: pointer;
  color: #d5d6d2;
  font-family: Arial, sans-serif;
  font-size: 19px;
  padding: 12px 37px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #353c3f;
  font-weight: 400;
  letter-spacing: 2px;
}
.myButton:hover, #classm8_submit_login:hover {
  background-color: #ff9853;
}
.myButton:active, #classm8_submit_login:active {
  position: relative;
  top: 1px;
}

h1.classm8_title::before {display: none;}

.myInput, #classm8_username_input, #classm8_password_input {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  height: 42px;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  font: normal 20px / normal 'Antic', Helvetica, sans-serif;
  color: rgba(140, 140, 140, 1);
  text-decoration: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: rgba(40, 40, 40, 0.4);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5) inset;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5) inset;
  -webkit-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -moz-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -o-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}

.myInput:hover, #classm8_username_input:hover, #classm8_password_input:hover {
  color: rgba(181, 181, 181, 1);
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -moz-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -o-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}

.myInput:focus, #classm8_username_input:focus, #classm8_password_input:focus {
  width: 280px;
  cursor: default;
  padding: -13px 20px 0;
  color: rgba(255, 255, 255, 1);
  -webkit-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -moz-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -o-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



.login-remember > label{
    font-family: Arial, sans-serif;
    color: #35495e;

}

.classm8_admin_icon{
  font-family: Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8em;
  color: #353c3f;
  letter-spacing: 1px;
  cursor: pointer;
}

.classm8_admin_icon:hover{
  color: #d5d6d2;
}

input.input_error{
  border-color: red;
}

h1:not(.site-title):before, h2:before{display: none !important;}