@import url(https://fonts.googleapis.com/css?family=Roboto);

* {
    font-family: 'Roboto', sans-serif;
}

html {
  min-height:100%;
}
body {
  min-height:100%;
  background: rgba(0, 0, 0, 0.5);
}
.container {
  width: 100%;
  z-index: 100;
}

.modal-content {
  padding: 30px 39px 5px 39px;
  max-width: 400px;
  width: 100% !important;
  margin: 0 auto;
  margin-top: 45px;
  overflow: hidden;

}

.modal-content label {
  margin: 8px 0px 3px 0px;
}

.modal-content form {
  padding-bottom: 0px;
}

input[type=text], input[type=password] {
   height: 35px;
   font-size: 14px;
   width: 100%;
   -webkit-appearance: none;
   background: #fff;
   border: 1px solid #d9d9d9;
   border-top: 1px solid #c0c0c0;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
}

.modal-body {
  padding-bottom: 0px;
}

.alert-message {
    margin: 5px 0px 5px 0px;
    padding: 5px;
    font-size: 14px;
    width: 100%;
    -webkit-appearance: none;
    background: #F5F5F5;
    border: 2px solid #D64958;
    color: #D64958;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btn-submit {
    background-color: #429ad6;
    border: 1px solid white;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0px 10px 0px;
    height: 40px;
    width: 100%;
}

.btn-provider {
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #429ad6;
    border: 1px solid white;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    width: 100%;
}

.btn-link {
    padding-left: 0px;
}

.login-link {
    margin-top: 2px;
}

.login-or {
    position: relative;
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 8px;
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    text-align: center;
    padding: 0px 5px 0px 5px;
}

.hr-or {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.txt-redirect {
    text-align: center;
}

img {
    max-width: 60%;
    max-height: 30%;
}
.pw-check .material-icons {
    position: relative;
    top: 7px;
}