.login {

  &-title {
    font-size : 22px;
    color : @black;
    text-align : center;
    line-height :28px;
    margin-bottom: 30px;
  }

}

.login-form {
  width : 270px;
  display : block;
  margin : 0 auto;

  .form-input {
    width : 100%;
    border : 1px solid @grey-light;
    margin-bottom : 20px;
    font-size : 14px;
    padding : 0 20px;
  }


  &-button {
    width : 100%;
    margin-bottom : 5px;
  }

  &-title {
    font-size : 12px;
    font-family: 'montserratregular';
    text-transform : uppercase;
    text-align : center;
    margin-bottom : 20px;
  }

  &-link {
    color : @grey;
    font-size : 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform : normal;
    text-decoration : none;
    float : left;

    &.red {
      color : @red;
      float : right;
    }

  }

}