@font-face {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 400;
  src: local('Segoe UI'), url(SEGOEUI.TTF) format('TrueType');
}




*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-family: Segoe UI;
  
}

.container {
  padding: 1px 0;
  height: 100%;
  width: 100%;
  background-image: url("572056.jpg");
  background-size: cover;
  color: #fff;
  font-family: "Segoe UI";
}

.login {                    /*Handling side of login box*/
  width: 350px;
  height: 450px;
  margin: 30px auto;
  background-color: rgba(10,10,10,.68);
}


.login-error {                    /*Handling side of login box*/
  width: 350px;
  height: 460px;
  margin: 30px auto;
  background-color: rgba(10,10,10,.68);
}

.login-icon-field {
  height: 200px;
  width: 100%;
  /*background-color: red;*/
}

.login-icon {
  margin: 50px 5px;  /*Adjusting the position of OneDrive Logo*/
  padding: 10px 0;
}

.login-form {
  padding: 8px 20px 100px;
  height: 50px;
  width: 100%;
  /*background-color: green;*/
}

.username-input {
  color: #fff;
  font-family: Segoe UI;

}

.password-input {
  color: #fff;
  font-family: Segoe UI;

}

.error-output {
  color: #FF3300;
  font-family: Segoe UI;
  padding: 5px 0;

}


.row {
  display: none;
}

.username-row {
  position: relative;
  height: 40px;
  /*background-color: pink;*/
  border-bottom: 1px solid;
  margin-bottom: 10px;
}

.phone-row {
  position: relative;
  height: 40px;
  /*background-color: pink;*/
  margin-bottom: 10px;
}

.password-row {
  position: relative;
  height: 40px;
 /* background-color: grey;*/
  border-bottom: 1px solid;
}

.password-icon,
.user-icon {
  margin: 5px;
}

.password-icon .key-path,
.user-icon .user-path{
  fill: rgba(10,10,10,0);
  stroke: #fff;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  -webkit-animation: dash 3s .3s linear forwards;
  animation: dash 3s .3s linear forwards;
}

.phone-icon {
	position: relative;
}


.user-icon .user-path {
  -webkit-animation: dash 3s .8s linear forwards;
  animation: dash 3s .8s linear forwards;
}

input {
  position: absolute;
  width: 195px;
  height: 30px;
  margin: 5px 0;
  background: transparent;
  border: none;
}

input:focus,
button:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  color: rgba(255,255,255,.4);
}

input::-moz-placeholder {
  color: rgba(255,255,255,.4);
}

.call-to-action {
  margin: 22px 0;
  height: 130px;
  width: 100%;
  /*background-color: blue;*/
}

button {
  display: block;
  width: 308px;
  height: 40px;
  padding: 0;
  margin: 10px 20px 10px;
  font-weight: 700;
  color: #fff;
  background-color: #094AB2;
  border: none;
  border-radius: 20px;
  transition: background-color .10s ease-in-out;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

button:hover {
  background-color: #1B69C1;
}

button:active {
  background-color: #094AB2;
}

p {
  display: inline-block;
  width: 200px;
  margin: 0 40px;
  font-size: .8rem;
  color: rgba(255,255,255,.4);
  /*background-color: yellow;*/
}


.msoffice {
  position: center;
  margin: 15px auto;
}


p a {
  color: #fff;
}


label,
p a:hover {
  -webkit-cursor: pointer;
  cursor: pointer;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.security {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 120px;
}
#footer {
  position: absolute;
  bottom: 0;
  height: 25px;
  font-size: 12px;
  background-color: rgba(10,10,10,.68);
  width:100%;
  color: #fff;
  font-family: Segoe UI;
  text-align: left;
  padding: 3px 0;

}
