/* CREATED BY:  István Besenyei
 * Created on:  2018
 * Modified:    2019.02.07
 */
.field-icon {
    float: right;
    position: relative;
    bottom: 35px;
    right: 5px;
}
#loginForm {
    padding: 1.5em;
    width: 80%;
    
    -webkit-box-shadow: 0px 5px 20px 0px rgba(212,210,212,1);
    -moz-box-shadow: 0px 5px 20px 0px rgba(212,210,212,1);
    box-shadow: 0px 5px 20px 0px rgba(212,210,212,1);
}
#loginForm h2 {
    text-align: left;
    margin-bottom: 1em;
    color: #606062;
}

#loginForm a {
    text-decoration: underline;
    color: #428bca;
    font-size: 0.8em;
}

#loginForm .btn {
    margin: 1em 0 2em;
}

.popup #loginForm.popupForm label {
    text-align: left;
    display: block;
    padding-left: 0;
}
#loginForm.popupForm input[type="text"], #loginForm.popupForm input[type="password"] {
    width: 100%;
    display: block;
    padding: 0.5em 0;
}
#loginForm.popupForm input[type="text"]:focus, #loginForm.popupForm input[type="password"]:focus {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(66,139,202,0.5);
    -moz-box-shadow: 0px 0px 10px 5px rgba(66,139,202,0.5);
    box-shadow: 0px 0px 10px 5px rgba(66,139,202,0.5);
}

.material-icons.passwordIcon, .material-icons.emailIcon {
    float: left;
    margin: .25em -2em .1em .25em;
    position: relative;
    color: rgba(0,0,0,0.5);
}
.material-icons.passwordIcon {
    clear: both;
}
input.passwordIcon, input.emailIcon {
    padding-left: 2em !important;
    margin-bottom: .6em !important;
    font-size: 1em;
}
.focusedIconInput {
    color: rgba(66,139,202,1) !important;
}

#loginSendButton.disabled {
    opacity: 0.5;
}
#loginSendButton.disabled:hover {
    background: #15589f;
    color: #FFF;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-mentavill {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    text-decoration: none;
}
.btn-mentavill:hover {
    color: #fff;
    background: #ec1c23!important;
    border-color: #ec1c23!important;
}