* {
box-sizing: border-box;
}

*:focus {
  outline: none;
}
body {
background-image: url("https://pedevstor03.blob.core.windows.net/b2c/loginbackground.jpg");
background-size: cover;
background-repeat: no-repeat;
font-family: Arial;
background-color: #999999;
padding: 50px;
}
.login {
margin: 20px auto;
width: 300px;
}
.login-screen {
width: 400px;
background-color: #ffffff;
border: 2px solid #fff;
padding: 20px;
border-radius: 5px;
height: 595px;
}

.app-title {
text-align: left;
color: #fff;

}

.login-form {
text-align: left;
}

.control-group {
margin-bottom: 10px;
}

input {
text-align: center;
background-color: #ECF0F1;
border: 2px solid transparent;
border-radius: 15px;
font-size: 16px;
font-weight: 200;
padding: 10px 0;
width: 350px;
transition: border .5s;
position: relative;
top: -20px;
}

input:focus {
border: 2px solid #3498DB;
box-shadow: none;
}

.btn {
  border: 2px solid transparent;
  background: #3498DB;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  width: 250px;
  margin: 0 auto;
}

.btn:hover {
  background-color: #2980B9;
}

.login-link {
  font-size: 12px;
  color: #444;
  display: block;
  margin-top: 12px;
}

/* CUSTOM Tags */

.entry-item label {
  display: none;
}
.intro {
  display: none;
}

/* Sign in button */
.buttons #next{ 
  margin-top: 1em;
  border: 2px solid #fff;
  color: #fff;
  background-color: #0291CD;
                width: 130px;
                height: 55px;
                background: #0291CD;
                border-radius: 40px
}

.divider h2 {
  color: #000;
}
.create p {
  color: #000;
  font-size: 14px;
}

p {
  color: #000;
  font-size: 14px;  
  position: relative;
}

#next {
  position: relative;
  top: 60px;
  left: 0; 
}

.create {
  position: relative;
  top: -30px;
}

/* 

.intro h2 = Title "Sign in with your existing account"

.entry-item -> .password-label 
*/

.password-label #forgotPassword {
  color: #3F8FB9;
  visibility:hidden;
  position: relative;
  top: 80px;
  left: 0;
}

.password-label #forgotPassword:after{
  color: #3F8FB9;
  visibility: visible;
  position: relative;
  float:left;
  content: "Forgot password?";
}

.create #createAccount{
color: #3F8FB9;
  position: relative;
}

#createAccount{
color: #3F8FB9;
  position: relative;
  left: 5px;
}

h1 {
  font-weight: bold;
  color: #000;
  font-size: 28px; 
  font-family: "Calibri";
  position: relative;
  top: -20px;
}

h2 {
  display: none;
}

.heading {
  display: none;
}

.bodytext {
  font-weight: bold;
  color: #000;
  font-size: 16px; 
  font-family: "Calibri"
}

#logonIdentifier {
  display: block;
  position: relative;
  left: 0;
}

#emaillabel {
  display: block;
  position: relative;
  font-weight: bold;
  color: #000;
  font-size: 14px; 
  top: -25px;
}

#passwordlabel {
  display: block;
  position: relative;
  font-weight: bold;
  color: #000;
  font-size: 14px; 
  top: -195px;
}

img {
    position: relative;
    margin-left: 25px;
    top: -30px;
}

.error.itemLevel {
    position: relative;
    float: left;
    top: 105px;
    height: 0px;
}

.error.pageLevel {
    position: relative;
    float: left;
    top: 105px;
    height: 0px;
}