#logoholder {
   padding-top:20px;
   padding-left:10px;
}

#loginTitle{
    padding-left:20px;
    padding-top: 0px;
    color:black;
}

#emailField::placeholder {
    color:grey;
}
#line {
    color: black;
}

#emailField {
    border:none;
    margin-left:30px;
}

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

#emailLine {
    margin-top:-20px;
}

#noaccount {
   color:black;
   font-size:12px;
   margin-left: 30px;

   
}

#noaccountContact {
   color:#3496d8;
   cursor: pointer;
}

#emailNextBtn {
   margin-top: 20px;
   background-color: #3496d8;
   position: absolute;
   right: 20px;
   color:white;
   outline: none;
}

#passwordInput-error{
      position: absolute;
    left: 30px;
    top: 110px;
    font-size: x-small;
    color: red;
}

#emailField-error{
   position: absolute;
    left: 30px;
    top: 167px;
    font-size: x-small;
    color: red;
}
#signinStep2 {
   width: 100%;
    height: 200px;

    background: white;
    position: relative;

    }
    
   #signinBase {
      display: inline-block;
      display: -webkit-inline-box;
      overflow: hidden;
      position: absolute;
    width: 100%;
    height: 260px;

   }
   #emailHolder{
      color:black;
      margin-left: 20px;
      cursor: pointer;
   }
   #usedEmail{
   margin-left: 10px;
   margin-top:10px;
    font-size: 14px;
   }
   
   #passwordTitle{
    color: black;
    margin-left: 20px;
    margin-top: 10px;
        margin-bottom: 10px !important;
   }
   
   #passwordLine {
          margin-top: -20px;
   }
   
   #passwordInput {
    border:none;
    margin-left:30px;
        width: 275px;
}

#signinBtn {
   margin-top: 20px;
    background-color: #3496d8;
    position: absolute;
    right: 20px;
    color: white;
    outline: none;
    margin-top: 0px;

}

#forgotpassword {
       color: black;
    font-size: 12px;
    margin-left: 30px;
}

.clickableText {
   color: #3496d8;
    cursor: pointer;
}
#passwordWrong{
   font-size: 12px;
    color: red;
    margin-left: 20px;
    margin-right: 20px;
    display: none;
}